Searched defs:_PAGE_KERNEL_EXEC (Results 1 – 2 of 2) sorted by relevance
58 #define _PAGE_KERNEL_EXEC ((PROT_NORMAL & ~PTE_PXN) | PTE_DIRTY) macro
208 #define _PAGE_KERNEL_EXEC (_PAGE_KERNEL_RO | _PAGE_EXEC) macro