Home
last modified time | relevance | path

Searched defs:pud_phys (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/mm/
H A Dkasan_init.c135 phys_addr_t pud_phys = early ? in kasan_pud_offset() local
/linux/arch/mips/include/asm/
H A Dpgtable-64.h310 #define pud_phys(pud) virt_to_phys((void *)pud_val(pud)) macro
/linux/arch/arm64/mm/
H A Dkasan_init.c93 phys_addr_t pud_phys = early ? in kasan_pud_offset() local
H A Dmmu.c337 phys_addr_t pud_phys; in alloc_init_pud() local
/linux/arch/loongarch/include/asm/
H A Dpgtable.h214 #define pud_phys(pud) PHYSADDR(pud_val(pud)) macro