Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dmotorola_pgalloc.h103 static inline void free_pmd_fast(pmd_t *pmd) in free_pmd_fast() function
139 free_pmd_fast(pmd); in pmd_free()
155 free_pmd_fast(pmd); in pmd_free_kernel()
165 free_pmd_fast((pmd_t *)pgd); in pgd_free()
Dsun3_pgalloc.h18 static inline int free_pmd_fast(pmd_t *pmdp) { return 0; } in free_pmd_fast() function
/linux-2.4.37.9/include/asm-sparc/
Dpgalloc.h126 BTFIXUPDEF_CALL(void, free_pmd_fast, pmd_t *)
127 #define free_pmd_fast(pmd) BTFIXUP_CALL(free_pmd_fast)(pmd) macro
129 #define pmd_free(pmd) free_pmd_fast(pmd)
/linux-2.4.37.9/include/asm-mips64/
Dpgalloc.h181 static inline void free_pmd_fast(pmd_t *pmd) in free_pmd_fast() function
194 #define pmd_free(pte) free_pmd_fast(pte)
/linux-2.4.37.9/include/asm-sparc64/
Dpgalloc.h257 extern __inline__ void free_pmd_fast(pmd_t *pmd) in free_pmd_fast() function
301 #define pmd_free(pmd) free_pmd_fast(pmd)
/linux-2.4.37.9/include/asm-mips/
Dpgalloc.h140 static __inline__ void free_pmd_fast(pmd_t *pmd) in free_pmd_fast() function
/linux-2.4.37.9/arch/sparc/mm/
Dsrmmu.c2093 BTFIXUPSET_CALL(free_pmd_fast, srmmu_free_pmd_fast, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
Dsun4c.c2155 BTFIXUPSET_CALL(free_pmd_fast, sun4c_free_pmd_fast, BTFIXUPCALL_NOP); in ld_mmu_sun4c()