Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h18 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) macro
H A Dparavirt.h342 static inline int paravirt_pgd_alloc(struct mm_struct *mm) in paravirt_pgd_alloc() function
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c451 if (paravirt_pgd_alloc(mm) != 0) in pgd_alloc()