Lines Matching refs:numbytes
1453 def ReadIOPortInt(addr, numbytes, lcpu): argument
1481 WriteInt32ToMemoryAddress(numbytes, int(addressof(kgm_pkt.nbytes))) and
1489 if numbytes == 1:
1491 elif numbytes == 2:
1493 elif numbytes == 4:
1496 print("{0: <#6x}: {1:#0{2}x}".format(addr, result, (numbytes*2)+2))
1498 def WriteIOPortInt(addr, numbytes, value, lcpu): argument
1524 WriteInt32ToMemoryAddress(numbytes, int(addressof(kgm_pkt.nbytes))) and
1527 if numbytes == 1:
1531 elif numbytes == 2:
1535 elif numbytes == 4: