OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_ARCH_MIPS5
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
cpu_exec.c
122
if (mips_options.mips_cpu_arch <
CPU_ARCH_MIPS5
)
186
} else if (mips_options.mips_cpu_arch &
CPU_ARCH_MIPS5
) {
237
if (mips_options.mips_cpu_arch <
CPU_ARCH_MIPS5
)
291
} else if (mips_options.mips_cpu_arch &
CPU_ARCH_MIPS5
) {
/src/sys/arch/mips/include/
locore.h
144
#define
CPU_ARCH_MIPS5
(1 << 4)
317
#define CPUISMIPS5 ((mips_options.mips_cpu_arch &
CPU_ARCH_MIPS5
) != 0)
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025