OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_slot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/booke/
e500_tlb.c
1140
const u_int
text_slot
= e500_alloc_tlb1_entry();
local in function:e500_tlb_minimize
1141
KASSERT(
text_slot
!= (u_int)-1);
1142
struct e500_xtlb * const text_xtlb = &tlb1->tlb1_entries[
text_slot
];
1149
text_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(
text_slot
, MAS0_ESEL);
e500_tlb.c
1140
const u_int
text_slot
= e500_alloc_tlb1_entry();
local in function:e500_tlb_minimize
1141
KASSERT(
text_slot
!= (u_int)-1);
1142
struct e500_xtlb * const text_xtlb = &tlb1->tlb1_entries[
text_slot
];
1149
text_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(
text_slot
, MAS0_ESEL);
Completed in 67 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025