Searched refs:paravirt_pgd_alloc (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/include/asm/ | ||
H A D | pgalloc.h | 20 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) macro |
/linux/arch/x86/mm/ | ||
H A D | pgtable.c | 343 if (paravirt_pgd_alloc(mm) != 0) in pgd_alloc() |