Searched refs:__aligned (Results 126 - 150 of 185) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/wi/
H A Dif_wireg.h712 } __packed __aligned(8);
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_plat.h145 #define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c165 } __aligned(32);
/freebsd-12-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c63 static uint8_t splpar_vpa[MAXCPU][640] __aligned(128); /* XXX: dpcpu */
/freebsd-12-stable/sys/sparc64/pci/
H A Dofw_pci.c257 static u_char buf[VIS_BLOCKSIZE] __aligned(VIS_BLOCKSIZE);
/freebsd-12-stable/sbin/nvmecontrol/
H A Dresv.c355 uint8_t data[4096] __aligned(4);
/freebsd-12-stable/sys/dev/qat/
H A Dqatvar.h532 } __aligned(QAT_OPTIMAL_ALIGN);
617 } __aligned(QAT_OPTIMAL_ALIGN);
/freebsd-12-stable/sys/dev/ata/
H A Data-lowlevel.c828 uint8_t buf[2] __aligned(2);
914 uint8_t buf[2] __aligned(2);
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.c1381 static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);
1388 } __aligned(USB_POOL_ALIGN);
/freebsd-12-stable/sys/crypto/aesni/
H A Daesni_wrap.c384 uint8_t tweak[AES_XTS_BLOCKSIZE] __aligned(16);
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwivar.h536 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/usb/
H A Dusbdi.h339 } __aligned(32);
/freebsd-12-stable/sys/dev/usb/video/
H A Dudl.h49 uint8_t buf[UDL_CMD_MAX_DATA_SIZE] __aligned(4);
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwnvar.h52 } __packed __aligned(8);
/freebsd-12-stable/sys/net/
H A Dvnet.c181 VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(__alignof(void *)));
/freebsd-12-stable/sys/netinet/
H A Dip_fw.h728 } __packed __aligned(8);
/freebsd-12-stable/sys/sys/
H A Dsystm.h167 #define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c690 static char dblfault_stack[DBLFAULT_STACK_SIZE] __aligned(16);
691 static char mce0_stack[MCE_STACK_SIZE] __aligned(16);
692 static char nmi0_stack[NMI_STACK_SIZE] __aligned(16);
693 static char dbg0_stack[DBG_STACK_SIZE] __aligned(16);
/freebsd-12-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c725 "-e 's/\t__aligned/ __aligned/g' "
/freebsd-12-stable/sys/kern/
H A Dvfs_bio.c109 } __aligned(CACHE_LINE_SIZE);
134 int __aligned(CACHE_LINE_SIZE) bd_numdirtybuffers;
135 int __aligned(CACHE_LINE_SIZE) bd_running;
136 long __aligned(CACHE_LINE_SIZE) bd_bufspace;
137 int __aligned(CACHE_LINE_SIZE) bd_freebuffers;
138 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3172 struct virtio_net_ctrl_hdr hdr __aligned(2);
3206 } s __aligned(2);
3238 } s __aligned(2);
3321 struct virtio_net_ctrl_hdr hdr __aligned(2);
3434 } s __aligned(2);
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c192 struct krping_rdma_info recv_buf __aligned(16); /* malloc'd buffer */
198 struct krping_rdma_info send_buf __aligned(16); /* single send buf */
223 u8 addr[16] __aligned(8); /* dst addr in NBO */
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwnvar.h572 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/fb/
H A Dcreator.c274 static const u_char creator_mouse_pointer[64][8] __aligned(8) = {
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c227 } __aligned(CACHE_LINE_SIZE);

Completed in 321 milliseconds

12345678