Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dpgalloc.h77 set_pgd_safe(pgd, in pgd_populate_safe()
/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h147 set_pgd_safe(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate_safe()
/openbmc/linux/include/linux/
H A Dpgtable.h873 #define set_pgd_safe(pgdp, pgd) \ macro