Searched refs:__aligned (Results 51 - 75 of 185) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h61 int mc_fpstate[128] __aligned(16);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h69 #define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwlioctl.h118 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_uralvar.h37 } __packed __aligned(8);
/freebsd-12-stable/sys/arm/arm/
H A Dbus_space_base.c48 static struct bus_space arm_base_bus_space __aligned(CACHE_LINE_SIZE) = {
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py57 def __aligned(x): return __attribute__((__aligned__(x))) function
61 def __aligned(x): return __attribute__((__aligned__(x))) function
67 def _Alignas(x): return __aligned(x)
/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.h107 } __aligned(LIBUSB20_ME_STRUCT_ALIGN);
129 __aligned((bits) / 8) field a; )
572 } __aligned(sizeof(void *));
581 } __aligned(sizeof(void *));
588 } __aligned(sizeof(void *));
/freebsd-12-stable/sys/dev/cxgbe/
H A Dadapter.h499 struct rwlock mw_lock __aligned(CACHE_LINE_SIZE);
609 } __aligned(CACHE_LINE_SIZE);
629 } __aligned(CACHE_LINE_SIZE);
643 } __aligned(CACHE_LINE_SIZE);
656 char wr[] __aligned(16);
699 } __aligned(CACHE_LINE_SIZE);
704 volatile int nm_state __aligned(CACHE_LINE_SIZE); /* NM_OFF, NM_ON, or NM_BUSY */
717 __be64 *fl_desc __aligned(CACHE_LINE_SIZE);
730 uint32_t fl_cidx __aligned(CACHE_LINE_SIZE);
765 } __aligned(CACHE_LINE_SIZ
[all...]
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h82 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipwvar.h65 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/ral/
H A Drt2560var.h30 } __packed __aligned(8);
H A Drt2661var.h29 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.h41 } __aligned(2); /* CSD is read in 16-bit chunks, so align to match. */
/freebsd-12-stable/sys/netinet/
H A Dip.h72 } __packed __aligned(2);
H A Dtcp_hpts.h132 struct callout co __aligned(CACHE_LINE_SIZE);
133 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/kern/
H A Dkern_mtxpool.c72 int mtxpool_next __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/sys/
H A Dvmmeter.h68 #define VMMETER_ALIGNED __aligned(CACHE_LINE_SIZE)
H A Dbuf_ring.h48 volatile uint32_t br_cons_head __aligned(CACHE_LINE_SIZE);
55 void *br_ring[0] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx.h109 } __aligned(64);
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h108 } __aligned(CACHE_LINE_SIZE);
186 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvnetavar.h141 } __aligned(CACHE_LINE_SIZE);
179 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/virtio/network/
H A Dif_vtnetvar.h87 } __aligned(CACHE_LINE_SIZE);
125 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/usb/controller/
H A Duhci.h116 } __aligned(UHCI_TD_ALIGN);
154 } __aligned(UHCI_QH_ALIGN);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_device.h78 } __aligned(USB_HOST_ALIGN);
88 } __aligned(USB_HOST_ALIGN);
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme.h1156 } __packed __aligned(4);
1270 } __packed __aligned(4);
1330 } __packed __aligned(4);
1375 } __packed __aligned(4);
1385 } __packed __aligned(4);
1391 } __packed __aligned(4);
1399 } __packed __aligned(4);
1411 } __packed __aligned(4);
1427 } __packed __aligned(4);
1443 } __packed __aligned(
[all...]

Completed in 231 milliseconds

12345678