OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_slot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/booke/
e500_tlb.c
1151
const u_int
data_slot
= e500_alloc_tlb1_entry();
local in function:e500_tlb_minimize
1152
KASSERT(
data_slot
!= (u_int)-1);
1153
struct e500_xtlb * const data_xtlb = &tlb1->tlb1_entries[
data_slot
];
1160
data_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(
data_slot
, MAS0_ESEL);
e500_tlb.c
1151
const u_int
data_slot
= e500_alloc_tlb1_entry();
local in function:e500_tlb_minimize
1152
KASSERT(
data_slot
!= (u_int)-1);
1153
struct e500_xtlb * const data_xtlb = &tlb1->tlb1_entries[
data_slot
];
1160
data_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(
data_slot
, MAS0_ESEL);
Completed in 28 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025