Module x86_64::instructions::interrupts [] [src]

Enable and disable hardware interrupts.

Functions

disable

Disable hardware interrupts using the cli instruction.

enable

Enable hardware interrupts using the sti instruction.

int3

Cause a breakpoint exception by invoking the int3 instruction.