OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CACHELINESIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
boot.h
90
#define
CACHELINESIZE
32
/src/sys/arch/arm/xscale/
pxa2x0_apm_asm.S
27
#define
CACHELINESIZE
32
28
#define DCACHE_SIZE (
CACHELINESIZE
* DCACHE_CACHELINECOUNT)
224
add r0, r0, #
CACHELINESIZE
/src/sys/arch/powerpc/include/
cpu.h
480
#if !defined(
CACHELINESIZE
) && !defined(_MODULE) \
483
#define
CACHELINESIZE
16
486
#define
CACHELINESIZE
128
489
#define
CACHELINESIZE
32
/src/sys/arch/mips/sibyte/dev/
sbmac.c
105
#define
CACHELINESIZE
32
106
#define NUMCACHEBLKS(x) (((x)+
CACHELINESIZE
-1)/
CACHELINESIZE
)
415
CACHELINESIZE
- 1, KM_SLEEP);
416
d->sbdma_dscrtable = (sbdmadscr_t *)roundup2(ptr,
CACHELINESIZE
);
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025