OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cp0flags
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
db_interface.c
422
u_int
cp0flags
= mips_options.mips_cpu->cpu_cp0flags;
local
460
if ((
cp0flags
& MIPS_CP0FL_USE) != 0) {
461
if ((
cp0flags
& MIPS_CP0FL_EIRR) != 0)
463
if ((
cp0flags
& MIPS_CP0FL_EIMR) != 0)
488
if ((
cp0flags
& MIPS_CP0FL_USE) != 0) {
489
if ((
cp0flags
& MIPS_CP0FL_EBASE) != 0)
491
if ((
cp0flags
& MIPS_CP0FL_CONFIG) != 0)
493
if ((
cp0flags
& MIPS_CP0FL_CONFIG1) != 0)
495
if ((
cp0flags
& MIPS_CP0FL_CONFIG2) != 0)
497
if ((
cp0flags
& MIPS_CP0FL_CONFIG3) != 0
[
all
...]
cpu_subr.c
215
const int
cp0flags
= mips_options.mips_cpu->cpu_cp0flags;
local
217
if ((
cp0flags
& MIPS_CP0FL_USE) == 0)
Completed in 22 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026