OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:L2_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/ibm4xx/
ibm4xx_460ex_l2.c
54
#define
L2_SIZE
(256 * 1024)
55
#define L2_INDEX_SPAN (
L2_SIZE
/ L2_WAYS) /* 64KB */
/src/sys/arch/aarch64/include/
pte.h
139
#define
L2_SIZE
(1UL << L2_SHIFT)
140
#define L2_OFFSET (
L2_SIZE
- 1UL)
/src/sys/arch/arm/include/arm32/
pmap.h
156
#define
L2_SIZE
(1 << L2_LOG2)
219
struct l2_dtable *pm_l2[
L2_SIZE
];
Completed in 27 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026