OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btlb_slots
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/hppa/
machdep.c
212
} *
btlb_slots
;
variable in typeref:struct:btlb_slot *
540
btlb_slots
= (struct btlb_slot *) ALIGN(vstart);
541
btlb_slot =
btlb_slots
;
542
#define
BTLB_SLOTS
(count, flags) \
547
btlb_slot->btlb_slot_number = (btlb_slot -
btlb_slots
); \
554
BTLB_SLOTS
(finfo.num_i, BTLB_SLOT_IBTLB);
555
BTLB_SLOTS
(finfo.num_d, BTLB_SLOT_DBTLB);
556
BTLB_SLOTS
(finfo.num_c, BTLB_SLOT_CBTLB);
557
BTLB_SLOTS
(vinfo.num_i, BTLB_SLOT_IBTLB | BTLB_SLOT_VARIABLE_RANGE);
558
BTLB_SLOTS
(vinfo.num_d, BTLB_SLOT_DBTLB | BTLB_SLOT_VARIABLE_RANGE)
[
all
...]
machdep.c
212
} *
btlb_slots
;
variable in typeref:struct:btlb_slot *
540
btlb_slots
= (struct btlb_slot *) ALIGN(vstart);
541
btlb_slot =
btlb_slots
;
542
#define
BTLB_SLOTS
(count, flags) \
547
btlb_slot->btlb_slot_number = (btlb_slot -
btlb_slots
); \
554
BTLB_SLOTS
(finfo.num_i, BTLB_SLOT_IBTLB);
555
BTLB_SLOTS
(finfo.num_d, BTLB_SLOT_DBTLB);
556
BTLB_SLOTS
(finfo.num_c, BTLB_SLOT_CBTLB);
557
BTLB_SLOTS
(vinfo.num_i, BTLB_SLOT_IBTLB | BTLB_SLOT_VARIABLE_RANGE);
558
BTLB_SLOTS
(vinfo.num_d, BTLB_SLOT_DBTLB | BTLB_SLOT_VARIABLE_RANGE)
[
all
...]
Completed in 112 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025