Home
last modified time | relevance | path

Searched refs:_PAGE_TABLE_NOENC (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c82 new_cr3[0] = (u64)cr3 | _PAGE_TABLE_NOENC; in efi_5level_switch()
/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c179 *trampoline_32bit = __native_read_cr3() | _PAGE_TABLE_NOENC; in configure_5level_paging()
/linux/arch/x86/platform/pvh/
H A Dhead.S261 .quad pvh_level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE_NOENC
/linux/arch/x86/include/asm/
H A Dpgtable_types.h224 #define _PAGE_TABLE_NOENC (__PP|__RW|_USR|___A| 0|___D| 0| 0) macro