OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CACHE_LINE_SIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_pagelist.h
40
#undef
CACHE_LINE_SIZE
41
#define
CACHE_LINE_SIZE
32
55
char headbuf[
CACHE_LINE_SIZE
];
56
char tailbuf[
CACHE_LINE_SIZE
];
/src/sys/external/bsd/drm2/linux/
linux_atomic64.c
59
char pad[
CACHE_LINE_SIZE
-
61
} atomic64_tab[PAGE_SIZE/
CACHE_LINE_SIZE
] __cacheline_aligned;
63
CTASSERT(sizeof(atomic64_tab[0]) ==
CACHE_LINE_SIZE
);
93
return ((uintptr_t)a >> ilog2(
CACHE_LINE_SIZE
)) %
linux_wait_bit.c
51
char pad[
CACHE_LINE_SIZE
- sizeof(struct waitbitentry)];
52
} waitbittab[PAGE_SIZE/
CACHE_LINE_SIZE
] __cacheline_aligned;
54
CTASSERT(sizeof(waitbittab[0]) ==
CACHE_LINE_SIZE
);
86
return ((uintptr_t)word >> ilog2(
CACHE_LINE_SIZE
)) %
/src/sys/arch/aarch64/include/
param.h
144
#define
CACHE_LINE_SIZE
128
/src/sys/arch/mips/include/
mips_param.h
112
#define
CACHE_LINE_SIZE
128
/src/sys/arch/xen/x86/
cpu.c
153
struct cpu_info cpu_info_primary __aligned(
CACHE_LINE_SIZE
) = {
160
struct cpu_info phycpu_info_primary __aligned(
CACHE_LINE_SIZE
) = {
214
ptr = (uintptr_t)kmem_zalloc(sizeof(*ci) +
CACHE_LINE_SIZE
- 1,
216
ci = (struct cpu_info *)roundup2(ptr,
CACHE_LINE_SIZE
);
381
ptr = (uintptr_t)kmem_alloc(sizeof(*ci) +
CACHE_LINE_SIZE
- 1,
383
ci = (struct cpu_info *)roundup2(ptr,
CACHE_LINE_SIZE
);
/src/sys/arch/x86/x86/
cpu.c
173
struct cpu_info cpu_info_primary __aligned(
CACHE_LINE_SIZE
) = {
377
sizeof(*ci) +
CACHE_LINE_SIZE
- 1, 0,
379
ci = (struct cpu_info *)roundup2(ptr,
CACHE_LINE_SIZE
);
/src/sys/sys/
param.h
153
#ifndef
CACHE_LINE_SIZE
154
#define
CACHE_LINE_SIZE
64
/src/external/lgpl3/gmp/dist/tune/
speed.h
50
/* align must be a power of 2 here, usually
CACHE_LINE_SIZE
is a good choice */
57
/*
CACHE_LINE_SIZE
is our default alignment for speed operands, and the
68
#undef
CACHE_LINE_SIZE
69
#define
CACHE_LINE_SIZE
64 /* bytes */
71
#define SPEED_TMP_ALLOC_ADJUST_MASK (
CACHE_LINE_SIZE
/GMP_LIMB_BYTES - 1)
80
ASSERT ((
CACHE_LINE_SIZE
% GMP_LIMB_BYTES) == 0); \
Completed in 20 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026