OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exc_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
cpu_subr.c
132
const int
exc_step
= 1 << MIPS_EBASE_EXC_BASE_SHIFT;
local in function:cpu_info_alloc
133
vaddr_t exc_page = MIPS_UTLB_MISS_EXC_VEC +
exc_step
* cpu_id;
135
<=
exc_step
- 0x280);
137
struct cpu_info * const ci = ((struct cpu_info *)(exc_page +
exc_step
)) - 1;
138
memset((void *)exc_page, 0,
exc_step
);
cpu_subr.c
132
const int
exc_step
= 1 << MIPS_EBASE_EXC_BASE_SHIFT;
local in function:cpu_info_alloc
133
vaddr_t exc_page = MIPS_UTLB_MISS_EXC_VEC +
exc_step
* cpu_id;
135
<=
exc_step
- 0x280);
137
struct cpu_info * const ci = ((struct cpu_info *)(exc_page +
exc_step
)) - 1;
138
memset((void *)exc_page, 0,
exc_step
);
Completed in 35 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025