OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPSNN_GET
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/include/
mipsNN.h
44
#define
MIPSNN_GET
(reg, x) \
111
#define MIPSNN_CFG1_MS(x) (
MIPSNN_GET
(CFG1_MS, (x)) + 1)
118
#define MIPSNN_CFG1_IS(x) (64 <<
MIPSNN_GET
(CFG1_IS, (x)))
126
#define MIPSNN_CFG1_IL(x) (2 <<
MIPSNN_GET
(CFG1_IL, (x)))
132
#define MIPSNN_CFG1_IA(x)
MIPSNN_GET
(CFG1_IA, (x))
139
#define MIPSNN_CFG1_DS(x) (64 <<
MIPSNN_GET
(CFG1_DS, (x)))
147
#define MIPSNN_CFG1_DL(x) (2 <<
MIPSNN_GET
(CFG1_DL, (x)))
153
#define MIPSNN_CFG1_DA(x)
MIPSNN_GET
(CFG1_DA, (x))
191
#define MIPSNN_CFG2_TS(x) (64 <<
MIPSNN_GET
(CFG2_TS, (x)))
198
#define MIPSNN_CFG2_TL(x) (2 <<
MIPSNN_GET
(CFG2_TL, (x))
[
all
...]
/src/sys/arch/mips/mips/
cache.c
1079
switch (
MIPSNN_GET
(CFG1_DL, cfg1)) {
1097
if (
MIPSNN_GET
(CFG1_DS, cfg1) == MIPSNN_CFG1_DS_RSVD)
1116
switch (
MIPSNN_GET
(CFG1_IL, cfg1)) {
1125
if (
MIPSNN_GET
(CFG1_IS, cfg1) == MIPSNN_CFG1_IS_RSVD)
1273
switch (
MIPSNN_GET
(CFG2_SL, cfg2)) {
1310
switch (
MIPSNN_GET
(CFG2_TL, cfg2)) {
1378
if (
MIPSNN_GET
(CFG_AR, cfg) == MIPSNN_CFG_AR_REV2) {
mips_machdep.c
1200
switch (
MIPSNN_GET
(CFG_AT, cfg)) {
1210
MIPSNN_GET
(CFG_AT, cfg));
1213
switch (
MIPSNN_GET
(CFG_AR, cfg)) {
1227
MIPSNN_GET
(CFG_AR, cfg));
1233
"unknown!\n",
MIPSNN_GET
(CFG_AR, cfg));
1238
switch (
MIPSNN_GET
(CFG_MT, cfg)) {
1261
MIPSNN_GET
(CFG_MT, cfg));
Completed in 17 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025