OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mips_options
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_machdep.c
264
struct
mips_options
mips_options
= {
variable in typeref:struct:mips_options
954
mips_options
.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;
957
mips_options
.mips_cpu_flags |= CPU_MIPS_HAVE_DSP;
1100
mips_options
.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;
1103
mips_options
.mips_cpu_flags |= CPU_MIPS_HAVE_DSP;
1163
struct
mips_options
* const opts = &
mips_options
;
1455
struct
mips_options
* const opts = &
mips_options
;
[
all
...]
/src/sys/arch/mips/include/
locore.h
108
struct
mips_options
{
struct
209
# define MIPS_HAS_LLSC (
mips_options
.mips_has_llsc)
211
# define MIPS_HAS_LLADDR ((
mips_options
.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
213
# define MIPS_HAS_LMMI ((
mips_options
.mips_cpu_flags & CPU_MIPS_LOONGSON2) != 0)
233
# define MIPS_HAS_LLADDR ((
mips_options
.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
251
# define MIPS_HAS_LLADDR ((
mips_options
.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
253
# define MIPS_HAS_DSP (
mips_options
.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
254
# define MIPS_HAS_USERLOCAL (
mips_options
.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
269
# define MIPS_HAS_LLADDR ((
mips_options
.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
287
# define MIPS_HAS_LLADDR ((
mips_options
.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025