Module bits64

Source
Expand description

Data structures and functions used by IA-32e but not Protected Mode.

Modulesยง

paging
Description of the data-structures for IA-32e paging mode.
registers
rflags
Processor state stored in the RFLAGS register.
segmentation
sgx
Program x86 enclaves.
syscall
Invokes an OS system-call handler at privilege level 0.
task
Helpers to program the task state segment. See Intel 3a, Chapter 7, Section 7
vmx
Virtualize processor hardware for multiple software environments using Virtual Machine Extensions.