Module x86_64::instructions[][src]

Special x86_64 instructions.

Modules

interrupts

Enabling and disabling interrupts

port

Access to I/O ports

segmentation

Provides functions to read and write segment registers.

tables

Functions to load GDT, IDT, and TSS structures.

tlb

Functions to flush the translation lookaside buffer (TLB).

Functions

hlt

Halts the CPU until the next interrupt arrives.

int3

Cause a breakpoint exception by invoking the int3 instruction.