Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/include/asm/
Dpgalloc.h25 extern pgd_t *get_pgd_slow(struct mm_struct *mm);
28 #define pgd_alloc(mm) get_pgd_slow(mm)
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h63 static inline pgd_t *get_pgd_slow(void) in get_pgd_slow() function
83 ret = (unsigned long *)get_pgd_slow(); in get_pgd_fast()
/Linux-v4.19/arch/unicore32/mm/
Dpgd.c27 pgd_t *get_pgd_slow(struct mm_struct *mm) in get_pgd_slow() function