Searched refs:read_c0_ebase (Results 1 – 8 of 8) sorted by relevance
164 return (read_c0_ebase() & 0x7c) >> 2; in nlm_core_id()166 return (read_c0_ebase() & 0x1c) >> 2; in nlm_core_id()171 return read_c0_ebase() & 0x3; in nlm_thread_id()
171 nodep->ebase = read_c0_ebase() & MIPS_EBASE_BASE; in nlm_init_node()
61 nodep->ebase = read_c0_ebase() & MIPS_EBASE_BASE; in nlm_node_init()
114 ctx->cp0_regs[EBASE] = read_c0_ebase(); in brcm_pm_save_cp0_context()
806 uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000; in prom_init()
2288 ebase = (read_c0_ebase() & ~0xfff); in trap_init()2291 ebase += (read_c0_ebase() & 0x3ffff000); in trap_init()
898 : (s32)read_c0_ebase(); in decode_configs()919 if (read_c0_ebase() & MIPS_EBASE_WG) { in decode_configs()
1841 #define read_c0_ebase() __read_32bit_c0_register($15, 1) macro2811 return read_c0_ebase() & MIPS_EBASE_CPUNUM; in __BUILD_SET_C0()