Home
last modified time | relevance | path

Searched refs:__phys_to_pgd_val (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpgalloc.h77 set_pgd(pgdp, __pgd(__phys_to_pgd_val(p4dp) | prot)); in __pgd_populate()
H A Dpgtable.h736 #define __phys_to_pgd_val(phys) __phys_to_pte_val(phys) macro
/linux/arch/arm64/mm/
H A Dkasan_init.c263 tmp_pg_dir[idx] = __pgd(__phys_to_pgd_val(__pa_symbol(pud)) | in clone_next_level()