Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dpgtable-nop4d.h29 #define pgd_populate_safe(mm, pgd, p4d) do { } while (0) macro
Dpgtable-nop4d-hack.h34 #define pgd_populate_safe(mm, pgd, pud) do { } while (0) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgalloc.h182 static inline void pgd_populate_safe(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate_safe() function