Searched refs:bitsize (Results 1 – 1 of 1) sorted by relevance
7 def ReadPhysInt(phys_addr, bitsize = 64, cpuval = None): argument17 return KDPReadPhysMEM(phys_addr, bitsize)22 if bitsize == 64 :24 if bitsize == 32 :26 if bitsize == 16 :28 if bitsize == 8 :218 def WritePhysInt(phys_addr, int_val, bitsize = 64): argument228 if not KDPWritePhysMEM(phys_addr, int_val, bitsize):