Home
last modified time | relevance | path

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

1234

/f-stack/freebsd/opencrypto/
H A 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);
/f-stack/freebsd/net/
H A 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);
H A Dnetisr_internal.h121 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/x86/include/
H A Dfpu.h123 } __aligned(16);
140 } __aligned(16);
165 } __aligned(64);
181 } __aligned(64);
H A Dsignal.h80 int sc_fpstate[128] __aligned(16);
152 long sc_fpstate[64] __aligned(16);
H A Ducontext.h85 int mc_fpstate[128] __aligned(16);
155 long mc_fpstate[64] __aligned(16);
/f-stack/freebsd/crypto/via/
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 */
/f-stack/freebsd/sys/
H A Dunpcb.h100 } __aligned(CACHE_LINE_SIZE);
170 } __aligned(MAX(8, sizeof(void *)));
177 } __aligned(8);;
H A D_types.h107 long long __max_align1 __aligned(_Alignof(long long));
109 long double __max_align2 __aligned(_Alignof(long double));
H A Depoch.h35 } __aligned(sizeof(void *));
64 } __aligned(sizeof(void *));
H A D_mutex.h64 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h61 } __aligned(CACHE_LINE_SIZE);
H A Dbuf_ring.h48 volatile uint32_t br_cons_head __aligned(CACHE_LINE_SIZE);
55 void *br_ring[0] __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/vm/
H A Dvm_pagequeue.h75 } __aligned(CACHE_LINE_SIZE);
84 } __aligned(CACHE_LINE_SIZE);
251 u_int __aligned(CACHE_LINE_SIZE) vmd_free_count; /* (a,f) free page count */
297 } __aligned(CACHE_LINE_SIZE);
H A Duma_int.h238 #define UMA_ALIGN __aligned(UMA_SUPER_ALIGN)
328 } __aligned(CACHE_LINE_SIZE);
453 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/amd64/include/
H A Dsgxreg.h79 } __aligned(32);
90 } __aligned(64);
H A Dproc.h64 } __aligned(16);
/f-stack/lib/include/sys/
H A D_mutex.h52 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h45 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/crypto/openssl/
H A Dossl.h42 } __aligned(32);
/f-stack/freebsd/arm/include/
H A Dproc.h80 } __aligned(8);
H A Dpcb.h69 } __aligned(8); /*
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dtypes.h71 } __aligned(sizeof (void *));
/f-stack/freebsd/netinet/
H A Dtcp_hpts.h131 struct callout co __aligned(CACHE_LINE_SIZE);
132 } __aligned(CACHE_LINE_SIZE);
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_softc.h55 } __aligned(PAGE_SIZE);

1234