Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgalloc.h15 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc() function
20 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm)