Home
last modified time | relevance | path

Searched refs:_PAGE_PSE (Results 1 – 15 of 15) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable.h186 (pmd_flags(pmd) & (_PAGE_RW | _PAGE_DIRTY | _PAGE_PSE)) == in pmd_shstk()
187 (_PAGE_DIRTY | _PAGE_PSE); in pmd_shstk()
209 (pud_flags(pud) & (_PAGE_RW | _PAGE_DIRTY | _PAGE_PSE)) == in pud_shstk()
210 (_PAGE_DIRTY | _PAGE_PSE); in pud_shstk()
240 return pte_flags(pte) & _PAGE_PSE; in pte_huge()
301 return pmd_flags(pte) & _PAGE_PSE; in pmd_leaf()
307 return (pmd_val(pmd) & _PAGE_PSE) == _PAGE_PSE; in pmd_trans_huge()
313 return (pud_val(pud) & _PAGE_PSE) == _PAGE_PSE; in pud_trans_huge()
483 return pte_set_flags(pte, _PAGE_PSE); in pte_mkhuge()
488 return pte_clear_flags(pte, _PAGE_PSE); in pte_clrhuge()
[all …]
H A Dpgtable_types.h58 #define _PAGE_PSE (_AT(pteval_t, 1) << _PAGE_BIT_PSE) macro
156 #define _HPAGE_CHG_MASK (_COMMON_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_PAT_LARGE)
199 #define _PSE _PAGE_PSE
435 if (native_pud_val(pud) & _PAGE_PSE) in pud_pfn_mask()
453 if (native_pmd_val(pmd) & _PAGE_PSE) in pmd_pfn_mask()
H A Dpgtable-2level.h112 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
H A Dpgtable-3level.h205 #define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
H A Dtlbflush.h376 _PAGE_PCD | _PAGE_PSE | _PAGE_GLOBAL | _PAGE_PAT | in pte_flags_need_flush()
/linux/arch/x86/mm/
H A Dpgtable.c649 __pgprot(protval_4k_2_large(pgprot_val(prot)) | _PAGE_PSE))); in pud_set_huge()
681 __pgprot(protval_4k_2_large(pgprot_val(prot)) | _PAGE_PSE))); in pmd_set_huge()
H A Ddump_pagetables.c206 if (level <= 3 && pr & _PAGE_PSE) in printk_prot()
H A Dinit_32.c321 _PAGE_PSE); in kernel_physical_mapping_init()
H A Dinit_64.c97 return __pgprot(pgprot_val(prot) | _PAGE_PSE);
/linux/arch/x86/boot/startup/
H A Defi-mixed.S187 movl $_PAGE_PRESENT | _PAGE_RW | _PAGE_PSE, %ecx
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c207 page_flags = info->page_flag & ~_PAGE_PSE; in split_large_pmd()
/linux/arch/x86/mm/pat/
H A Dcpa-test.c73 if ((pte_val(*pte) & _PAGE_PRESENT) && !(pte_val(*pte) & _PAGE_PSE)) { in print_split()
H A Dset_memory.c986 pgprot_val(req_prot) |= _PAGE_PSE; in __should_split_large_page()
1169 pgprot_val(ref_prot) &= ~_PAGE_PSE; in __split_large_page()
1286 pgprot_val(pgprot) |= _PAGE_PSE; in collapse_pmd_page()
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c338 return !!(e->val64 & _PAGE_PSE); in gen8_gtt_test_pse()
346 e->val64 &= ~_PAGE_PSE; in gen8_gtt_clear_pse()
351 e->val64 &= ~_PAGE_PSE; in gen8_gtt_clear_pse()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4115 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE); in init_rmode_identity_map()