Searched refs:paravirt_pgd_alloc (Results 1 – 3 of 3) sorted by relevance
18 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) macro
347 static inline int paravirt_pgd_alloc(struct mm_struct *mm) in paravirt_pgd_alloc() function
443 if (paravirt_pgd_alloc(mm) != 0) in pgd_alloc()