OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS1
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/sys/arch/mips/include/
psl.h
39
*
MIPS1
, MIPS3+, or both, depending on the configured CPU types.
67
*
mips1
-specific definitions
82
* Choose mips3-only,
mips1
-only, or runtime-selected values.
85
#if defined(MIPS3_PLUS) && !defined(
MIPS1
) /* mips3 or greater only */
92
#if !defined(MIPS3_PLUS) && defined(
MIPS1
) /*
mips1
only */
96
#endif /*
mips1
only */
99
#if MIPS3_PLUS +
MIPS1
> 1
locore.h
57
#define
MIPS1
1
69
#if (
MIPS1
+ MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 0
70
#error at least one of
MIPS1
, MIPS3, MIPS4, MIPS32, MIPS32R2, MIPS64, or MIPS64R2 must be specified
92
#if defined(
MIPS1
) && (ENABLE_MIPS_8KB_PAGE + ENABLE_MIPS_16KB_PAGE) > 0
93
#error
MIPS1
only supports a 4kB page size.
170
#if ((
MIPS1
+ MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 1) || defined(_LOCORE)
172
#if defined(
MIPS1
)
296
#ifdef
MIPS1
418
#ifdef
MIPS1
cache.h
235
#if (
MIPS1
+ MIPS64_RMIXL + MIPS64R2_RMIXL + MIPS64_OCTEON) > 0 && \
244
#if (
MIPS1
+ MIPS64_RMIXL + MIPS64_OCTEON) > 0 && \
pte.h
65
#define mips_pg_nv_bit() (MIPS1_PG_NV) /* same on
mips1
and mips3 */
71
/*
MIPS1
-only */
72
#if defined(
MIPS1
) && !defined(MIPS3_PLUS)
77
#define mips_pg_rw_bit() (MIPS1_PG_RW) /* no RW bits for
mips1
*/
92
#endif /*
mips1
*/
96
#if !defined(
MIPS1
) && defined(MIPS3_PLUS)
118
/*
MIPS1
and MIPS3 (or greater) */
119
#if defined(
MIPS1
) && defined(MIPS3_PLUS)
cpuregs.h
90
*
mips1
physical memory is limited to 512Mbytes, which is
156
# if (
MIPS1
+ MIPS3 + MIPS32 + MIPS64) == 0
829
* Patch codes to hide CPU design differences between
MIPS1
and MIPS3.
834
#if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) == 0 &&
MIPS1
!= 0
840
#if (MIPS3 + MIPS4 + MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) != 0 &&
MIPS1
== 0
/src/sys/arch/mips/mips/
loongson2_subr.S
3
#undef
MIPS1
mips32_subr.S
3
#undef
MIPS1
mips32r2_subr.S
3
#undef
MIPS1
mips3_subr.S
3
#undef
MIPS1
mips64_subr.S
3
#undef
MIPS1
mips64r2_subr.S
3
#undef
MIPS1
cache.c
83
#ifdef
MIPS1
106
#ifdef
MIPS1
113
#endif /*
MIPS1
*/
122
#if defined(
MIPS1
) || defined(MIPS3) || defined(MIPS4)
130
#if (
MIPS1
+ MIPS3 + MIPS4 + MIPS32 + MIPS64 + MIPS32R2 + MIPS64R2) > 0
195
#if defined(
MIPS1
) || defined(MIPS3) || defined(MIPS4)
243
#if defined(
MIPS1
) || defined(MIPS3) || defined(MIPS4)
263
#ifdef
MIPS1
382
#endif /*
MIPS1
*/
866
#if defined(
MIPS1
) || defined(MIPS3) || defined(MIPS4
[
all
...]
mips_mcclock.c
222
#ifdef
MIPS1
262
#endif /*
MIPS1
*/
locore_mips1.S
77
#error
MIPS1
does not support N32/N64.
1657
* + If defined both
MIPS1
and ENABLE_MIPS_TX3900, it generates kernel for
1658
* R3900. If defined
MIPS1
only, No R3900 feature include.
1726
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 16 never happens w/
MIPS1
1727
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 17 never happens w/
MIPS1
1728
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 18 never happens w/
MIPS1
1729
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 19 never happens w/
MIPS1
1730
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 20 never happens w/
MIPS1
1731
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 21 never happens w/
MIPS1
1732
PTR_WORD _C_LABEL(MIPSX(kern_gen_exception))# 22 never happens w/
MIPS1
[
all
...]
mips_stacktrace.c
79
#ifdef
MIPS1
139
#ifdef
MIPS1
/* r2000 family (mips-I CPU) */
145
#endif /*
MIPS1
*/
/src/sys/arch/hpcmips/conf/
std.hpcmips.tx39
6
options
MIPS1
# R2000/R3000 CPUs
/src/sys/arch/sgimips/sgimips/
clock.c
90
#if defined(
MIPS1
)
97
#endif /*
MIPS1
*/
bus.c
85
#ifdef
MIPS1
126
#ifdef
MIPS1
cpu.c
162
#ifdef
MIPS1
/src/sys/arch/pmax/pmax/
bus.c
65
#ifdef
MIPS1
85
#ifdef
MIPS1
98
#ifdef
MIPS1
200
#endif /*
MIPS1
*/
bus_dma.c
81
#ifdef
MIPS1
412
#ifdef
MIPS1
514
#endif /*
MIPS1
*/
/src/sys/arch/mipsco/conf/
RC3230
10
options
MIPS1
# R2000/R3000 support
/src/sys/arch/newsmips/conf/
WAPIKO
15
options
MIPS1
# R2000/R3000 support
/src/sys/arch/emips/emips/
bus_dma.c
81
#ifdef
MIPS1
412
#ifdef
MIPS1
514
#endif /*
MIPS1
*/
/src/sys/arch/newsmips/newsmips/
bus.c
77
#ifdef
MIPS1
457
#ifdef
MIPS1
559
#endif /*
MIPS1
*/
Completed in 93 milliseconds
1
2
Indexes created Sat Oct 18 16:10:06 GMT 2025