Searched refs:CACHE_LINE_SIZE (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-11-stable/sys/mips/include/
H A Dparam.h125 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
129 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h69 #define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.h67 #ifndef CACHE_LINE_SIZE
71 #define CACHE_LINE_SIZE 128 macro
189 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h48 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h82 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/kern/
H A Dkern_mtxpool.c70 int mtxpool_next __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h106 * Define CACHE_LINE_SIZE here for older FreeBSD versions that do not define
109 #ifndef CACHE_LINE_SIZE
110 #define CACHE_LINE_SIZE (64) macro
209 struct mtx lock __aligned(CACHE_LINE_SIZE);
211 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h112 CL_METADATA_SIZE = CACHE_LINE_SIZE,
494 struct rwlock mw_lock __aligned(CACHE_LINE_SIZE);
583 } __aligned(CACHE_LINE_SIZE);
602 } __aligned(CACHE_LINE_SIZE);
616 } __aligned(CACHE_LINE_SIZE);
672 } __aligned(CACHE_LINE_SIZE);
706 } __aligned(CACHE_LINE_SIZE);
729 } __aligned(CACHE_LINE_SIZE);
806 } __aligned(CACHE_LINE_SIZE) *irq;
/freebsd-11-stable/sys/sys/
H A Dbuf_ring.h50 volatile uint32_t br_cons_head __aligned(CACHE_LINE_SIZE);
57 void *br_ring[0] __aligned(CACHE_LINE_SIZE);
H A Dpcpu.h181 } __aligned(CACHE_LINE_SIZE);
H A Dsystm.h142 #define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.h338 (((POINTER_UINT)(address)) + (CACHE_LINE_SIZE - 1)) \
339 & ~(CACHE_LINE_SIZE - 1) \
H A Dscic_sds_smp_request.c83 + CACHE_LINE_SIZE;
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h149 } __aligned(CACHE_LINE_SIZE);
179 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h91 } __aligned(CACHE_LINE_SIZE);
169 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnetvar.h84 } __aligned(CACHE_LINE_SIZE);
122 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/libkern/
H A Darc4random.c40 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c59 } __aligned(CACHE_LINE_SIZE);
H A Dlinux_rcu.c71 } __aligned(CACHE_LINE_SIZE);
78 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h133 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/vm/
H A Duma_int.h155 #define UMA_ALIGN __aligned(CACHE_LINE_SIZE)
/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h341 } __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/net/
H A Diflib.h257 int isc_nfl __aligned(CACHE_LINE_SIZE);
/freebsd-11-stable/sys/amd64/vmm/
H A Dx86.c271 regs[1] = (func > 0) ? (CACHE_LINE_SIZE - 1) : 0;
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c39 uintptr_t lock __aligned(CACHE_LINE_SIZE);

Completed in 305 milliseconds

123