Module x86_64::instructions::port [] [src]

I/O port functionality.

Functions

inb

Read 8 bits from I/O port.

inl

Read 32 bits from I/O port.

insb

Read 8-bit array from I/O port.

insl

Read 32-bit array from I/O port.

insw

Read 16-bit array from I/O port.

inw

Read 16 bits from I/O port.

outb

Write 8 bits to I/O port.

outl

Write 32 bits to I/O port.

outsb

Write 8-bit array to I/O port.

outsl

Write 32-bit array to I/O port.

outsw

Write 16-bit array to I/O port.

outw

Write 16 bits to I/O port.