Searched refs:__paravirt_pgd_alloc (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgalloc.h13 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } function
18 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm)
/linux-master/arch/x86/kernel/
H A Dparavirt.c206 .mmu.pgd_alloc = __paravirt_pgd_alloc,

Completed in 113 milliseconds