| /freebsd-12-stable/sys/opencrypto/ |
| D | gfmult.h | 37 #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/ |
| D | types.h | 56 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/ |
| D | in_cksum_test.c | 45 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/ |
| D | libusb.h | 327 } 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 …]
|
| D | libusb_global_linux.h | 65 #ifndef __aligned 66 #define __aligned(x) __attribute__((__aligned__(x))) macro
|
| /freebsd-12-stable/sys/crypto/via/ |
| D | padlock.h | 68 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/ |
| D | nicvf_queues.h | 226 } __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/ |
| D | offload.h | 147 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);
|
| D | t4_mp_ring.h | 43 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/ |
| D | fpu.h | 123 } __aligned(16); 140 } __aligned(16); 165 } __aligned(64); 181 } __aligned(64);
|
| /freebsd-12-stable/sys/net/ |
| D | mp_ring.h | 48 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/ |
| D | cpio.h | 72 } HD_CPIO __aligned(1); typedef 103 } HD_BCPIO __aligned(1); typedef 141 } HD_VCPIO __aligned(1); typedef
|
| /freebsd-12-stable/sys/sys/ |
| D | unpcb.h | 99 } __aligned(CACHE_LINE_SIZE); 168 } __aligned(MAX(8, sizeof(void *))); 175 } __aligned(8);;
|
| /freebsd-12-stable/sys/dev/sfxge/ |
| D | sfxge_rx.h | 157 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);
|
| D | sfxge_tx.h | 200 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/ |
| D | ena.h | 268 } __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/ |
| D | ohci.h | 71 } __aligned(OHCI_HCCA_ALIGN); 107 } __aligned(OHCI_ED_ALIGN); 142 } __aligned(OHCI_TD_ALIGN); 174 } __aligned(OHCI_ITD_ALIGN);
|
| D | ehci.h | 119 } __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/ |
| D | setjmp.h | 57 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/ |
| D | linux_work.c | 133 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/ |
| D | aesni.h | 59 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/ |
| D | vm_pagequeue.h | 75 } __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/ |
| D | if_usievar.h | 91 } __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/ |
| D | ucontext.h | 52 } mcontext_t __aligned(16); typedef 67 } mcontext32_t __aligned(16); typedef
|
| /freebsd-12-stable/sys/tests/epoch/ |
| D | epoch_test.c | 57 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);
|