Home
last modified time | relevance | path

Searched refs:pte_pgprot (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h57 #define pte_pgprot pte_pgprot macro
58 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
70 return pte_pgprot(pmd_pte(pmd)); in pmd_pgprot()
76 return pte_pgprot(pud_pte(pud)); in pud_pgprot()
82 return pte_pgprot(pte_exprotect(__pte(pgprot_val(prot)))); in pgprot_nx()
/linux/arch/arm64/mm/
H A Dcontpte.c79 pte = pfn_pte(ALIGN_DOWN(pte_pfn(pte), CONT_PTES), pte_pgprot(pte)); in contpte_convert()
280 prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in __contpte_try_fold()
364 pgprot_t prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in contpte_is_consistent()
402 orig_prot = pte_pgprot(pte_mkold(pte_mkclean(orig_pte))); in contpte_ptep_get_lockless()
473 prot = pte_pgprot(pte); in contpte_set_ptes()
/linux/arch/loongarch/include/asm/
H A Dpage.h55 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/sh/include/asm/
H A Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c225 prot = pte_pgprot(*kpte); in pg_level_to_pfn()
/linux/arch/x86/mm/pat/
H A Dset_memory.c1292 pgprot = pgprot_4k_2_large(pte_pgprot(first)); in collapse_pmd_page()
1868 pgprot_t old_prot = pte_pgprot(old_pte); in __change_page_attr()
1869 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()