Searched refs:read_c0_ebase (Results 1 – 7 of 7) 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()
811 uint32_t __maybe_unused ebase = read_c0_ebase() & 0x3ffff000; in prom_init()
881 : (s32)read_c0_ebase(); in decode_configs()902 if (read_c0_ebase() & MIPS_EBASE_WG) { in decode_configs()
2328 ebase = (read_c0_ebase() & ~0xfff); in trap_init()2331 ebase += (read_c0_ebase() & 0x3ffff000); in trap_init()
1643 #define read_c0_ebase() __read_32bit_c0_register($15, 1) macro2676 return read_c0_ebase() & MIPS_EBASE_CPUNUM; in __BUILD_SET_C0()