Home
last modified time | relevance | path

Searched defs:pgd_populate (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dpgtable-nop4d.h27 #define pgd_populate(mm, pgd, p4d) do { } while (0) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h104 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgalloc.h62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h134 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function