Symbol: __aligned
lib/geom/eli/geom_eli.c
726
unsigned char sector[sizeof(struct g_eli_metadata)] __aligned(4);
lib/libthr/thread/thr_rtld.c
60
static struct rtld_lock lock_place[MAX_RTLD_LOCKS] __aligned(CACHE_LINE_SIZE);
lib/libufs/libufs.h
48
} d_sbunion __aligned(LIBUFS_BUFALIGN);
lib/libufs/libufs.h
52
} d_cgunion __aligned(LIBUFS_BUFALIGN);
lib/libufs/libufs.h
56
} d_inosunion __aligned(LIBUFS_BUFALIGN);
lib/libusb/libusb20_desc.h
106
} __aligned(LIBUSB20_ME_STRUCT_ALIGN);
lib/libusb/libusb20_desc.h
128
__aligned((bits) / 8) field a; )
lib/libusb/libusb20_desc.h
575
} __aligned(sizeof(void *));
lib/libusb/libusb20_desc.h
584
} __aligned(sizeof(void *));
lib/libusb/libusb20_desc.h
591
} __aligned(sizeof(void *));
lib/libusb/libusb_global_linux.h
65
#ifndef __aligned
sbin/fsck_ffs/suj.c
2275
uint8_t block[1 * 1024 * 1024] __aligned(LIBUFS_BUFALIGN);
sbin/mount_nfs/mount_nfs.c
535
char buf[2048] __aligned(__alignof(struct if_msghdr));
sbin/nvmecontrol/resv.c
355
uint8_t data[4096] __aligned(4);
sbin/ping/ping.c
206
u_char *datap, packet[IP_MAXPACKET] __aligned(4);
sbin/ping/tests/in_cksum_test.c
42
u_char data[] __aligned(sizeof(u_short)) =
sbin/ping/tests/in_cksum_test.c
54
u_char data[] __aligned(sizeof(u_short)) =
sbin/ping/tests/in_cksum_test.c
66
u_char data[] __aligned(sizeof(u_short)) =
sbin/ping/tests/in_cksum_test.c
78
u_char data[] __aligned(sizeof(u_short)) =
stand/efi/boot1/ufs_module.c
74
static struct dmadat __dmadat __aligned(512);
stand/efi/boot1/ufs_module.c
75
static char ufs_buffer[BSD_LABEL_BUFFER] __aligned(512);
stand/efi/gptboot/proto.c
44
static char secbuf[4096] __aligned(4096);
stand/kshim/bsd_kernel.c
1370
static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);
stand/kshim/bsd_kernel.c
1377
} __aligned(USB_POOL_ALIGN);
stand/libsa/tftp.c
155
} __packed __aligned(4) wbuf;
stand/libsa/tftp.c
180
} __packed __aligned(4) wbuf;
stand/libsa/tftp.c
314
} __packed __aligned(4) wbuf;
stand/libsa/tftp.c
414
} __packed __aligned(4) wbuf;
sys/amd64/amd64/machdep.c
350
static char dblfault_stack[DBLFAULT_STACK_SIZE] __aligned(16);
sys/amd64/amd64/machdep.c
351
static char mce0_stack[MCE_STACK_SIZE] __aligned(16);
sys/amd64/amd64/machdep.c
352
static char nmi0_stack[NMI_STACK_SIZE] __aligned(16);
sys/amd64/amd64/machdep.c
353
static char dbg0_stack[DBG_STACK_SIZE] __aligned(16);
sys/amd64/amd64/pmap.c
11707
static uint8_t data[PAGE_SIZE * SAN_EARLY_PAGES] __aligned(PAGE_SIZE);
sys/amd64/amd64/pmap.c
563
} __aligned(CACHE_LINE_SIZE);
sys/amd64/include/pcpu.h
57
struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
sys/amd64/include/proc.h
65
} __aligned(16);
sys/amd64/include/sgxreg.h
77
} __aligned(32);
sys/amd64/include/sgxreg.h
88
} __aligned(64);
sys/amd64/vmm/amd/amdvi_hw.c
117
static struct amdvi_dte amdvi_dte[PCI_NUM_DEV_MAX] __aligned(PAGE_SIZE);
sys/amd64/vmm/intel/vmx.c
228
static struct msr_entry msr_load_list[1] __aligned(16);
sys/amd64/vmm/intel/vmx.h
112
} __aligned(64);
sys/amd64/vmm/intel/vtd.c
122
static uint64_t root_table[PAGE_SIZE / sizeof(uint64_t)] __aligned(4096);
sys/amd64/vmm/intel/vtd.c
123
static uint64_t ctx_tables[256][PAGE_SIZE / sizeof(uint64_t)] __aligned(4096);
sys/arm/arm/bus_space_base.c
45
static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = {
sys/arm/arm/minidump_machdep.c
147
static char dumpbuf[PAGE_SIZE] __aligned(sizeof(uint64_t));
sys/arm/arm/pmap-v6.c
270
static struct rwlock __aligned(CACHE_LINE_SIZE) pvh_global_lock;
sys/arm/include/pcb.h
72
} __aligned(8); /*
sys/arm64/arm64/pmap.c
1520
static uint8_t kmsan_shad_ptp[PAGE_SIZE * 2] __aligned(PAGE_SIZE);
sys/arm64/arm64/pmap.c
1521
static uint8_t kmsan_orig_ptp[PAGE_SIZE * 2] __aligned(PAGE_SIZE);
sys/arm64/arm64/pmap.c
347
} __aligned(CACHE_LINE_SIZE);
sys/arm64/arm64/pmap.c
9806
static uint8_t bootstrap_data[SAN_BOOTSTRAP_L2_SIZE] __aligned(L2_SIZE);
sys/arm64/arm64/pmap.c
9826
static uint8_t bootstrap_data[SAN_BOOTSTRAP_SIZE] __aligned(PAGE_SIZE);
sys/cddl/dev/dtrace/dtrace_debug.c
37
uintptr_t lock __aligned(CACHE_LINE_SIZE);
sys/compat/ia32/ia32_signal.h
72
uint32_t mc_fpstate[128] __aligned(16);
sys/compat/linuxkpi/common/include/linux/compiler.h
45
#define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
sys/compat/linuxkpi/common/include/linux/compiler.h
46
#define ____cacheline_aligned_in_smp __aligned(CACHE_LINE_SIZE)
sys/compat/linuxkpi/common/include/linux/ieee80211.h
623
} __packed __aligned(2);
sys/compat/linuxkpi/common/include/linux/netdevice.h
158
uint8_t drv_priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/linux/siphash.h
23
#define siphash_aligned_key_t siphash_key_t __aligned(16)
sys/compat/linuxkpi/common/include/linux/skbuff.h
176
uint8_t cb[64] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/linux/skbuff.h
178
struct skb_shared_info *shinfo __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/linux/skbuff.h
200
uint8_t __scratch[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/linux/types.h
90
} __aligned(sizeof(void *));
sys/compat/linuxkpi/common/include/net/cfg80211.h
1173
uint8_t priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/net/mac80211.h
237
uint8_t drv_priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/net/mac80211.h
512
uint8_t priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/net/mac80211.h
702
uint8_t drv_priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/net/mac80211.h
763
uint8_t drv_priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/include/net/mac80211.h
866
uint8_t drv_priv[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
138
} __packed __aligned(8);
sys/compat/linuxkpi/common/src/linux_80211.h
162
struct ieee80211_txq txq __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
189
struct ieee80211_sta sta __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
230
struct ieee80211_vif vif __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
319
struct ieee80211_hw hw __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
332
struct ieee80211_chanctx_conf chanctx_conf __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
347
struct wiphy wiphy __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_devres.c
46
uint8_t __drdata[0] __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_rcu.c
77
} __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_rcu.c
84
} __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_shmemfs.c
66
struct linux_file file __aligned(sizeof(void *));
sys/compat/linuxkpi/common/src/linux_shmemfs.c
67
struct vnode vnode __aligned(sizeof(void *));
sys/compat/linuxkpi/common/src/linux_tasklet.c
55
} __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_work.c
134
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
217
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
273
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
351
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
379
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
410
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
471
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/compat/linuxkpi/common/src/linux_work.c
516
static const uint8_t states[WORK_ST_MAX] __aligned(8) = {
sys/crypto/aesni/aesni.c
775
struct SHA256Context sha2 __aligned(16);
sys/crypto/aesni/aesni.c
776
struct sha1_ctxt sha1 __aligned(16);
sys/crypto/aesni/aesni.c
791
uint8_t hmac_key[SHA1_BLOCK_LEN] __aligned(16);
sys/crypto/aesni/aesni_wrap.c
389
uint8_t tweak[AES_XTS_BLOCKSIZE] __aligned(16);
sys/crypto/armv8/armv8_crypto_wrap.c
241
uint8_t block[AES_XTS_BLOCKSIZE] __aligned(16);
sys/crypto/armv8/armv8_crypto_wrap.c
242
uint8_t tweak[AES_XTS_BLOCKSIZE] __aligned(16);
sys/crypto/armv8/armv8_crypto_wrap.c
401
uint8_t block[AES_BLOCK_LEN] __aligned(AES_BLOCK_LEN);
sys/crypto/armv8/armv8_crypto_wrap.c
465
uint8_t block[AES_BLOCK_LEN] __aligned(AES_BLOCK_LEN), *from;
sys/crypto/ccp/ccp_hardware.c
92
static const char g_zeroes[32] __aligned(32);
sys/crypto/ccp/ccp_hardware.c
928
} SHA_H __aligned(PAGE_SIZE) = {
sys/crypto/openssl/ossl.h
55
} __aligned(32);
sys/crypto/openssl/ossl.h
59
} __aligned(32);
sys/crypto/openssl/ossl_arm.h
44
uint8_t bitslice[BSAES_KEY_SIZE] __aligned(8);
sys/crypto/openssl/ossl_arm.h
45
} __aligned(8);
sys/crypto/via/padlock.h
60
union padlock_cw ses_cw __aligned(16);
sys/crypto/via/padlock.h
61
uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
sys/crypto/via/padlock.h
62
uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
sys/crypto/via/padlock_cipher.c
188
uint8_t iv[AES_BLOCK_LEN] __aligned(16);
sys/dev/ata/ata-lowlevel.c
818
uint8_t buf[2] __aligned(2);
sys/dev/ata/ata-lowlevel.c
904
uint8_t buf[2] __aligned(2);
sys/dev/ath/if_athioctl.h
381
} __packed __aligned(8);
sys/dev/axgbe/xgbe.h
515
} __aligned(CACHE_LINE_SIZE);
sys/dev/axgbe/xgbe.h
542
} __aligned(CACHE_LINE_SIZE);
sys/dev/bwi/if_bwivar.h
535
} __packed __aligned(8);
sys/dev/bwn/if_bwnvar.h
570
} __packed __aligned(8);
sys/dev/cxgb/cxgb_adapter.h
118
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgb/cxgb_adapter.h
397
cpl_handler_t cpl_handler[NUM_CPL_HANDLERS] __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
555
struct rwlock mw_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
694
uint8_t ss[SGE_MAX_WR_LEN] __aligned(16);
sys/dev/cxgbe/adapter.h
695
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
713
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
753
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
766
char wr[] __aligned(16);
sys/dev/cxgbe/adapter.h
809
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
824
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
839
volatile int nm_state __aligned(CACHE_LINE_SIZE); /* NM_OFF, NM_ON, or NM_BUSY */
sys/dev/cxgbe/adapter.h
852
__be64 *fl_desc __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
865
uint32_t fl_cidx __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
900
} __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/adapter.h
985
} __aligned(CACHE_LINE_SIZE) *irq;
sys/dev/cxgbe/iw_cxgbe/ev.c
66
struct fw_ri_tpte tpte __aligned(sizeof(__be64)) = {0};
sys/dev/cxgbe/iw_cxgbe/ev.c
80
struct fw_ri_tpte tpte __aligned(sizeof(__be64)) = {0};
sys/dev/cxgbe/offload.h
136
struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/offload.h
142
struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/offload.h
149
struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/offload.h
160
struct mtx hftid_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/offload.h
170
struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/t4_mp_ring.h
41
volatile uint64_t state __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/t4_mp_ring.h
44
int size __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/t4_mp_ring.h
58
void * volatile items[] __aligned(CACHE_LINE_SIZE);
sys/dev/cxgbe/tom/t4_tom.h
355
struct rwlock tcb_history_lock __aligned(CACHE_LINE_SIZE);
sys/dev/dpaa2/dpaa2_channel.h
87
} __aligned(CACHE_LINE_SIZE);
sys/dev/dpaa2/dpaa2_types.h
126
} __aligned(CACHE_LINE_SIZE);
sys/dev/dpaa2/dpaa2_types.h
95
} __aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
274
} __aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
283
} __aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
389
} __aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
483
__aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
487
__aligned(CACHE_LINE_SIZE);
sys/dev/ena/ena.h
491
__aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
121
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
245
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
343
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
484
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
513
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
530
} __aligned(CACHE_LINE_SIZE);
sys/dev/gve/gve.h
534
} __aligned(CACHE_LINE_SIZE);
sys/dev/hwpmc/hwpmc_logging.c
222
} __aligned(CACHE_LINE_SIZE);
sys/dev/hyperv/include/hyperv.h
69
} __packed __aligned(PAGE_SIZE);
sys/dev/hyperv/netvsc/if_hnvar.h
105
} __aligned(CACHE_LINE_SIZE);
sys/dev/hyperv/netvsc/if_hnvar.h
183
} __aligned(CACHE_LINE_SIZE);
sys/dev/hyperv/vmbus/vmbus_chanvar.h
154
} __aligned(CACHE_LINE_SIZE);
sys/dev/hyperv/vmbus/vmbus_chanvar.h
77
struct vmbus_txbr ch_txbr __aligned(CACHE_LINE_SIZE);
sys/dev/hyperv/vmbus/vmbus_var.h
85
} __aligned(CACHE_LINE_SIZE);
sys/dev/ipw/if_ipwvar.h
64
} __packed __aligned(8);
sys/dev/irdma/osdep.h
105
#define __aligned_u64 uint64_t __aligned(8)
sys/dev/iwi/if_iwivar.h
40
} __packed __aligned(8);
sys/dev/iwm/if_iwmvar.h
115
} __packed __aligned(8);
sys/dev/iwn/if_iwnvar.h
64
} __packed __aligned(8);
sys/dev/malo/if_maloioctl.h
94
} __packed __aligned(8);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
99
} __packed __aligned(4);
sys/dev/mlx5/device.h
419
} __aligned(64);
sys/dev/mlx5/mlx5_accel/ipsec.h
76
u8 __aligned(64) ctx[MLX5_ST_SZ_BYTES(ipsec_aso)];
sys/dev/mlx5/mlx5_en/en.h
677
u32 tx_pauseframe_control __aligned(4);
sys/dev/mlx5/mlx5_en/en.h
678
u32 rx_pauseframe_control __aligned(4);
sys/dev/mlx5/mlx5_en/en.h
745
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en.h
783
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en.h
807
u16 pc __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en.h
860
u16 pc __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en.h
895
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en.h
932
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en_hw_tls.h
63
uint8_t crypto_params[128] __aligned(4);
sys/dev/mlx5/mlx5_en/en_hw_tls.h
64
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
105
uint8_t crypto_params[128] __aligned(4);
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
107
} __aligned(MLX5E_CACHELINE_SIZE);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4563
u8 dev_addr[ETHER_ADDR_LEN] __aligned(4);
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
543
} __aligned(MLX5_SEND_WQE_BB);
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
46
__aligned(MLX5_UMR_ALIGN);
sys/dev/mwl/if_mwlioctl.h
116
} __packed __aligned(8);
sys/dev/neta/if_mvnetavar.h
135
} __aligned(CACHE_LINE_SIZE);
sys/dev/neta/if_mvnetavar.h
173
} __aligned(CACHE_LINE_SIZE);
sys/dev/nvme/nvme.h
1401
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1512
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1570
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1614
} __packed __aligned(8);
sys/dev/nvme/nvme.h
1624
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1630
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1638
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1660
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1684
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1715
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1726
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1738
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1754
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1769
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1779
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1790
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1802
} __packed __aligned(4);
sys/dev/nvme/nvme.h
1815
} __packed __aligned(4);
sys/dev/nvme/nvme.h
848
} __aligned(8);
sys/dev/nvme/nvme.h
866
} __aligned(8); /* riscv: nvme_qpair_process_completions has better code gen */
sys/dev/nvme/nvme_private.h
201
} __aligned(CACHE_LINE_SIZE);
sys/dev/nvmf/nvmf_proto.h
175
} __aligned(8);
sys/dev/otus/if_otusreg.h
910
} __packed __aligned(8);
sys/dev/qat/include/icp_qat_hw.h
324
} __aligned(64);
sys/dev/qat/include/qat_ocf_mem_pool.h
35
} __aligned(64);
sys/dev/qat/qat_common/adf_freebsd_admin.c
34
static u8 const_tab[1024] __aligned(1024) = {
sys/dev/qat_c2xxx/qatreg.h
549
static const uint8_t mailbox_const_tab[1024] __aligned(1024) = {
sys/dev/qat_c2xxx/qatvar.h
529
} __aligned(QAT_OPTIMAL_ALIGN);
sys/dev/qat_c2xxx/qatvar.h
612
} __aligned(QAT_OPTIMAL_ALIGN);
sys/dev/ral/rt2560var.h
29
} __packed __aligned(8);
sys/dev/ral/rt2661var.h
28
} __packed __aligned(8);
sys/dev/ral/rt2860var.h
40
} __packed __aligned(8);
sys/dev/rge/if_rgereg.h
230
} __packed __aligned(16);
sys/dev/rge/if_rgereg.h
292
} __packed __aligned(16);
sys/dev/rge/if_rgereg.h
361
} __packed __aligned(sizeof(uint64_t));
sys/dev/rtwn/if_rtwnvar.h
51
} __packed __aligned(8);
sys/dev/sbni/if_sbni.c
1181
static u_int32_t crc32tab[] __aligned(8) = {
sys/dev/sfxge/sfxge.h
183
} __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_rx.h
155
struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_rx.h
163
struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_rx.h
176
volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_tx.h
196
int blocked __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_tx.h
201
struct mtx lock __aligned(CACHE_LINE_SIZE);
sys/dev/sfxge/sfxge_tx.h
230
unsigned int pending __aligned(CACHE_LINE_SIZE);
sys/dev/sume/adapter.h
132
} __aligned(CACHE_LINE_SIZE);
sys/dev/ufshci/ufshci.h
213
} __packed __aligned(8);
sys/dev/ufshci/ufshci.h
254
} __packed __aligned(8);
sys/dev/ufshci/ufshci.h
265
} __packed __aligned(128);
sys/dev/ufshci/ufshci.h
310
} __packed __aligned(8);
sys/dev/ufshci/ufshci.h
354
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
368
} __packed __aligned(8);
sys/dev/ufshci/ufshci.h
383
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
410
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
443
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
473
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
531
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
540
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
591
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
600
} __packed __aligned(4);
sys/dev/ufshci/ufshci.h
618
} __packed __aligned(8);
sys/dev/ufshci/ufshci.h
628
} __packed __aligned(8);
sys/dev/usb/controller/dwc_otg.c
1096
struct usb_device_request req __aligned(4);
sys/dev/usb/controller/dwc_otg.c
886
struct usb_device_request req __aligned(4);
sys/dev/usb/controller/ehci.h
117
} __aligned(EHCI_ITD_ALIGN);
sys/dev/usb/controller/ehci.h
165
} __aligned(EHCI_SITD_ALIGN);
sys/dev/usb/controller/ehci.h
213
} __aligned(EHCI_QTD_ALIGN);
sys/dev/usb/controller/ehci.h
224
} __aligned(4);
sys/dev/usb/controller/ehci.h
274
} __aligned(EHCI_QH_ALIGN);
sys/dev/usb/controller/ehci.h
282
} __aligned(EHCI_FSTN_ALIGN);
sys/dev/usb/controller/ohci.h
106
} __aligned(OHCI_ED_ALIGN);
sys/dev/usb/controller/ohci.h
141
} __aligned(OHCI_TD_ALIGN);
sys/dev/usb/controller/ohci.h
173
} __aligned(OHCI_ITD_ALIGN);
sys/dev/usb/controller/ohci.h
70
} __aligned(OHCI_HCCA_ALIGN);
sys/dev/usb/controller/uhci.h
115
} __aligned(UHCI_TD_ALIGN);
sys/dev/usb/controller/uhci.h
153
} __aligned(UHCI_QH_ALIGN);
sys/dev/usb/controller/xhci.h
202
} __aligned(XHCI_DEV_CTX_ALIGN);
sys/dev/usb/controller/xhci.h
207
} __aligned(XHCI_DEV_CTX_ALIGN);
sys/dev/usb/controller/xhci.h
351
} __aligned(4);
sys/dev/usb/controller/xhci.h
389
} __aligned(XHCI_TRB_ALIGN);
sys/dev/usb/controller/xhci.h
406
} __aligned(64) padding;
sys/dev/usb/controller/xhci.h
67
} __aligned(64) padding;
sys/dev/usb/input/atp.c
709
uint8_t sc_sensor_data[ATP_SENSOR_DATA_BUF_MAX] __aligned(4);
sys/dev/usb/input/wmt.c
245
uint8_t buf[WMT_BSIZE] __aligned(4);
sys/dev/usb/input/wsp.c
639
uint8_t tp_data[WSP_BUFFER_MAX] __aligned(4); /* trackpad transferred data */
sys/dev/usb/net/if_urndisreg.h
49
uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);
sys/dev/usb/net/if_usie.c
1511
uint8_t tmp[USIE_HIPCNS_MAX] __aligned(4);
sys/dev/usb/net/if_usievar.h
245
uint8_t sc_resp_temp[USIE_BUFSIZE] __aligned(4);
sys/dev/usb/net/if_usievar.h
246
uint8_t sc_status_temp[USIE_BUFSIZE] __aligned(4);
sys/dev/usb/net/if_usievar.h
90
} __packed __aligned(4);
sys/dev/usb/usb_device.h
77
} __aligned(USB_HOST_ALIGN);
sys/dev/usb/usb_device.h
87
} __aligned(USB_HOST_ALIGN);
sys/dev/usb/usb_hub.h
40
struct usb_device_request req_reset_tt __aligned(4);
sys/dev/usb/usbdi.h
337
} __aligned(32);
sys/dev/usb/video/udl.c
1029
static const uint8_t udl_black[UDL_CMD_MAX_PIXEL_COUNT * 2] __aligned(4);
sys/dev/usb/video/udl.h
48
uint8_t buf[UDL_CMD_MAX_DATA_SIZE] __aligned(4);
sys/dev/usb/wlan/if_mtwreg.h
1439
} __aligned(4);
sys/dev/usb/wlan/if_mtwreg.h
879
} __packed __aligned(4);
sys/dev/usb/wlan/if_mtwreg.h
885
} __packed __aligned(4);
sys/dev/usb/wlan/if_mtwreg.h
892
} __packed __aligned(4);
sys/dev/usb/wlan/if_rsu.c
1936
uint8_t buf[sizeof(*bss) + 128] __aligned(4);
sys/dev/usb/wlan/if_rsureg.h
641
} __packed __aligned(4);
sys/dev/usb/wlan/if_rsureg.h
653
} __packed __aligned(4);
sys/dev/usb/wlan/if_rsureg.h
726
} __packed __aligned(4);
sys/dev/usb/wlan/if_rsureg.h
797
} __packed __aligned(8);
sys/dev/usb/wlan/if_rumvar.h
32
} __packed __aligned(8);
sys/dev/usb/wlan/if_runreg.h
1656
} __aligned(4);
sys/dev/usb/wlan/if_runvar.h
55
} __packed __aligned(8);
sys/dev/usb/wlan/if_uathvar.h
54
} __packed __aligned(8);
sys/dev/usb/wlan/if_upgtvar.h
382
} __packed __aligned(8);
sys/dev/usb/wlan/if_upgtvar.h
453
uint8_t sc_eeprom[2 * UPGT_EEPROM_SIZE] __aligned(4);
sys/dev/usb/wlan/if_uralvar.h
35
} __packed __aligned(8);
sys/dev/usb/wlan/if_urtwvar.h
63
} __packed __aligned(8);
sys/dev/usb/wlan/if_zydreg.h
1187
} __packed __aligned(8);
sys/dev/virtio/network/if_vtnet.c
3593
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3595
uint8_t addr[ETHER_ADDR_LEN] __aligned(8);
sys/dev/virtio/network/if_vtnet.c
3627
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3629
uint64_t offloads __aligned(8);
sys/dev/virtio/network/if_vtnet.c
3661
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3663
struct virtio_net_ctrl_mq mq __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3695
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3788
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3864
struct virtio_net_ctrl_hdr hdr __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3866
uint16_t tag __aligned(2);
sys/dev/virtio/network/if_vtnetvar.h
129
} __aligned(CACHE_LINE_SIZE);
sys/dev/virtio/network/if_vtnetvar.h
94
} __aligned(CACHE_LINE_SIZE);
sys/dev/vmware/vmxnet3/if_vmxvar.h
108
} __aligned(CACHE_LINE_SIZE);
sys/dev/vmware/vmxnet3/if_vmxvar.h
96
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nic.h
339
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
224
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
234
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
264
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
282
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
303
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
336
} __aligned(CACHE_LINE_SIZE);
sys/dev/vnic/nicvf_queues.h
356
} __aligned(CACHE_LINE_SIZE);
sys/dev/wg/wg_noise.c
1199
uint8_t x_key[BLAKE2S_BLOCK_SIZE] __aligned(sizeof(uint32_t)) = { 0 };
sys/dev/wg/wg_noise.c
1200
uint8_t i_hash[BLAKE2S_HASH_SIZE] __aligned(sizeof(uint32_t));
sys/dev/wpi/if_wpivar.h
28
} __packed __aligned(8);
sys/dev/wtap/if_wtapioctl.h
160
} __packed __aligned(8);
sys/fs/cuse/cuse.c
164
uint8_t read_buffer[CUSE_COPY_BUFFER_MAX] __aligned(4);
sys/fs/cuse/cuse.c
165
uint8_t write_buffer[CUSE_COPY_BUFFER_MAX] __aligned(4);
sys/fs/cuse/cuse.c
166
uint8_t ioctl_buffer[CUSE_BUFFER_MAX] __aligned(4);
sys/i386/include/pcpu.h
54
struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
sys/kern/init_main.c
107
struct thread0_storage thread0_st __aligned(32) = {
sys/kern/kern_mtxpool.c
68
int mtxpool_next __aligned(CACHE_LINE_SIZE);
sys/kern/kern_sysctl.c
229
uint8_t data[512] __aligned(sizeof(uint64_t));
sys/kern/kern_thread.c
140
} __aligned(CACHE_LINE_SIZE);
sys/kern/subr_epoch.c
78
} __aligned(EPOCH_ALIGN) *epoch_record_t;
sys/kern/subr_epoch.c
81
struct ck_epoch e_epoch __aligned(EPOCH_ALIGN);
sys/kern/subr_msan.c
107
static uint8_t msan_dummy_shad[PAGE_SIZE] __aligned(PAGE_SIZE);
sys/kern/subr_msan.c
108
static uint8_t msan_dummy_write_shad[PAGE_SIZE] __aligned(PAGE_SIZE);
sys/kern/subr_msan.c
109
static uint8_t msan_dummy_orig[PAGE_SIZE] __aligned(PAGE_SIZE);
sys/kern/subr_pcpu.c
73
DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
sys/kern/subr_sleepqueue.c
144
} __aligned(CACHE_LINE_SIZE);
sys/kern/subr_stats.c
120
} __aligned(sizeof(void *));
sys/kern/sys_generic.c
660
u_char smalldata[SYS_IOCTL_SMALL_SIZE] __aligned(SYS_IOCTL_SMALL_ALIGN);
sys/kern/uipc_ktls.c
86
} __aligned(CACHE_LINE_SIZE);
sys/kern/uipc_socket.c
372
} __aligned(CACHE_LINE_SIZE);
sys/kern/vfs_bio.c
114
} __aligned(CACHE_LINE_SIZE);
sys/kern/vfs_bio.c
140
int __aligned(CACHE_LINE_SIZE) bd_numdirtybuffers;
sys/kern/vfs_bio.c
141
int __aligned(CACHE_LINE_SIZE) bd_running;
sys/kern/vfs_bio.c
142
long __aligned(CACHE_LINE_SIZE) bd_bufspace;
sys/kern/vfs_bio.c
143
int __aligned(CACHE_LINE_SIZE) bd_freebuffers;
sys/kern/vfs_bio.c
144
} __aligned(CACHE_LINE_SIZE);
sys/kern/vfs_cache.c
575
struct mtx nl_lock __aligned(CACHE_LINE_SIZE);
sys/kern/vfs_cache.c
579
} __aligned(CACHE_LINE_SIZE);
sys/libkern/arc4random.c
71
} __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
415
bus_dma_segment_t ift_segs[IFLIB_MAX_TX_SEGS] __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
419
} __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
446
uint64_t ifl_bus_addrs[IFLIB_MAX_RX_REFRESH] __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
448
} __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
497
struct if_rxd_frag ifr_frags[IFLIB_MAX_RX_SEGS] __aligned(CACHE_LINE_SIZE);
sys/net/iflib.c
501
} __aligned(CACHE_LINE_SIZE);
sys/net/iflib.h
272
int isc_nfl __aligned(CACHE_LINE_SIZE);
sys/net/mp_ring.h
46
volatile uint64_t state __aligned(CACHE_LINE_SIZE);
sys/net/mp_ring.h
48
int size __aligned(CACHE_LINE_SIZE);
sys/net/mp_ring.h
62
void * volatile items[] __aligned(CACHE_LINE_SIZE);
sys/net/netisr_internal.h
119
} __aligned(CACHE_LINE_SIZE);
sys/net/vnet.c
184
VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(VNET_DATAALIGN));
sys/net/vnet.h
78
} __aligned(CACHE_LINE_SIZE);
sys/netinet/in_pcb.h
146
} __aligned(8);
sys/netinet/in_pcb.h
155
} __aligned(8);
sys/netinet/ip_fw.h
841
} __packed __aligned(8) ipfw_dyn_rule;
sys/netinet/tcp_hpts_internal.h
147
struct callout co __aligned(CACHE_LINE_SIZE);
sys/netinet/tcp_hpts_internal.h
148
} __aligned(CACHE_LINE_SIZE);
sys/netinet/tcp_log_buf.h
42
#define ALIGN_TCP_LOG __aligned(8)
sys/netinet/tcp_stacks/tcp_bbr.h
812
} __aligned(CACHE_LINE_SIZE);
sys/netinet/tcp_stacks/tcp_bbr.h
97
} __aligned(CACHE_LINE_SIZE);
sys/netinet/tcp_stacks/tcp_rack.h
756
} __aligned(CACHE_LINE_SIZE);
sys/netinet/tcp_var.h
1235
} __aligned(8);
sys/netipsec/xform_tcp.c
163
} ip6p __aligned(4);
sys/netlink/netlink_message_parser.h
44
} __aligned(_Alignof(__max_align_t));
sys/netlink/netlink_snl.h
77
} __aligned(alignof(__max_align_t));
sys/netpfil/ipfw/ip_fw_compat.c
95
} __packed __aligned(8) ipfw_dyn_rule_v0;
sys/opencrypto/gfmult.h
54
uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */
sys/opencrypto/gfmult.h
55
uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */
sys/opencrypto/gfmult.h
56
uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */
sys/opencrypto/gfmult.h
57
uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */
sys/opencrypto/gfmult.h
58
} __aligned(REQ_ALIGN);
sys/powerpc/aim/mp_cpudep.c
53
static register_t bsp_state[8] __aligned(8);
sys/powerpc/include/pcb.h
81
} pcb_vec __aligned(16); /* Vector processor */
sys/powerpc/include/pmap.h
208
} __aligned(CACHE_LINE_SIZE);
sys/powerpc/mpc85xx/fsl_diu.c
162
} __aligned(32);
sys/powerpc/powerpc/machdep.c
151
struct pcpu __pcpu[MAXCPU] __aligned(PAGE_SIZE);
sys/powerpc/powerpc/machdep.c
643
static uint32_t fake_preload[36] __aligned(8);
sys/powerpc/pseries/platform_chrp.c
62
static uint8_t splpar_vpa[MAXCPU][640] __aligned(128); /* XXX: dpcpu */
sys/riscv/include/setjmp.h
55
typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1];
sys/riscv/include/setjmp.h
58
typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1];
sys/security/mac_do/mac_do.c
170
volatile u_int use_count __aligned(CACHE_LINE_SIZE);
sys/sys/_mutex.h
64
} __aligned(CACHE_LINE_SIZE);
sys/sys/_rwlock.h
61
} __aligned(CACHE_LINE_SIZE);
sys/sys/ata.h
314
} __packed __aligned(2);
sys/sys/buf_ring.h
59
uint32_t br_cons_head __aligned(CACHE_LINE_SIZE);
sys/sys/buf_ring.h
66
void *br_ring[0] __aligned(CACHE_LINE_SIZE);
sys/sys/cdefs.h
179
#define _Alignas(x) __aligned(x)
sys/sys/epoch.h
35
} __aligned(sizeof(void *));
sys/sys/epoch.h
67
} __aligned(sizeof(void *));
sys/sys/hwt.h
104
} __aligned(16);
sys/sys/hwt.h
110
} __aligned(16);
sys/sys/hwt.h
120
} __aligned(16);
sys/sys/hwt.h
127
} __aligned(16);
sys/sys/hwt.h
63
} __aligned(16);
sys/sys/hwt.h
67
} __aligned(16);
sys/sys/hwt.h
71
} __aligned(16);
sys/sys/hwt.h
75
} __aligned(16);
sys/sys/hwt.h
98
} __aligned(16);
sys/sys/ktls.h
236
} __aligned(CACHE_LINE_SIZE);
sys/sys/mount.h
239
struct mtx __aligned(CACHE_LINE_SIZE) mnt_mtx; /* mount structure interlock */
sys/sys/pcpu.h
209
} __aligned(CACHE_LINE_SIZE);
sys/sys/pmc.h
749
} __aligned(CACHE_LINE_SIZE);
sys/sys/pmckern.h
176
} __aligned(CACHE_LINE_SIZE);
sys/sys/socketvar.h
152
struct sx so_snd_sx __aligned(CACHE_LINE_SIZE);
sys/sys/socketvar.h
155
struct sx so_rcv_sx __aligned(CACHE_LINE_SIZE);
sys/sys/stats.h
395
} __aligned(sizeof(void *));
sys/sys/stats.h
639
} __aligned(sizeof(void *));
sys/sys/systm.h
91
#define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \
sys/sys/tim_filter.h
56
} __aligned(CACHE_LINE_SIZE);
sys/sys/unpcb.h
166
} __aligned(MAX(8, sizeof(void *)));
sys/sys/unpcb.h
173
} __aligned(8);
sys/sys/unpcb.h
98
} __aligned(CACHE_LINE_SIZE);
sys/sys/vmmeter.h
65
#define VMMETER_ALIGNED __aligned(CACHE_LINE_SIZE)
sys/tests/epoch/epoch_test.c
54
static struct mtx state_mtx __aligned(CACHE_LINE_SIZE*2);
sys/tests/epoch/epoch_test.c
56
static struct mtx mutexA __aligned(CACHE_LINE_SIZE*2);
sys/tests/epoch/epoch_test.c
58
static struct mtx mutexB __aligned(CACHE_LINE_SIZE*2);
sys/vm/uma_int.h
234
#define UMA_ALIGN __aligned(UMA_SUPER_ALIGN)
sys/vm/uma_int.h
324
} __aligned(CACHE_LINE_SIZE);
sys/vm/uma_int.h
452
} __aligned(CACHE_LINE_SIZE);
sys/vm/vm_pagequeue.h
251
u_int __aligned(CACHE_LINE_SIZE) vmd_free_count; /* (a,f) free page count */
sys/vm/vm_pagequeue.h
298
} __aligned(CACHE_LINE_SIZE);
sys/vm/vm_pagequeue.h
71
} __aligned(CACHE_LINE_SIZE);
sys/vm/vm_pagequeue.h
82
} __aligned(CACHE_LINE_SIZE);
sys/vm/vm_phys.c
119
static struct vm_freelist __aligned(CACHE_LINE_SIZE)
sys/vm/vm_reserv.c
219
} __aligned(CACHE_LINE_SIZE);
sys/x86/include/fpu.h
120
} __aligned(16);
sys/x86/include/fpu.h
137
} __aligned(16);
sys/x86/include/fpu.h
162
} __aligned(64);
sys/x86/include/fpu.h
178
} __aligned(64);
sys/x86/include/signal.h
149
long sc_fpstate[64] __aligned(16);
sys/x86/include/signal.h
77
int sc_fpstate[128] __aligned(16);
sys/x86/include/ucontext.h
155
long mc_fpstate[64] __aligned(16);
sys/x86/include/ucontext.h
83
int mc_fpstate[128] __aligned(16);
sys/x86/linux/linux_x86_sigframe.h
160
} __aligned(16);
tools/build/cross-build/include/common/sys/cdefs.h
75
#ifndef __aligned
usr.sbin/bhyve/pci_xhci.h
193
} __aligned(XHCI_DEV_CTX_ALIGN);
usr.sbin/bhyve/pci_xhci.h
340
} __aligned(4);
usr.sbin/makefs/zfs/zfs.h
75
char filebuf[MAXBLOCKSIZE] __aligned(alignof(uint64_t));
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
377
uint8_t jitter[jitter_limit * 4] __aligned(4);
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
390
uint8_t jitter[jitter_limit * 8] __aligned(4);
usr.sbin/virtual_oss/virtual_oss/mul.c
46
} __aligned(16);