Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd/sys/opencrypto/
H A Dgfmult.h34 #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/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h53 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
89 } __aligned(sizeof(void *));
/freebsd/sbin/ping/tests/
H A Din_cksum_test.c42 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/lib/libusb/
H A Dlibusb.h341 } 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 …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.c28 } __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/sys/dev/cxgbe/
H A Doffload.h136 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);
H A Dt4_mp_ring.h41 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
44 int size __aligned(CACHE_LINE_SIZE);
58 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h224 } __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/sys/net/
H A Dmp_ring.h46 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
48 int size __aligned(CACHE_LINE_SIZE);
62 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd/sys/x86/include/
H A Dfpu.h120 } __aligned(16);
137 } __aligned(16);
162 } __aligned(64);
178 } __aligned(64);
/freebsd/bin/pax/
H A Dcpio.h69 } HD_CPIO __aligned(1); typedef
100 } HD_BCPIO __aligned(1); typedef
138 } HD_VCPIO __aligned(1); typedef
/freebsd/sys/crypto/via/
H A Dpadlock.h60 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/sys/sys/
H A Dunpcb.h98 } __aligned(CACHE_LINE_SIZE);
166 } __aligned(MAX(8, sizeof(void *)));
173 } __aligned(8);
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h155 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);
H A Dsfxge_tx.h196 int blocked __aligned(CACHE_LINE_SIZE);
201 struct mtx lock __aligned(CACHE_LINE_SIZE);
230 unsigned int pending __aligned(CACHE_LINE_SIZE);
/freebsd/contrib/wireguard-tools/
H A Dcurve25519.c51 #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/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h120 } __packed __aligned(8);
141 struct ieee80211_txq txq __aligned(CACHE_LINE_SIZE);
165 struct ieee80211_sta sta __aligned(CACHE_LINE_SIZE);
197 struct ieee80211_vif vif __aligned(CACHE_LINE_SIZE);
281 struct ieee80211_hw hw __aligned(CACHE_LINE_SIZE);
288 struct ieee80211_chanctx_conf chanctx_conf __aligned(CACHE_LINE_SIZE);
303 struct wiphy wiphy __aligned(CACHE_LINE_SIZE);
H A Dlinux_work.c134 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/lib/libc/string/
H A Dswab.c12 const uint16_t *f __aligned(1) = from; in swab()
13 uint16_t *t __aligned(1) = to; in swab()
/freebsd/sys/riscv/include/
H A Dsetjmp.h55 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/sys/dev/usb/controller/
H A Dohci.h70 } __aligned(OHCI_HCCA_ALIGN);
106 } __aligned(OHCI_ED_ALIGN);
141 } __aligned(OHCI_TD_ALIGN);
173 } __aligned(OHCI_ITD_ALIGN);
/freebsd/sys/dev/gve/
H A Dgve.h96 } __aligned(CACHE_LINE_SIZE);
220 } __aligned(CACHE_LINE_SIZE);
318 } __aligned(CACHE_LINE_SIZE);
440 } __aligned(CACHE_LINE_SIZE);
469 } __aligned(CACHE_LINE_SIZE);
486 } __aligned(CACHE_LINE_SIZE);
490 } __aligned(CACHE_LINE_SIZE);
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.h60 } __packed __aligned(4);
130 } __packed __aligned(4);
157 } __packed __aligned(4);
169 } __packed __aligned(4);
/freebsd/sys/dev/nvme/
H A Dnvme.h844 } __aligned(8);
862 } __aligned(8); /* riscv: nvme_qpair_process_completions has better code gen */
1397 } __packed __aligned(4);
1510 } __packed __aligned(4);
1569 } __packed __aligned(4);
1613 } __packed __aligned(8);
1623 } __packed __aligned(4);
1629 } __packed __aligned(4);
1637 } __packed __aligned(4);
1659 } __packed __aligned(4);
[all …]
/freebsd/lib/libufs/
H A Dlibufs.h48 } d_sbunion __aligned(LIBUFS_BUFALIGN);
52 } d_cgunion __aligned(LIBUFS_BUFALIGN);
56 } d_inosunion __aligned(LIBUFS_BUFALIGN);

1234567891011