Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_types.h168 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE) macro
185 #define PAGE_KERNEL_LARGE_EXEC __pgprot(__PAGE_KERNEL_LARGE_EXEC)
218 #define __PAGE_KERNEL_IDENT_LARGE_EXEC __PAGE_KERNEL_LARGE_EXEC
/arch/x86/power/
Dhibernate_64.c51 .pmd_flag = __PAGE_KERNEL_LARGE_EXEC, in set_up_temporary_mappings()
/arch/mn10300/include/asm/
Dpgtable.h176 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE) macro
183 #define PAGE_KERNEL_LARGE_EXEC __pgprot(__PAGE_KERNEL_LARGE_EXEC)
/arch/x86/kernel/
Dhead_64.S126 addq $(__PAGE_KERNEL_LARGE_EXEC & ~_PAGE_GLOBAL), %rax
493 PMDS(0, __PAGE_KERNEL_LARGE_EXEC,
Dmachine_kexec_64.c103 .pmd_flag = __PAGE_KERNEL_LARGE_EXEC, in init_pgtable()