OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trap_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/ibm4xx/
ibm4xx_machdep.c
144
static const struct exc_info
trap_table
[] = {
variable in typeref:typename:const struct exc_info[]
274
for (size_t i = 0; i < __arraycount(
trap_table
); i++) {
275
KASSERT(
trap_table
[i].exc_size <= 0x100);
276
trap_copy(
trap_table
[i].exc_addr,
trap_table
[i].exc_vector,
277
trap_table
[i].exc_size);
ibm4xx_machdep.c
144
static const struct exc_info
trap_table
[] = {
variable in typeref:typename:const struct exc_info[]
274
for (size_t i = 0; i < __arraycount(
trap_table
); i++) {
275
KASSERT(
trap_table
[i].exc_size <= 0x100);
276
trap_copy(
trap_table
[i].exc_addr,
trap_table
[i].exc_vector,
277
trap_table
[i].exc_size);
Completed in 107 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025