Searched defs:_PAGE_PSE (Results 1 - 2 of 2) sorted by relevance

/arch/mn10300/include/asm/
H A Dpgtable.h131 #define _PAGE_PSE xPTEL2_PS_4Mb /* 4MB page */ macro
175 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
176 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
402 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
419 ((pmd_val(pmd) & (_PAGE_PSE | _PAGE_PRESENT)) == \
420 (_PAGE_PSE | _PAGE_PRESENT))
/arch/x86/include/asm/
H A Dpgtable_types.h51 #define _PAGE_PSE (_AT(pteval_t, 1) << _PAGE_BIT_PSE) macro
106 #define _PAGE_SWP_SOFT_DIRTY _PAGE_PSE
129 #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_NUMA)
166 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
167 #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)
168 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)

Completed in 170 milliseconds