Home
last modified time | relevance | path

Searched refs:pfn_pgd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/riscv/mm/
Dinit.c298 pgdp[pgd_index] = pfn_pgd(PFN_DOWN(pa), prot); in create_pgd_mapping()
304 pgdp[pgd_index] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE); in create_pgd_mapping()
/Linux-v5.4/arch/riscv/include/asm/
Dpgtable.h148 static inline pgd_t pfn_pgd(unsigned long pfn, pgprot_t prot) in pfn_pgd() function