Home
last modified time | relevance | path

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

12

/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock.h64 union padlock_cw ses_cw __aligned(16);
65 uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
66 uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
67 uint8_t ses_iv[16] __aligned(16); /* 128 bit aligned */
76 } __aligned(16);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_virt.h93 } __aligned(4);
111 } __aligned(4);
141 } __aligned(4);
149 } __aligned(4);
179 } __aligned(4);
210 } __aligned(4);
/dragonfly/lib/libusb/
H A Dlibusb.h288 } libusb_endpoint_descriptor __aligned(sizeof(void *)); typedef
296 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *)); typedef
311 } libusb_interface_descriptor __aligned(sizeof(void *)); typedef
316 } libusb_interface __aligned(sizeof(void *)); typedef
330 } libusb_config_descriptor __aligned(sizeof(void *)); typedef
338 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *)); typedef
354 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *)); typedef
363 } libusb_bos_descriptor __aligned(sizeof(void *)); typedef
379 } libusb_iso_packet_descriptor __aligned(sizeof(void *)); typedef
397 } libusb_transfer __aligned(sizeof(void *)); typedef
H A Dlibusb_global_linux.h63 #ifndef __aligned
64 #define __aligned(x) __attribute__((__aligned__(x))) macro
H A Dlibusb20_desc.h105 } __aligned(LIBUSB20_ME_STRUCT_ALIGN);
127 __aligned((bits) / 8) field a; )
570 } __aligned(sizeof(void *));
579 } __aligned(sizeof(void *));
586 } __aligned(sizeof(void *));
/dragonfly/sys/cpu/x86_64/include/
H A Dnpx.h147 } __aligned(16);
161 } __aligned(16);
188 } __aligned(64);
200 } __aligned(64);
H A Dsignal.h99 } __aligned(64);
H A Ducontext.h87 } __aligned(64);
/dragonfly/sys/dev/crypto/aesni/
H A Daesni.h52 uint8_t enc_schedule[AES_SCHED_LEN] __aligned(16);
53 uint8_t dec_schedule[AES_SCHED_LEN] __aligned(16);
54 uint8_t xts_schedule[AES_SCHED_LEN] __aligned(16);
/dragonfly/sys/bus/u4b/controller/
H A Dohci.h69 } __aligned(OHCI_HCCA_ALIGN);
105 } __aligned(OHCI_ED_ALIGN);
140 } __aligned(OHCI_TD_ALIGN);
172 } __aligned(OHCI_ITD_ALIGN);
H A Dehci.h117 } __aligned(EHCI_ITD_ALIGN);
165 } __aligned(EHCI_SITD_ALIGN);
213 } __aligned(EHCI_QTD_ALIGN);
224 } __aligned(4);
274 } __aligned(EHCI_QH_ALIGN);
282 } __aligned(EHCI_FSTN_ALIGN);
H A Dxhci.h66 } __aligned(64) padding;
172 } __aligned(XHCI_DEV_CTX_ALIGN);
316 } __aligned(4);
354 } __aligned(XHCI_TRB_ALIGN);
371 } __aligned(64) padding;
H A Duhci.h114 } __aligned(UHCI_TD_ALIGN);
152 } __aligned(UHCI_QH_ALIGN);
/dragonfly/include/
H A Dstddef.h68 long long __max_align_nonce1 __aligned(__alignof(long long));
69 long double __max_align_nonce2 __aligned(__alignof(long double));
/dragonfly/bin/cpdup/
H A Dhclink.h49 } __aligned(8); /* fix clang warning, not required for correct operation */
58 } __aligned(8); /* fix clang warning, not required for correct operation */
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rumvar.h33 } __packed __aligned(8);
53 } __packed __aligned(8);
H A Dif_runvar.h56 } __packed __aligned(8);
75 } __packed __aligned(8);
H A Dif_urtwnvar.h45 } __packed __aligned(8);
60 } __packed __aligned(8);
/dragonfly/stand/lib/
H A Dtftp.c98 } __packed __aligned(4) lastdata;
199 } __packed __aligned(4) wbuf; in tftp_makereq()
241 } __packed __aligned(4) wbuf; in tftp_getnextblock()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dmemory117 const auto __aligned = (__intptr - 1u + __align) & -__align;
118 const auto __diff = __aligned - __intptr;
124 return __ptr = reinterpret_cast<void*>(__aligned);
/dragonfly/sys/dev/video/cxm/
H A Dcxm_dec_fw.c3 const uint8_t cxm_dec_fw[] __aligned(4) = {
H A Dcxm_enc_fw.c3 const uint8_t cxm_enc_fw[] __aligned(4) = {
/dragonfly/test/nvmm/demo/smallkern/
H A Dmain.c111 static uint8_t idtstore[PAGE_SIZE] __aligned(PAGE_SIZE);
112 static uint8_t faultstack[PAGE_SIZE] __aligned(PAGE_SIZE);
/dragonfly/sys/bus/u4b/
H A Dusb_device.h74 } __aligned(USB_HOST_ALIGN);
84 } __aligned(USB_HOST_ALIGN);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c115 static union savefpu dummy __aligned(64); in npxprobemask()
131 static union savefpu dummy __aligned(16); in npxinit()

12