Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/microblaze/include/asm/
Dpgalloc.h63 extern inline pgd_t *get_pgd_slow(void) in get_pgd_slow() function
83 ret = (unsigned long *)get_pgd_slow(); in get_pgd_fast()
/linux-2.6.39/arch/unicore32/mm/
Dpgd.c27 pgd_t *get_pgd_slow(struct mm_struct *mm) in get_pgd_slow() function