OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0C1_MMU
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
translate_init.c
105
.CP0_Config1 = MIPS_CONFIG1 | (15 <<
CP0C1_MMU
) |
145
.CP0_Config1 = MIPS_CONFIG1 | (15 <<
CP0C1_MMU
) |
184
.CP0_Config1 = MIPS_CONFIG1 | (15 <<
CP0C1_MMU
) |
224
.CP0_Config1 = MIPS_CONFIG1 | (15 <<
CP0C1_MMU
) |
245
.CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (15 <<
CP0C1_MMU
) |
268
.CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (15 <<
CP0C1_MMU
) |
316
.CP0_Config1 = (1 << CP0C1_FP) | (47 <<
CP0C1_MMU
),
334
.CP0_Config1 = (1 << CP0C1_FP) | (47 <<
CP0C1_MMU
),
352
.CP0_Config1 = MIPS_CONFIG1 | (31 <<
CP0C1_MMU
) |
373
.CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (31 <<
CP0C1_MMU
) |
[
all
...]
cpu.h
337
#define
CP0C1_MMU
25
Completed in 611 milliseconds