Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dcontpte.c79 pte = pfn_pte(ALIGN_DOWN(pte_pfn(pte), CONT_PTES), pte_pgprot(pte)); in contpte_convert()
279 prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in __contpte_try_fold()
363 pgprot_t prot = pte_pgprot(pte_mkold(pte_mkclean(pte))); in contpte_is_consistent()
401 orig_prot = pte_pgprot(pte_mkold(pte_mkclean(orig_pte))); in contpte_ptep_get_lockless()
472 prot = pte_pgprot(pte); in contpte_set_ptes()
/linux/arch/riscv/include/asm/
H A Dpgtable.h344 #define pte_pgprot pte_pgprot macro
345 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
801 return pte_pgprot(pmd_pte(pmd)); in pmd_pgprot()
807 return pte_pgprot(pud_pte(pud)); in pud_pgprot()
/linux/arch/sh/include/asm/
H A Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h460 #define pte_pgprot pte_pgprot macro
461 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
471 return pfn_pte(pte_pfn(pte) + nr, pte_pgprot(pte)); in pte_advance_pfn()
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c225 prot = pte_pgprot(*kpte); in pg_level_to_pfn()
/linux/include/linux/
H A Dpgtable.h2332 #ifndef pte_pgprot
2333 #define pte_pgprot(x) ((pgprot_t) {0}) macro
/linux/mm/
H A Dmemory.c6852 pfnmap_args_setup(args, lock, ptep, pte_pgprot(pte), in follow_pfnmap_start()