Searched refs:__aligned (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-10.0-release/sys/sys/
H A D_mutex.h62 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h63 } __aligned(CACHE_LINE_SIZE);
/freebsd-10.0-release/sys/powerpc/include/
H A Ducontext.h49 } mcontext_t __aligned(16);
63 } mcontext32_t __aligned(16);
H A Dpcb.h63 } pcb_vec __aligned(16); /* Vector processor */
/freebsd-10.0-release/sys/crypto/via/
H A 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-10.0-release/sys/dev/sfxge/
H A Dsfxge_tx.h142 int blocked __aligned(CACHE_LINE_SIZE);
148 struct mtx lock __aligned(CACHE_LINE_SIZE);
152 unsigned int n_pend_desc __aligned(CACHE_LINE_SIZE);
166 unsigned int pending __aligned(CACHE_LINE_SIZE);
H A Dsfxge_rx.h157 struct sfxge_softc *sc __aligned(CACHE_LINE_SIZE);
163 struct sfxge_rx_sw_desc *queue __aligned(CACHE_LINE_SIZE);
172 efx_rxq_t *common __aligned(CACHE_LINE_SIZE);
/freebsd-10.0-release/bin/pax/
H A Dcpio.h70 } HD_CPIO __aligned(1);
101 } HD_BCPIO __aligned(1);
139 } HD_VCPIO __aligned(1);
H A Dtar.h99 } HD_TAR __aligned(1);
145 } HD_USTAR __aligned(1);
/freebsd-10.0-release/sys/crypto/aesni/
H A Daesni.h56 uint8_t enc_schedule[AES_SCHED_LEN] __aligned(16);
57 uint8_t dec_schedule[AES_SCHED_LEN] __aligned(16);
58 uint8_t xts_schedule[AES_SCHED_LEN] __aligned(16);
75 uint8_t *encrypt_schedule /*__aligned(16)*/, int number_of_rounds);
76 void aesni_set_deckey(const uint8_t *encrypt_schedule /*__aligned(16)*/,
77 uint8_t *decrypt_schedule /*__aligned(16)*/, int number_of_rounds);
82 void aesni_encrypt_cbc(int rounds, const void *key_schedule /*__aligned(16)*/,
85 void aesni_decrypt_cbc(int rounds, const void *key_schedule /*__aligned(16)*/,
87 void aesni_encrypt_ecb(int rounds, const void *key_schedule /*__aligned(16)*/,
89 void aesni_decrypt_ecb(int rounds, const void *key_schedule /*__aligned(1
[all...]
/freebsd-10.0-release/sys/sparc64/include/
H A Dpcb.h54 } __aligned(64);
H A Ducontext.h41 } __aligned(64);
/freebsd-10.0-release/sys/x86/include/
H A Dfpu.h131 } __aligned(16);
148 } __aligned(16);
171 } __aligned(64);
187 } __aligned(64);
H A Dsignal.h82 int sc_fpstate[128] __aligned(16);
154 long sc_fpstate[64] __aligned(16);
H A Ducontext.h83 int mc_fpstate[128] __aligned(16);
153 long mc_fpstate[64] __aligned(16);
/freebsd-10.0-release/lib/libusb/
H A Dlibusb_global_linux.h63 #ifndef __aligned
64 #define __aligned(x) __attribute__((__aligned__(x))) macro
H A Dlibusb.h248 } libusb_endpoint_descriptor __aligned(sizeof(void *));
256 } libusb_ss_endpoint_companion_descriptor __aligned(sizeof(void *));
271 } libusb_interface_descriptor __aligned(sizeof(void *));
276 } libusb_interface __aligned(sizeof(void *));
290 } libusb_config_descriptor __aligned(sizeof(void *));
298 } libusb_usb_2_0_device_capability_descriptor __aligned(sizeof(void *));
314 } libusb_ss_usb_device_capability_descriptor __aligned(sizeof(void *));
323 } libusb_bos_descriptor __aligned(sizeof(void *));
339 } libusb_iso_packet_descriptor __aligned(sizeof(void *));
357 } libusb_transfer __aligned(sizeo
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/
H A Doffload.h85 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
93 struct mtx atid_lock __aligned(CACHE_LINE_SIZE);
99 struct mtx ftid_lock __aligned(CACHE_LINE_SIZE);
/freebsd-10.0-release/sys/net/
H A Dnetisr_internal.h119 } __aligned(CACHE_LINE_SIZE);
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_rumvar.h32 } __packed __aligned(8);
50 } __packed __aligned(8);
H A Dif_uralvar.h37 } __packed __aligned(8);
54 } __packed __aligned(8);
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_usievar.h89 } __packed __aligned(4);
244 uint8_t sc_resp_temp[USIE_BUFSIZE] __aligned(4);
245 uint8_t sc_status_temp[USIE_BUFSIZE] __aligned(4);
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dps3net.c108 volatile static struct gelic_dmadesc txdesc __aligned(32);
109 volatile static char txbuf[1536] __aligned(128);
167 volatile static struct gelic_dmadesc rxdesc __aligned(32);
168 volatile static char rxbuf[1536] __aligned(128);
/freebsd-10.0-release/sys/dev/usb/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);

Completed in 140 milliseconds

1234