Searched refs:bitsize (Results 1 – 1 of 1) sorted by relevance
8 def ReadPhysInt(phys_addr, bitsize = 64, cpuval = None): argument18 return KDPReadPhysMEM(phys_addr, bitsize)23 if bitsize == 64 :25 if bitsize == 32 :27 if bitsize == 16 :29 if bitsize == 8 :219 def WritePhysInt(phys_addr, int_val, bitsize = 64): argument229 if not KDPWritePhysMEM(phys_addr, int_val, bitsize):