Home
last modified time | relevance | path

Searched defs:p4d_phys (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c155 phys_addr_t p4d_phys = early ? in kasan_p4d_offset() local
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-64.h212 #define p4d_phys(p4d) virt_to_phys((void *)p4d_val(p4d)) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h165 #define p4d_phys(p4d) PHYSADDR(p4d_val(p4d)) macro