Home
last modified time | relevance | path

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

12345678910

/freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h54 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef
55 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef
56 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef
90 } __aligned(sizeof(void *));
/freebsd-14.2/sbin/ping/tests/
H A Din_cksum_test.c43 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
55 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
67 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
79 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
/freebsd-14.2/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
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
439 } libusb_container_id_descriptor __aligned(sizeof(void *)); typedef
455 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef
[all …]
H A Dlibusb_global_linux.h65 #ifndef __aligned
66 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-14.2/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-14.2/sys/dev/cxgbe/
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);
H A Doffload.h144 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
151 struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
158 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
169 struct mtx hftid_lock __aligned(CACHE_LINE_SIZE);
179 struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
/freebsd-14.2/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-14.2/sys/x86/include/
H A Dfpu.h122 } __aligned(16);
139 } __aligned(16);
164 } __aligned(64);
180 } __aligned(64);
/freebsd-14.2/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-14.2/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-14.2/bin/pax/
H A Dcpio.h71 } HD_CPIO __aligned(1); typedef
102 } HD_BCPIO __aligned(1); typedef
140 } HD_VCPIO __aligned(1); typedef
/freebsd-14.2/sys/sys/
H A Dunpcb.h99 } __aligned(CACHE_LINE_SIZE);
169 } __aligned(MAX(8, sizeof(void *)));
176 } __aligned(8);
/freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h118 } __packed __aligned(8);
137 struct ieee80211_txq txq __aligned(CACHE_LINE_SIZE);
160 struct ieee80211_sta sta __aligned(CACHE_LINE_SIZE);
186 struct ieee80211_vif vif __aligned(CACHE_LINE_SIZE);
270 struct ieee80211_hw hw __aligned(CACHE_LINE_SIZE);
277 struct ieee80211_chanctx_conf chanctx_conf __aligned(CACHE_LINE_SIZE);
292 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-14.2/sys/dev/gve/
H A Dgve.h93 } __aligned(CACHE_LINE_SIZE);
216 } __aligned(CACHE_LINE_SIZE);
250 } __aligned(CACHE_LINE_SIZE);
252 } __aligned(CACHE_LINE_SIZE);
306 } __aligned(CACHE_LINE_SIZE);
308 } __aligned(CACHE_LINE_SIZE);
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sys/vm/
H A Dvm_pagequeue.h73 } __aligned(CACHE_LINE_SIZE);
84 } __aligned(CACHE_LINE_SIZE);
251 u_int __aligned(CACHE_LINE_SIZE) vmd_free_count; /* (a,f) free page count */
297 } __aligned(CACHE_LINE_SIZE);
/freebsd-14.2/sys/powerpc/include/
H A Ducontext.h51 } mcontext_t __aligned(16); typedef
66 } mcontext32_t __aligned(16); typedef

12345678910