Lines Matching refs:numbytes
1472 def ReadIOPortInt(addr, numbytes, lcpu): argument
1500 WriteInt32ToMemoryAddress(numbytes, int(addressof(kgm_pkt.nbytes))) and
1508 if numbytes == 1:
1510 elif numbytes == 2:
1512 elif numbytes == 4:
1515 print("{0: <#6x}: {1:#0{2}x}".format(addr, result, (numbytes*2)+2))
1517 def WriteIOPortInt(addr, numbytes, value, lcpu): argument
1543 WriteInt32ToMemoryAddress(numbytes, int(addressof(kgm_pkt.nbytes))) and
1546 if numbytes == 1:
1550 elif numbytes == 2:
1554 elif numbytes == 4: