OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mips_cpu_arch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/include/
locore.h
111
u_int
mips_cpu_arch
;
member in struct:mips_options
312
#define CPUISMIPS3 ((mips_options.
mips_cpu_arch
& \
316
#define CPUISMIPS4 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS4) != 0)
317
#define CPUISMIPS5 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS5) != 0)
318
#define CPUISMIPS32 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32) != 0)
319
#define CPUISMIPS32R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32R2) != 0)
320
#define CPUISMIPS64 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64) != 0)
321
#define CPUISMIPS64R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64R2) != 0)
322
#define CPUISMIPSNN ((mips_options.
mips_cpu_arch
& \
324
#define CPUISMIPSNNR2 ((mips_options.
mips_cpu_arch
&
[
all
...]
locore.h
111
u_int
mips_cpu_arch
;
member in struct:mips_options
312
#define CPUISMIPS3 ((mips_options.
mips_cpu_arch
& \
316
#define CPUISMIPS4 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS4) != 0)
317
#define CPUISMIPS5 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS5) != 0)
318
#define CPUISMIPS32 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32) != 0)
319
#define CPUISMIPS32R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32R2) != 0)
320
#define CPUISMIPS64 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64) != 0)
321
#define CPUISMIPS64R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64R2) != 0)
322
#define CPUISMIPSNN ((mips_options.
mips_cpu_arch
& \
324
#define CPUISMIPSNNR2 ((mips_options.
mips_cpu_arch
&
[
all
...]
locore.h
111
u_int
mips_cpu_arch
;
member in struct:mips_options
312
#define CPUISMIPS3 ((mips_options.
mips_cpu_arch
& \
316
#define CPUISMIPS4 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS4) != 0)
317
#define CPUISMIPS5 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS5) != 0)
318
#define CPUISMIPS32 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32) != 0)
319
#define CPUISMIPS32R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS32R2) != 0)
320
#define CPUISMIPS64 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64) != 0)
321
#define CPUISMIPS64R2 ((mips_options.
mips_cpu_arch
& CPU_ARCH_MIPS64R2) != 0)
322
#define CPUISMIPSNN ((mips_options.
mips_cpu_arch
& \
324
#define CPUISMIPSNNR2 ((mips_options.
mips_cpu_arch
&
[
all
...]
Completed in 97 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025