Home
last modified time | relevance | path

Searched refs:CR4_LA57 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dlocore.S106 orl $CR4_LA57,%eax
H A Dmpboot.S101 orl $CR4_LA57, %eax
/f-stack/freebsd/amd64/acpica/
H A Dacpi_wakecode.S161 orl $CR4_LA57, %eax
/f-stack/freebsd/x86/include/
H A Dspecialreg.h75 #define CR4_LA57 0x00001000 /* Enable 5-level paging */ macro
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1950 if (!(cr4 & CR4_LA57)) in vmx_paging_mode()