Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpfn_t.h62 static inline phys_addr_t pfn_t_to_phys(pfn_t pfn) in pfn_t_to_phys() function
70 return __va(pfn_t_to_phys(pfn)); in pfn_t_to_virt()
/Linux-v4.19/arch/x86/mm/
Dpat.c1032 pcm = lookup_memtype(pfn_t_to_phys(pfn)); in track_pfn_insert()