| /freebsd-head/sys/opencrypto/ |
| HD | gfmult.h | 34 #define __aligned(x) __attribute__((__aligned__(x))) macro 54 uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */ 55 uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */ 56 uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */ 57 uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */ 58 } __aligned(REQ_ALIGN);
|
| /freebsd-head/sys/compat/linuxkpi/common/include/linux/ |
| HD | types.h | 53 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef 54 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef 55 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef 90 } __aligned(sizeof(void *));
|
| /freebsd-head/sbin/ping/tests/ |
| HD | in_cksum_test.c | 42 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY() 54 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY() 66 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY() 78 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
|
| /freebsd-head/lib/libusb/ |
| HD | libusb.h | 341 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef 349 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef 364 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef 369 } libusb_interface __aligned(sizeof(void *)); typedef 383 } libusb_config_descriptor __aligned(sizeof(void *)); typedef 391 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef 407 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef 414 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef 424 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef 431 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(void *)); typedef [all …]
|
| HD | libusb_global_linux.h | 65 #ifndef __aligned 66 #define __aligned(x) __attribute__((__aligned__(x))) macro
|
| /freebsd-head/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| HD | mcu.c | 28 } __packed __aligned(4) msg = { in mt76x2_mcu_set_channel() 57 } __packed __aligned(4) msg = { in mt76x2_mcu_load_cr() 81 } __packed __aligned(4) msg = { in mt76x2_mcu_init_gain() 100 } __packed __aligned(4) msg = { in mt76x2_mcu_tssi_comp()
|
| /freebsd-head/sys/net/ |
| HD | mp_ring.h | 46 volatile uint64_t state __aligned(CACHE_LINE_SIZE); 48 int size __aligned(CACHE_LINE_SIZE); 62 void * volatile items[] __aligned(CACHE_LINE_SIZE);
|
| /freebsd-head/sys/dev/cxgbe/ |
| HD | t4_mp_ring.h | 41 volatile uint64_t state __aligned(CACHE_LINE_SIZE); 44 int size __aligned(CACHE_LINE_SIZE); 58 void * volatile items[] __aligned(CACHE_LINE_SIZE);
|
| HD | offload.h | 136 struct mtx stid_lock __aligned(CACHE_LINE_SIZE); 142 struct mtx atid_lock __aligned(CACHE_LINE_SIZE); 149 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE); 160 struct mtx hftid_lock __aligned(CACHE_LINE_SIZE); 170 struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
|
| /freebsd-head/sys/dev/vnic/ |
| HD | nicvf_queues.h | 224 } __aligned(CACHE_LINE_SIZE); 234 } __aligned(CACHE_LINE_SIZE); 264 } __aligned(CACHE_LINE_SIZE); 282 } __aligned(CACHE_LINE_SIZE); 303 } __aligned(CACHE_LINE_SIZE); 336 } __aligned(CACHE_LINE_SIZE); 356 } __aligned(CACHE_LINE_SIZE);
|
| /freebsd-head/sys/x86/include/ |
| HD | fpu.h | 120 } __aligned(16); 137 } __aligned(16); 162 } __aligned(64); 178 } __aligned(64);
|
| /freebsd-head/bin/pax/ |
| HD | cpio.h | 69 } HD_CPIO __aligned(1); typedef 100 } HD_BCPIO __aligned(1); typedef 138 } HD_VCPIO __aligned(1); typedef
|
| /freebsd-head/sys/crypto/via/ |
| HD | padlock.h | 60 union padlock_cw ses_cw __aligned(16); 61 uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */ 62 uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
|
| /freebsd-head/sys/sys/ |
| HD | unpcb.h | 98 } __aligned(CACHE_LINE_SIZE); 166 } __aligned(MAX(8, sizeof(void *))); 173 } __aligned(8);
|
| /freebsd-head/sys/dev/sfxge/ |
| HD | sfxge_rx.h | 155 struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE); 163 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE); 176 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
|
| HD | sfxge_tx.h | 196 int blocked __aligned(CACHE_LINE_SIZE); 201 struct mtx lock __aligned(CACHE_LINE_SIZE); 230 unsigned int pending __aligned(CACHE_LINE_SIZE);
|
| /freebsd-head/sys/compat/linuxkpi/common/src/ |
| HD | linux_80211.h | 122 } __packed __aligned(8); 143 struct ieee80211_txq txq __aligned(CACHE_LINE_SIZE); 169 struct ieee80211_sta sta __aligned(CACHE_LINE_SIZE); 203 struct ieee80211_vif vif __aligned(CACHE_LINE_SIZE); 287 struct ieee80211_hw hw __aligned(CACHE_LINE_SIZE); 297 struct ieee80211_chanctx_conf chanctx_conf __aligned(CACHE_LINE_SIZE); 312 struct wiphy wiphy __aligned(CACHE_LINE_SIZE);
|
| HD | linux_work.c | 134 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_queue_work_on() 217 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_queue_delayed_work_on() 266 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_work_fn() 344 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_delayed_work_timer_fn() 372 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_work() 403 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_work_sync() 464 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_delayed_work() 509 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_delayed_work_sync_int()
|
| /freebsd-head/contrib/wireguard-tools/ |
| HD | curve25519.c | 51 #ifndef __aligned 52 #define __aligned(x) __attribute__((aligned(x))) macro 90 static const uint8_t basepoint[CURVE25519_KEY_SIZE] __aligned(sizeof(uintptr_t)) = { 9 }; in curve25519_generate_public()
|
| /freebsd-head/lib/libc/string/ |
| HD | swab.c | 12 const uint16_t *f __aligned(1) = from; in swab() 13 uint16_t *t __aligned(1) = to; in swab()
|
| /freebsd-head/sys/riscv/include/ |
| HD | setjmp.h | 55 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1]; 58 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1];
|
| /freebsd-head/sys/dev/usb/controller/ |
| HD | ohci.h | 70 } __aligned(OHCI_HCCA_ALIGN); 106 } __aligned(OHCI_ED_ALIGN); 141 } __aligned(OHCI_TD_ALIGN); 173 } __aligned(OHCI_ITD_ALIGN);
|
| /freebsd-head/sys/contrib/dev/athk/ath11k/ |
| HD | htc.h | 60 } __packed __aligned(4); 130 } __packed __aligned(4); 157 } __packed __aligned(4); 169 } __packed __aligned(4);
|
| /freebsd-head/sys/dev/gve/ |
| HD | gve.h | 100 } __aligned(CACHE_LINE_SIZE); 224 } __aligned(CACHE_LINE_SIZE); 322 } __aligned(CACHE_LINE_SIZE); 444 } __aligned(CACHE_LINE_SIZE); 473 } __aligned(CACHE_LINE_SIZE); 490 } __aligned(CACHE_LINE_SIZE); 494 } __aligned(CACHE_LINE_SIZE);
|
| /freebsd-head/lib/libufs/ |
| HD | libufs.h | 48 } d_sbunion __aligned(LIBUFS_BUFALIGN); 52 } d_cgunion __aligned(LIBUFS_BUFALIGN); 56 } d_inosunion __aligned(LIBUFS_BUFALIGN);
|