Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dtraps.c102 write_c0_ebase(ebase); in trap_init()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsmp.c244 write_c0_ebase((u32)ebase); in octeon_init_secondary()
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c129 write_c0_ebase(ctx->cp0_regs[EBASE]); in brcm_pm_restore_cp0_context()
/openbmc/linux/arch/mips/kernel/
H A Dsmp-bmips.c573 write_c0_ebase(new_ebase); in bmips_ebase_setup()
H A Dcpu-probe.c770 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()
776 write_c0_ebase(ebase); in decode_configs()
H A Dtraps.c2251 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector()
2254 write_c0_ebase(ebase); in configure_exception_vector()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1348 #define write_c0_ebase(val) __write_32bit_c0_register($15, 1, val) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1928 #define write_c0_ebase(val) __write_32bit_c0_register($15, 1, val) macro