Searched refs:bitsize (Results 1 – 1 of 1) sorted by relevance
12 def ReadPhysInt(phys_addr, bitsize = 64, cpuval = None): argument22 return KDPReadPhysMEM(phys_addr, bitsize)27 if bitsize == 64 :29 if bitsize == 32 :31 if bitsize == 16 :33 if bitsize == 8 :223 def WritePhysInt(phys_addr, int_val, bitsize = 64): argument233 if not KDPWritePhysMEM(phys_addr, int_val, bitsize):