Home
last modified time | relevance | path

Searched refs:write_c0_ebase (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dtraps.c103 write_c0_ebase(ebase); in trap_init()
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dsmp.c114 write_c0_ebase(nlm_current_node()->ebase); in nlm_early_init_secondary()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dsmp.c244 write_c0_ebase((u32)ebase); in octeon_init_secondary()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c129 write_c0_ebase(ctx->cp0_regs[EBASE]); in brcm_pm_restore_cp0_context()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp-bmips.c563 write_c0_ebase(new_ebase); in bmips_ebase_setup()
H A Dtraps.c2251 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector()
2254 write_c0_ebase(ebase); in configure_exception_vector()
H A Dcpu-probe.c769 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()
775 write_c0_ebase(ebase); in decode_configs()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1356 #define write_c0_ebase(val) __write_32bit_c0_register($15, 1, val) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1929 #define write_c0_ebase(val) __write_32bit_c0_register($15, 1, val) macro