Searched refs:__PAGE_KERNEL_LARGE (Results 1 – 3 of 3) sorted by relevance
197 #define __PAGE_KERNEL_LARGE (__PP|__RW| 0|___A|__NX|___D|_PSE|___G) macro222 #define PAGE_KERNEL_LARGE __pgprot_mask(__PAGE_KERNEL_LARGE | _ENC)
49 pmdval_t early_pmd_flags = __PAGE_KERNEL_LARGE & ~(_PAGE_GLOBAL | _PAGE_NX);
649 prot = __pgprot(pgprot_val(prot) | __PAGE_KERNEL_LARGE); in phys_pud_init()
Completed in 8 milliseconds