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_MIPS64R2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/include/
locore.h
148
#define
CPU_ARCH_MIPS64R2
(1 << 8)
321
#define CPUISMIPS64R2 ((mips_options.mips_cpu_arch &
CPU_ARCH_MIPS64R2
) != 0)
323
(CPU_ARCH_MIPS32 | CPU_ARCH_MIPS32R2 | CPU_ARCH_MIPS64 |
CPU_ARCH_MIPS64R2
)) != 0)
325
(CPU_ARCH_MIPS32R2 |
CPU_ARCH_MIPS64R2
)) != 0)
327
(CPU_ARCH_MIPS3 | CPU_ARCH_MIPS4 | CPU_ARCH_MIPS64 |
CPU_ARCH_MIPS64R2
)) != 0)
/src/sys/arch/mips/mips/
cpu_exec.c
178
if (mips_options.mips_cpu_arch &
CPU_ARCH_MIPS64R2
) {
mips_machdep.c
1222
opts->mips_cpu_arch =
CPU_ARCH_MIPS64R2
;
1410
case
CPU_ARCH_MIPS64R2
: {
1626
case
CPU_ARCH_MIPS64R2
: {
Completed in 38 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025