Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dtraps.h24 extern void (*board_cache_error_setup)(void);
/openbmc/linux/arch/mips/mm/
H A Dc-octeon.c289 board_cache_error_setup = octeon_cache_error_setup; in octeon_cache_init()
H A Dc-r4k.c1772 board_cache_error_setup = r4k_cache_error_setup; in r4k_cache_init()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c111 void(*board_cache_error_setup)(void); variable
2523 if (board_cache_error_setup) in trap_init()
2524 board_cache_error_setup(); in trap_init()