Symbol: _PAGE_PSE
arch/x86/boot/compressed/ident_map_64.c
207
page_flags = info->page_flag & ~_PAGE_PSE;
arch/x86/include/asm/pgtable-2level.h
112
#define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
arch/x86/include/asm/pgtable-3level.h
205
#define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
arch/x86/include/asm/pgtable.h
1069
return pud_val(pud) & _PAGE_PSE;
arch/x86/include/asm/pgtable.h
186
(pmd_flags(pmd) & (_PAGE_RW | _PAGE_DIRTY | _PAGE_PSE)) ==
arch/x86/include/asm/pgtable.h
187
(_PAGE_DIRTY | _PAGE_PSE);
arch/x86/include/asm/pgtable.h
209
(pud_flags(pud) & (_PAGE_RW | _PAGE_DIRTY | _PAGE_PSE)) ==
arch/x86/include/asm/pgtable.h
210
(_PAGE_DIRTY | _PAGE_PSE);
arch/x86/include/asm/pgtable.h
240
return pte_flags(pte) & _PAGE_PSE;
arch/x86/include/asm/pgtable.h
301
return pmd_flags(pte) & _PAGE_PSE;
arch/x86/include/asm/pgtable.h
307
return (pmd_val(pmd) & _PAGE_PSE) == _PAGE_PSE;
arch/x86/include/asm/pgtable.h
313
return (pud_val(pud) & _PAGE_PSE) == _PAGE_PSE;
arch/x86/include/asm/pgtable.h
483
return pte_set_flags(pte, _PAGE_PSE);
arch/x86/include/asm/pgtable.h
488
return pte_clear_flags(pte, _PAGE_PSE);
arch/x86/include/asm/pgtable.h
579
return pmd_set_flags(pmd, _PAGE_PSE);
arch/x86/include/asm/pgtable.h
644
return pud_set_flags(pud, _PAGE_PSE);
arch/x86/include/asm/pgtable.h
993
return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE);
arch/x86/include/asm/pgtable_types.h
156
#define _HPAGE_CHG_MASK (_COMMON_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_PAT_LARGE)
arch/x86/include/asm/pgtable_types.h
199
#define _PSE _PAGE_PSE
arch/x86/include/asm/pgtable_types.h
435
if (native_pud_val(pud) & _PAGE_PSE)
arch/x86/include/asm/pgtable_types.h
453
if (native_pmd_val(pmd) & _PAGE_PSE)
arch/x86/include/asm/tlbflush.h
376
_PAGE_PCD | _PAGE_PSE | _PAGE_GLOBAL | _PAGE_PAT |
arch/x86/kvm/vmx/vmx.c
4115
_PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE);
arch/x86/mm/dump_pagetables.c
206
if (level <= 3 && pr & _PAGE_PSE)
arch/x86/mm/init_32.c
321
_PAGE_PSE);
arch/x86/mm/init_64.c
97
return __pgprot(pgprot_val(prot) | _PAGE_PSE);
arch/x86/mm/pat/cpa-test.c
73
if ((pte_val(*pte) & _PAGE_PRESENT) && !(pte_val(*pte) & _PAGE_PSE)) {
arch/x86/mm/pat/set_memory.c
1169
pgprot_val(ref_prot) &= ~_PAGE_PSE;
arch/x86/mm/pat/set_memory.c
1286
pgprot_val(pgprot) |= _PAGE_PSE;
arch/x86/mm/pat/set_memory.c
986
pgprot_val(req_prot) |= _PAGE_PSE;
arch/x86/mm/pgtable.c
649
__pgprot(protval_4k_2_large(pgprot_val(prot)) | _PAGE_PSE)));
arch/x86/mm/pgtable.c
681
__pgprot(protval_4k_2_large(pgprot_val(prot)) | _PAGE_PSE)));
drivers/gpu/drm/i915/gvt/gtt.c
338
return !!(e->val64 & _PAGE_PSE);
drivers/gpu/drm/i915/gvt/gtt.c
346
e->val64 &= ~_PAGE_PSE;
drivers/gpu/drm/i915/gvt/gtt.c
351
e->val64 &= ~_PAGE_PSE;