Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Despfix_64.c101 #define PGTABLE_PROT ((_KERNPG_TABLE & ~_PAGE_RW) | _PAGE_NX) macro
174 pud = __pud(__pa(pmd_p) | (PGTABLE_PROT & ptemask)); in init_espfix_ap()
184 pmd = __pmd(__pa(pte_p) | (PGTABLE_PROT & ptemask)); in init_espfix_ap()