Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dpgalloc_32.h31 BTFIXUPDEF_CALL(void, free_pgd_fast, pgd_t *)
32 #define free_pgd_fast(pgd) BTFIXUP_CALL(free_pgd_fast)(pgd) macro
34 #define pgd_free(mm, pgd) free_pgd_fast(pgd)
/linux-3.4.99/arch/microblaze/include/asm/
Dpgalloc.h87 extern inline void free_pgd_fast(pgd_t *pgd) in free_pgd_fast() function
99 #define pgd_free(mm, pgd) free_pgd_fast(pgd)
/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c2249 BTFIXUPSET_CALL(free_pgd_fast, srmmu_free_pgd_fast, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
Dsun4c.c2122 BTFIXUPSET_CALL(free_pgd_fast, sun4c_free_pgd_fast, BTFIXUPCALL_NORM); in ld_mmu_sun4c()