Searched refs:__aligned (Results 151 - 175 of 185) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/usb/input/
H A Dwmt.c213 uint8_t buf[WMT_BSIZE] __aligned(4);
H A Dwsp.c586 uint8_t tp_data[WSP_BUFFER_MAX] __aligned(4); /* trackpad transferred data */
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_runreg.h1659 } __aligned(4);
H A Dif_zydreg.h1188 } __packed __aligned(8);
/freebsd-12-stable/sys/netinet/
H A Dtcp_var.h720 } __aligned(8);
/freebsd-12-stable/sys/kern/
H A Dsubr_sleepqueue.c144 } __aligned(CACHE_LINE_SIZE);
H A Dinit_main.c104 struct thread0_storage thread0_st __aligned(32);
H A Dkern_sysctl.c195 uint8_t data[512] __aligned(sizeof(uint64_t));
H A Dsys_generic.c657 u_char smalldata[SYS_IOCTL_SMALL_SIZE] __aligned(SYS_IOCTL_SMALL_ALIGN);
/freebsd-12-stable/sys/sys/
H A Dpmc.h737 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/net/
H A Diflib.c366 bus_dma_segment_t ift_segs[IFLIB_MAX_TX_SEGS] __aligned(CACHE_LINE_SIZE);
370 } __aligned(CACHE_LINE_SIZE);
398 uint64_t ifl_bus_addrs[IFLIB_MAX_RX_REFRESH] __aligned(CACHE_LINE_SIZE);
400 } __aligned(CACHE_LINE_SIZE);
447 struct if_rxd_frag ifr_frags[IFLIB_MAX_RX_SEGS] __aligned(CACHE_LINE_SIZE);
451 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp_hardware.c93 static const char g_zeroes[32] __aligned(32);
929 } SHA_H __aligned(PAGE_SIZE) = {
/freebsd-12-stable/lib/geom/eli/
H A Dgeom_eli.c699 unsigned char sector[sizeof(struct g_eli_metadata)] __aligned(4);
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c99 } __packed __aligned(4);
/freebsd-12-stable/sys/dev/usb/video/
H A Dudl.c1030 static const uint8_t udl_black[UDL_CMD_MAX_PIXEL_COUNT * 2] __aligned(4);
/freebsd-12-stable/sys/dev/sbni/
H A Dif_sbni.c1212 static u_int32_t crc32tab[] __aligned(8) = {
/freebsd-12-stable/sys/vm/
H A Dvm_phys.c108 static struct vm_freelist __aligned(CACHE_LINE_SIZE)
H A Dvm_reserv.c251 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c118 static struct amdvi_dte amdvi_dte[PCI_NUM_DEV_MAX] __aligned(PAGE_SIZE);
/freebsd-12-stable/sbin/ping/
H A Dping.c238 u_char *datap, packet[IP_MAXPACKET] __aligned(4);
/freebsd-12-stable/sys/dev/otus/
H A Dif_otusreg.h912 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c45 __aligned(MLX5_UMR_ALIGN);
/freebsd-12-stable/sys/dev/qat/
H A Dqatreg.h550 static const uint8_t mailbox_const_tab[1024] __aligned(1024) = {
/freebsd-12-stable/sys/fs/cuse/
H A Dcuse.c150 uint8_t ioctl_buffer[CUSE_BUFFER_MAX] __aligned(4);
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_usie.c1517 uint8_t tmp[USIE_HIPCNS_MAX] __aligned(4);

Completed in 420 milliseconds

12345678