Searched refs:get_pgd_slow (Results 1 – 3 of 3) sorted by relevance
25 extern pgd_t *get_pgd_slow(struct mm_struct *mm);28 #define pgd_alloc(mm) get_pgd_slow(mm)
63 extern inline pgd_t *get_pgd_slow(void) in get_pgd_slow() function83 ret = (unsigned long *)get_pgd_slow(); in get_pgd_fast()
27 pgd_t *get_pgd_slow(struct mm_struct *mm) in get_pgd_slow() function