Searched refs:_PAGE_PSE (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dpgtable.h107 return pte_flags(pte) & _PAGE_PSE;
139 return (pmd_flags(pte) & (_PAGE_PSE | _PAGE_PRESENT)) ==
140 (_PAGE_PSE | _PAGE_PRESENT);
194 return pte_set_flags(pte, _PAGE_PSE);
199 return pte_clear_flags(pte, _PAGE_PSE);
432 return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) ==
433 (_PAGE_PSE | _PAGE_PRESENT);
H A Dpgtable_types.h40 #define _PAGE_PSE (_AT(pteval_t, 1) << _PAGE_BIT_PSE) macro
108 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
109 #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)
110 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h107 return pte_flags(pte) & _PAGE_PSE;
139 return (pmd_flags(pte) & (_PAGE_PSE | _PAGE_PRESENT)) ==
140 (_PAGE_PSE | _PAGE_PRESENT);
194 return pte_set_flags(pte, _PAGE_PSE);
199 return pte_clear_flags(pte, _PAGE_PSE);
432 return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) ==
433 (_PAGE_PSE | _PAGE_PRESENT);
H A Dpgtable_types.h40 #define _PAGE_PSE (_AT(pteval_t, 1) << _PAGE_BIT_PSE) macro
108 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
109 #define __PAGE_KERNEL_LARGE_NOCACHE (__PAGE_KERNEL | _PAGE_CACHE_UC | _PAGE_PSE)
110 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dpgtable.h123 #define _PAGE_PSE xPTEL_PS_4Mb /* 4MB page */ macro
163 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
164 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
386 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
403 ((pmd_val(pmd) & (_PAGE_PSE | _PAGE_PRESENT)) == \
404 (_PAGE_PSE | _PAGE_PRESENT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h123 #define _PAGE_PSE xPTEL_PS_4Mb /* 4MB page */ macro
163 #define __PAGE_KERNEL_LARGE (__PAGE_KERNEL | _PAGE_PSE)
164 #define __PAGE_KERNEL_LARGE_EXEC (__PAGE_KERNEL_EXEC | _PAGE_PSE)
386 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
403 ((pmd_val(pmd) & (_PAGE_PSE | _PAGE_PRESENT)) == \
404 (_PAGE_PSE | _PAGE_PRESENT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/
H A Dhugetlbpage.c181 return !!(pmd_val(pmd) & _PAGE_PSE);
186 return !!(pud_val(pud) & _PAGE_PSE);
H A Dpageattr-test.c71 if (!(pte_val(*pte) & _PAGE_PSE)) {
H A Ddump_pagetables.c123 if (pr & _PAGE_PSE)
H A Dinit_32.c306 * identity mapping attribute + _PAGE_PSE.
310 _PAGE_PSE);
H A Dinit_64.c417 __pgprot(pgprot_val(prot) | _PAGE_PSE)));
H A Dpageattr.c538 pgprot_val(ref_prot) |= _PAGE_PSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/
H A Dhugetlbpage.c181 return !!(pmd_val(pmd) & _PAGE_PSE);
186 return !!(pud_val(pud) & _PAGE_PSE);
H A Dpageattr-test.c71 if (!(pte_val(*pte) & _PAGE_PSE)) {
H A Ddump_pagetables.c123 if (pr & _PAGE_PSE)
H A Dinit_32.c306 * identity mapping attribute + _PAGE_PSE.
310 _PAGE_PSE);
H A Dinit_64.c417 __pgprot(pgprot_val(prot) | _PAGE_PSE)));
H A Dpageattr.c538 pgprot_val(ref_prot) |= _PAGE_PSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_info.c329 pgprot & _PAGE_PSE ? 'm' : 'k',
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_info.c329 pgprot & _PAGE_PSE ? 'm' : 'k',
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/include/asm/
H A Dpgtable.h422 #define mk_pte_huge(entry) ((entry).pte_low |= _PAGE_PRESENT | _PAGE_PSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h422 #define mk_pte_huge(entry) ((entry).pte_low |= _PAGE_PRESENT | _PAGE_PSE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/lguest/
H A Dpage_tables.c281 if ((pte_flags(gpte) & _PAGE_PSE) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c281 if ((pte_flags(gpte) & _PAGE_PSE) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dvmx.c2379 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE);

Completed in 298 milliseconds

12