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

123

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dkloader.h73 } __packed __aligned(4);
90 } __packed __aligned(4);
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpcb.h95 union savefpu pcb_savefpu __aligned(16);
H A Dnpx.h117 } __aligned(16);
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_radiotap.h81 } __packed __aligned(8);
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpcb.h100 struct savefpu pcb_savefpu __aligned(16); /* floating point state */
H A Dfpu.h32 } __aligned(16);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcdefs.h315 #define __aligned(x) /* delete */ macro
319 #define __aligned(x) __attribute__((__aligned__(x))) macro
323 #define __aligned(x) _Pragma("aligned " __STRING(x)) macro
329 #define __aligned(x) error: no __aligned for this compiler macro
H A Dpool.h239 pool_cache_cpu_t pc_cpu0 __aligned(CACHE_LINE_SIZE);
240 void *pc_cpus[MAXCPUS] __aligned(CACHE_LINE_SIZE);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dahcisatareg.h42 } __packed __aligned(8);
52 } __packed __aligned(8);
80 } __packed __aligned(8);
92 } __packed __aligned(8);
H A Dsiisatareg.h57 } __packed __aligned(8);
63 } __packed __aligned(8);
89 } __packed __aligned(8);
H A Datwreg.h932 } __packed __aligned(4);
971 } __packed __aligned(4);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/dev/
H A Dcdmacreg.h117 } __aligned(8) __packed;
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dpcb.h53 u_int pcb32_r8 __aligned(8); /* used */
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_msgif.h198 uint8_t preq_buf[0] __aligned(ALIGNBYTES+1);
317 __aligned(ALIGNBYTES+1);
327 __aligned(ALIGNBYTES+1);
558 __aligned(ALIGNBYTES+1);
626 __aligned(ALIGNBYTES+1);
639 __aligned(ALIGNBYTES+1);
653 __aligned(ALIGNBYTES+1);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dmcontext.h104 } __vrs[_NVR] __aligned(16);
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dmutex.h67 } __aligned (16);
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dcpu.h141 } ci_istate __aligned(8);
239 int ci_want_resched __aligned(64);
240 int ci_padout __aligned(64);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Ddb_machdep.h71 struct fpstate64 db_fpstate __aligned(SPARC64_BLOCK_SIZE);
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread_int.h134 int pt_dummy1 __aligned(128);
144 int pt_dummy2 __aligned(128);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dcpu.c47 struct cpu_info cpu_info_primary __aligned(CACHE_LINE_SIZE);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_lock.c56 __aligned(CACHE_LINE_SIZE);
H A Dkern_malloc.c96 } __aligned(ALIGNBYTES+1);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcpuvar.h135 struct xpmsg msg __aligned(32);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dcpu.h286 } __aligned(64);
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_emap.c70 __aligned(COHERENCY_UNIT);

Completed in 380 milliseconds

123