_PAGE_NX 199 arch/x86/include/asm/pgtable.h return !(pte_flags(pte) & _PAGE_NX); _PAGE_NX 331 arch/x86/include/asm/pgtable.h return pte_clear_flags(pte, _PAGE_NX); _PAGE_NX 936 arch/x86/include/asm/pgtable.h ignore_flags |= _PAGE_NX; _PAGE_NX 982 arch/x86/include/asm/pgtable.h ignore_flags |= _PAGE_NX; _PAGE_NX 155 arch/x86/include/asm/pgtable_types.h _PAGE_ACCESSED | _PAGE_NX) _PAGE_NX 160 arch/x86/include/asm/pgtable_types.h _PAGE_ACCESSED | _PAGE_NX) _PAGE_NX 165 arch/x86/include/asm/pgtable_types.h _PAGE_ACCESSED | _PAGE_NX) _PAGE_NX 171 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL (__PAGE_KERNEL_EXEC | _PAGE_NX) _PAGE_NX 93 arch/x86/kernel/espfix_64.c #define PGTABLE_PROT ((_KERNPG_TABLE & ~_PAGE_RW) | _PAGE_NX) _PAGE_NX 45 arch/x86/kernel/head64.c pmdval_t early_pmd_flags = __PAGE_KERNEL_LARGE & ~(_PAGE_GLOBAL | _PAGE_NX); _PAGE_NX 137 arch/x86/kernel/tboot.c pgd->pgd &= ~_PAGE_NX; _PAGE_NX 218 arch/x86/mm/dump_pagetables.c if (pr & _PAGE_NX) _PAGE_NX 258 arch/x86/mm/dump_pagetables.c WARN_ONCE(__supported_pte_mask & _PAGE_NX, _PAGE_NX 298 arch/x86/mm/dump_pagetables.c if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) _PAGE_NX 354 arch/x86/mm/dump_pagetables.c ((prot1 | prot2) & _PAGE_NX); _PAGE_NX 589 arch/x86/mm/dump_pagetables.c if (!(__supported_pte_mask & _PAGE_NX) || _PAGE_NX 561 arch/x86/mm/init_32.c #define DEFAULT_PTE_MASK ~(_PAGE_NX | _PAGE_GLOBAL) _PAGE_NX 915 arch/x86/mm/init_32.c if (__supported_pte_mask & _PAGE_NX) _PAGE_NX 939 arch/x86/mm/init_32.c if (__supported_pte_mask & _PAGE_NX) _PAGE_NX 86 arch/x86/mm/pageattr-test.c if (!(pte_val(*pte) & _PAGE_NX)) { _PAGE_NX 398 arch/x86/mm/pageattr.c return _PAGE_NX; _PAGE_NX 442 arch/x86/mm/pageattr.c return _PAGE_NX; _PAGE_NX 1728 arch/x86/mm/pageattr.c checkalias = (pgprot_val(mask_set) | pgprot_val(mask_clr)) != _PAGE_NX; _PAGE_NX 1887 arch/x86/mm/pageattr.c if (!(__supported_pte_mask & _PAGE_NX)) _PAGE_NX 1890 arch/x86/mm/pageattr.c return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_NX), 0); _PAGE_NX 1895 arch/x86/mm/pageattr.c if (!(__supported_pte_mask & _PAGE_NX)) _PAGE_NX 1898 arch/x86/mm/pageattr.c return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_NX), 0); _PAGE_NX 2222 arch/x86/mm/pageattr.c .mask_clr = __pgprot(~page_flags & (_PAGE_NX|_PAGE_RW)), _PAGE_NX 2228 arch/x86/mm/pageattr.c if (!(__supported_pte_mask & _PAGE_NX)) _PAGE_NX 159 arch/x86/mm/pti.c (__supported_pte_mask & _PAGE_NX)) _PAGE_NX 160 arch/x86/mm/pti.c pgd.pgd |= _PAGE_NX; _PAGE_NX 37 arch/x86/mm/setup_nx.c __supported_pte_mask |= _PAGE_NX; _PAGE_NX 39 arch/x86/mm/setup_nx.c __supported_pte_mask &= ~_PAGE_NX; _PAGE_NX 49 arch/x86/pci/pcbios.c if (__supported_pte_mask & _PAGE_NX) _PAGE_NX 921 arch/x86/platform/efi/efi.c if (efi_enabled(EFI_OLD_MEMMAP) && (__supported_pte_mask & _PAGE_NX)) _PAGE_NX 95 arch/x86/platform/efi/efi_32.c if (__supported_pte_mask & _PAGE_NX) _PAGE_NX 64 arch/x86/platform/efi/efi_64.c if (!(__supported_pte_mask & _PAGE_NX)) _PAGE_NX 140 arch/x86/platform/efi/efi_64.c pgd_offset_k(pgd * PGDIR_SIZE)->pgd &= ~_PAGE_NX; _PAGE_NX 356 arch/x86/platform/efi/efi_64.c pf = _PAGE_NX | _PAGE_RW | _PAGE_ENC; _PAGE_NX 545 arch/x86/platform/efi/efi_64.c pf |= _PAGE_NX; _PAGE_NX 561 arch/x86/platform/efi/efi_64.c if (__supported_pte_mask & _PAGE_NX) _PAGE_NX 598 arch/x86/platform/efi/efi_64.c pf |= _PAGE_NX; _PAGE_NX 230 arch/x86/power/hibernate.c set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); _PAGE_NX 235 arch/x86/power/hibernate.c set_pud(pud, __pud(pud_val(*pud) & ~_PAGE_NX)); _PAGE_NX 240 arch/x86/power/hibernate.c set_pmd(pmd, __pmd(pmd_val(*pmd) & ~_PAGE_NX)); _PAGE_NX 244 arch/x86/power/hibernate.c set_pte(pte, __pte(pte_val(*pte) & ~_PAGE_NX)); _PAGE_NX 1933 arch/x86/xen/mmu_pv.c if (__supported_pte_mask & _PAGE_NX) { _PAGE_NX 1937 arch/x86/xen/mmu_pv.c level2_ident_pgt[i] = pmd_set_flags(level2_ident_pgt[i], _PAGE_NX); _PAGE_NX 805 drivers/video/fbdev/uvesafb.c if (__supported_pte_mask & _PAGE_NX) {