Home
last modified time | relevance | path

Searched refs:do_check_pgt_cache (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/ !
Dpgalloc_32.h25 BTFIXUPDEF_CALL(void, do_check_pgt_cache, int, int)
26 #define do_check_pgt_cache(low,high) BTFIXUP_CALL(do_check_pgt_cache)(low,high) macro
/linux-3.4.99/arch/microblaze/include/asm/ !
Dpgalloc.h183 extern int do_check_pgt_cache(int, int);
/linux-3.4.99/arch/sparc/mm/ !
Dinit_32.c303 do_check_pgt_cache(pgt_cache_water[0], pgt_cache_water[1]); in check_pgt_cache()
Dsrmmu.c2211 BTFIXUPSET_CALL(do_check_pgt_cache, srmmu_check_pgt_cache, BTFIXUPCALL_NOP); in ld_mmu_srmmu()
Dsun4c.c2059 BTFIXUPSET_CALL(do_check_pgt_cache, sun4c_check_pgt_cache, BTFIXUPCALL_NORM); in ld_mmu_sun4c()