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

12345

/freebsd-10-stable/sys/sys/
H A D_mutex.h62 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h60 } __aligned(CACHE_LINE_SIZE);
H A D_types.h103 long long __max_align1 __aligned(_Alignof(long long));
104 long double __max_align2 __aligned(_Alignof(long double));
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.h43 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
45 int size __aligned(CACHE_LINE_SIZE);
57 void * volatile items[] __aligned(CACHE_LINE_SIZE);
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);
105 struct mtx etid_lock __aligned(CACHE_LINE_SIZE);
/freebsd-10-stable/sys/powerpc/include/
H A Ducontext.h49 } mcontext_t __aligned(16);
63 } mcontext32_t __aligned(16);
H A Dpcb.h64 } pcb_vec __aligned(16); /* Vector processor */
/freebsd-10-stable/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-stable/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-stable/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);
74 uint8_t *encrypt_schedule /*__aligned(16)*/, int number_of_rounds);
75 void aesni_set_deckey(const uint8_t *encrypt_schedule /*__aligned(16)*/,
76 uint8_t *decrypt_schedule /*__aligned(16)*/, int number_of_rounds);
81 void aesni_encrypt_cbc(int rounds, const void *key_schedule /*__aligned(16)*/,
84 void aesni_decrypt_cbc(int rounds, const void *key_schedule /*__aligned(16)*/,
86 void aesni_encrypt_ecb(int rounds, const void *key_schedule /*__aligned(16)*/,
88 void aesni_decrypt_ecb(int rounds, const void *key_schedule /*__aligned(1
[all...]
/freebsd-10-stable/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.h198 int blocked __aligned(CACHE_LINE_SIZE);
203 struct mtx lock __aligned(CACHE_LINE_SIZE);
232 unsigned int pending __aligned(CACHE_LINE_SIZE);
/freebsd-10-stable/sys/arm/include/
H A Dpcb.h62 } __aligned(8); /*
/freebsd-10-stable/sys/sparc64/include/
H A Dpcb.h54 } __aligned(64);
H A Ducontext.h41 } __aligned(64);
/freebsd-10-stable/sys/x86/include/
H A Dfpu.h123 } __aligned(16);
140 } __aligned(16);
165 } __aligned(64);
181 } __aligned(64);
H A Dsignal.h82 int sc_fpstate[128] __aligned(16);
154 long sc_fpstate[64] __aligned(16);
/freebsd-10-stable/sys/dev/usb/net/
H A Dif_urndisreg.h51 uint8_t sc_response_buf[RNDIS_RESPONSE_LEN] __aligned(4);
/freebsd-10-stable/lib/libusb/
H A Dlibusb_global_linux.h63 #ifndef __aligned
64 #define __aligned(x) __attribute__((__aligned__(x))) macro
/freebsd-10-stable/sys/net/
H A Dnetisr_internal.h119 } __aligned(CACHE_LINE_SIZE);
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.h61 } __aligned(256);
/freebsd-10-stable/sys/dev/hyperv/include/
H A Dhyperv.h69 } __packed __aligned(PAGE_SIZE);
/freebsd-10-stable/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);

Completed in 228 milliseconds

12345