Searched refs:CACHE_LINE_SIZE (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcache.h34 #define cache_line_size() CACHE_LINE_SIZE
35 #define L1_CACHE_BYTES CACHE_LINE_SIZE
/freebsd-11-stable/sys/sys/
H A D_mutex.h62 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h59 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.h43 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
45 int size __aligned(CACHE_LINE_SIZE);
57 void * volatile items[] __aligned(CACHE_LINE_SIZE);
H A Doffload.h105 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
111 struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
117 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
128 struct mtx hftid_lock __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/net/
H A Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
50 int size __aligned(CACHE_LINE_SIZE);
64 void * volatile items[] __aligned(CACHE_LINE_SIZE);
H A Dnetisr_internal.h119 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h155 struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
163 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
176 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
H A Dsfxge_tx.h198 int blocked __aligned(CACHE_LINE_SIZE);
203 struct mtx lock __aligned(CACHE_LINE_SIZE);
232 unsigned int pending __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Daggsum.h33 } aggsum_bucket_t __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h75 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
79 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_md.h53 #define CK_MD_CACHELINE (CACHE_LINE_SIZE)
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.h226 } __aligned(CACHE_LINE_SIZE);
236 } __aligned(CACHE_LINE_SIZE);
266 } __aligned(CACHE_LINE_SIZE);
284 } __aligned(CACHE_LINE_SIZE);
305 } __aligned(CACHE_LINE_SIZE);
338 } __aligned(CACHE_LINE_SIZE);
358 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_lock.c84 base = xmalloc(CACHE_LINE_SIZE);
86 if ((uintptr_t)p % CACHE_LINE_SIZE != 0) {
88 base = xmalloc(2 * CACHE_LINE_SIZE);
90 if ((r = (uintptr_t)p % CACHE_LINE_SIZE) != 0)
91 p += CACHE_LINE_SIZE - r;
/freebsd-11-stable/sys/dev/ena/
H A Dena.h259 } __aligned(CACHE_LINE_SIZE);
268 } __aligned(CACHE_LINE_SIZE);
369 } __aligned(CACHE_LINE_SIZE);
443 __aligned(CACHE_LINE_SIZE);
447 __aligned(CACHE_LINE_SIZE);
451 __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chanvar.h80 struct vmbus_txbr ch_txbr __aligned(CACHE_LINE_SIZE);
153 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/arm/include/
H A Dparam.h105 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
109 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h77 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
81 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h93 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
97 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h78 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
82 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h82 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
86 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/stand/mips/beri/loader/
H A Darch.c88 align = (type == LOAD_ELF) ? PAGE_SIZE : CACHE_LINE_SIZE;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rtld.c57 char _pad[CACHE_LINE_SIZE - sizeof(struct urwlock)];
60 static struct rtld_lock lock_place[MAX_RTLD_LOCKS] __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h89 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
93 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/arm/arm/
H A Dbus_space_base.c48 static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = { variable in typeref:struct:__aligned

Completed in 163 milliseconds

123