Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgalloc.h20 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) macro
/linux/arch/x86/mm/
H A Dpgtable.c343 if (paravirt_pgd_alloc(mm) != 0) in pgd_alloc()