OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_EBASE_CPUNUM
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/mips/mips/
locore_octeon.S
127
andi s0, s1,
MIPS_EBASE_CPUNUM
# fetch cpunum
170
andi k0, k0,
MIPS_EBASE_CPUNUM
# fetch cpunum
mips_fixup.c
59
start = (uint32_t *)(intptr_t)(ebase & ~
MIPS_EBASE_CPUNUM
);
mips_machdep.c
1086
const int cpunum = ebase &
MIPS_EBASE_CPUNUM
;
1091
memcpy((void *)(intptr_t)(ebase & ~
MIPS_EBASE_CPUNUM
), mips64r2_tlb_miss,
locore.S
120
andi a1, a0,
MIPS_EBASE_CPUNUM
# fetch cpunum
/src/sys/arch/mips/cavium/
octeon_cpunode.c
228
KASSERT((mipsNN_cp0_ebase_read() &
MIPS_EBASE_CPUNUM
) == ci->ci_cpuid);
/src/sys/arch/mips/rmi/
rmixl_cpu.c
324
KASSERT((ebase &
MIPS_EBASE_CPUNUM
) == ci->ci_cpuid);
/src/sys/arch/mips/include/
cpuregs.h
903
#define
MIPS_EBASE_CPUNUM
__BITS(9, 0)
Completed in 18 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025