OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlb_lo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/include/ibm4xx/
tlb.h
88
#define
TLB_LO
(rpn,zone,flags) (((rpn)&TLB_RPN_MASK)|(((zone)<<TLB_ZSEL_SHFT)&TLB_ZSEL_MASK)|(flags))
94
u_int
tlb_lo
;
member in struct:tlb_s
/src/sys/arch/mips/mips/
mips_fixup.c
205
* Construct the
TLB_LO
entry needed to map cpu_info_store.
214
uint32_t
tlb_lo
= MIPS3_PG_G|MIPS3_PG_V|MIPS3_PG_D
local
219
.tlb_lo1 =
tlb_lo
,
220
.tlb_lo1 =
tlb_lo
+ MIPS3_PG_NEXT,
223
.tlb_lo1 =
tlb_lo
,
cpu_subr.c
903
const uint32_t
tlb_lo
= MIPS3_PG_G|MIPS3_PG_V
local
908
.tlb_lo0 =
tlb_lo
,
909
.tlb_lo1 =
tlb_lo
+ MIPS3_PG_NEXT,
912
.tlb_lo1 =
tlb_lo
,
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026