Home
last modified time | relevance | path

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

12345678

/freebsd-12-stable/sys/opencrypto/
Dgfmult.h37 #define __aligned(x) __attribute__((__aligned__(x))) macro
57 uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */
58 uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */
59 uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */
60 uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */
61 } __aligned(REQ_ALIGN);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dtypes.h56 typedef uint16_t __aligned_u16 __aligned(sizeof(uint16_t)); typedef
57 typedef uint32_t __aligned_u32 __aligned(sizeof(uint32_t)); typedef
58 typedef uint64_t __aligned_u64 __aligned(sizeof(uint64_t)); typedef
81 } __aligned(sizeof(void *));
/freebsd-12-stable/sbin/ping/tests/
Din_cksum_test.c45 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
57 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
69 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
81 u_char data[] __aligned(sizeof(u_short)) = in ATF_TC_BODY()
/freebsd-12-stable/lib/libusb/
Dlibusb.h327 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef
335 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef
350 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef
355 } libusb_interface __aligned(sizeof(void *)); typedef
369 } libusb_config_descriptor __aligned(sizeof(void *)); typedef
377 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef
393 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef
400 } libusb_bos_dev_capability_descriptor __aligned(sizeof(void *)); typedef
410 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef
417 } libusb_usb_2_0_extension_descriptor __aligned(sizeof(void *)); typedef
[all …]
Dlibusb_global_linux.h65 #ifndef __aligned
66 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-12-stable/sys/crypto/via/
Dpadlock.h68 union padlock_cw ses_cw __aligned(16);
69 uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
70 uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
71 uint8_t ses_iv[16] __aligned(16); /* 128 bit aligned */
/freebsd-12-stable/sys/dev/vnic/
Dnicvf_queues.h226 } __aligned(CACHE_LINE_SIZE);
236 } __aligned(CACHE_LINE_SIZE);
266 } __aligned(CACHE_LINE_SIZE);
284 } __aligned(CACHE_LINE_SIZE);
305 } __aligned(CACHE_LINE_SIZE);
338 } __aligned(CACHE_LINE_SIZE);
358 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/cxgbe/
Doffload.h147 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
153 struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
159 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
170 struct mtx hftid_lock __aligned(CACHE_LINE_SIZE);
180 struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
Dt4_mp_ring.h43 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
46 int size __aligned(CACHE_LINE_SIZE);
60 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/x86/include/
Dfpu.h123 } __aligned(16);
140 } __aligned(16);
165 } __aligned(64);
181 } __aligned(64);
/freebsd-12-stable/sys/net/
Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
50 int size __aligned(CACHE_LINE_SIZE);
64 void * volatile items[] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/bin/pax/
Dcpio.h72 } HD_CPIO __aligned(1); typedef
103 } HD_BCPIO __aligned(1); typedef
141 } HD_VCPIO __aligned(1); typedef
/freebsd-12-stable/sys/sys/
Dunpcb.h99 } __aligned(CACHE_LINE_SIZE);
168 } __aligned(MAX(8, sizeof(void *)));
175 } __aligned(8);;
/freebsd-12-stable/sys/dev/sfxge/
Dsfxge_rx.h157 struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
165 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
178 volatile enum sfxge_flush_state flush_state __aligned(CACHE_LINE_SIZE);
Dsfxge_tx.h200 int blocked __aligned(CACHE_LINE_SIZE);
205 struct mtx lock __aligned(CACHE_LINE_SIZE);
234 unsigned int pending __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/ena/
Dena.h268 } __aligned(CACHE_LINE_SIZE);
277 } __aligned(CACHE_LINE_SIZE);
381 } __aligned(CACHE_LINE_SIZE);
454 __aligned(CACHE_LINE_SIZE);
458 __aligned(CACHE_LINE_SIZE);
462 __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/usb/controller/
Dohci.h71 } __aligned(OHCI_HCCA_ALIGN);
107 } __aligned(OHCI_ED_ALIGN);
142 } __aligned(OHCI_TD_ALIGN);
174 } __aligned(OHCI_ITD_ALIGN);
Dehci.h119 } __aligned(EHCI_ITD_ALIGN);
167 } __aligned(EHCI_SITD_ALIGN);
215 } __aligned(EHCI_QTD_ALIGN);
226 } __aligned(4);
276 } __aligned(EHCI_QH_ALIGN);
284 } __aligned(EHCI_FSTN_ALIGN);
/freebsd-12-stable/sys/riscv/include/
Dsetjmp.h57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1] __aligned(16); } sigjmp_buf[1];
60 typedef struct _jmp_buf { long _jb[_JBLEN + 1] __aligned(16); } jmp_buf[1];
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_work.c133 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_queue_work_on()
216 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_queue_delayed_work_on()
261 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_work_fn()
339 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_delayed_work_timer_fn()
366 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_work_sync()
427 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_delayed_work()
466 static const uint8_t states[WORK_ST_MAX] __aligned(8) = { in linux_cancel_delayed_work_sync()
/freebsd-12-stable/sys/crypto/aesni/
Daesni.h59 uint8_t enc_schedule[AES_SCHED_LEN] __aligned(16);
60 uint8_t dec_schedule[AES_SCHED_LEN] __aligned(16);
61 uint8_t xts_schedule[AES_SCHED_LEN] __aligned(16);
/freebsd-12-stable/sys/vm/
Dvm_pagequeue.h75 } __aligned(CACHE_LINE_SIZE);
84 } __aligned(CACHE_LINE_SIZE);
116 u_int __aligned(CACHE_LINE_SIZE) vmd_free_count; /* (a,f) free page count */
154 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/usb/net/
Dif_usievar.h91 } __packed __aligned(4);
246 uint8_t sc_resp_temp[USIE_BUFSIZE] __aligned(4);
247 uint8_t sc_status_temp[USIE_BUFSIZE] __aligned(4);
/freebsd-12-stable/sys/powerpc/include/
Ducontext.h52 } mcontext_t __aligned(16); typedef
67 } mcontext32_t __aligned(16); typedef
/freebsd-12-stable/sys/tests/epoch/
Depoch_test.c57 static struct mtx state_mtx __aligned(CACHE_LINE_SIZE*2);
59 static struct mtx mutexA __aligned(CACHE_LINE_SIZE*2);
61 static struct mtx mutexB __aligned(CACHE_LINE_SIZE*2);

12345678