Searched refs:aligned (Results 1 - 25 of 82) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/i386/
H A Dtypes.h142 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
143 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
144 typedef __int64_t user64_ssize_t __attribute__((aligned(8)));
145 typedef __int64_t user64_long_t __attribute__((aligned(8)));
146 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
147 typedef __int64_t user64_time_t __attribute__((aligned(8)));
148 typedef __int64_t user64_off_t __attribute__((aligned(8)));
156 typedef __int64_t user32_off_t __attribute__((aligned(4)));
/darwin-on-arm/xnu/osfmk/i386/
H A Dktss.c71 __attribute__ ((aligned (4096))) = {
112 __attribute__ ((aligned (16))) = { {0}, 0 };
115 struct x86_64_tss master_ktss64 __attribute__ ((aligned (4096))) = {
126 __attribute__ ((aligned (4096))) = {
164 __attribute__ ((aligned (4096))) = {
H A Dmp_desc.h84 struct fake_descriptor idt[IDTSZ] __attribute__ ((aligned (16)));
85 struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned (16)));
86 struct i386_tss ktss __attribute__ ((aligned (16)));
92 struct fake_descriptor64 idt[IDTSZ] __attribute__ ((aligned (16)));
94 struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned (16)));
95 struct x86_64_tss ktss __attribute__ ((aligned (16)));
96 struct sysenter_stack sstk __attribute__ ((aligned (16)));
97 uint8_t dfstk[PAGE_SIZE] __attribute__ ((aligned (16)));
H A Dgdt.c71 __attribute__((aligned(CPU_CACHE_SIZE))) = {
H A Dldt.c66 struct real_descriptor master_ldt[LDTSZ] __attribute__ ((aligned (4096))) = {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h141 } __attribute__((aligned(2), packed));
161 } __attribute__((aligned(2), packed));
171 } __attribute__((aligned(2), packed));
184 } __attribute__((aligned(2), packed));
191 } __attribute__((aligned(2), packed));
211 } __attribute__((aligned(2), packed));
227 } __attribute__((aligned(2), packed));
232 } __attribute__((aligned(2), packed));
241 } __attribute__((aligned(2), packed));
249 } __attribute__((aligned(
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp.h261 u_int64_t tcpi_txbytes __attribute__((aligned(8)));
263 u_int64_t tcpi_txretransmitbytes __attribute__((aligned(8)));
265 u_int64_t tcpi_txunacked __attribute__((aligned(8)));
267 u_int64_t tcpi_rxbytes __attribute__((aligned(8)));
269 u_int64_t tcpi_rxduplicatebytes __attribute__((aligned(8)));
271 u_int64_t tcpi_snd_bw __attribute__((aligned(8))); /* measured send bandwidth in bits/sec */
H A Dtcp_lro.h52 } __attribute__((aligned(8)));
H A Dtcp_cc.h117 } __attribute__((aligned(4)));
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlowmem_vectors.c76 lowglo lowGlo __attribute__ ((aligned(PAGE_SIZE))) = {
/darwin-on-arm/xnu/bsd/sys/
H A Dvm.h123 user_addr_t vm_shm __attribute((aligned(8))); /* SYS5 shared memory private data XXX */
129 user_addr_t vm_taddr __attribute((aligned(8))); /* user virtual address of text XXX */
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h76 * Register pairs are appropriately aligned to allow access via
92 type0 name0 __attribute__(( aligned(8) )); \
/darwin-on-arm/xnu/bsd/net/
H A Dndrv.h132 user64_addr_t demux_list __attribute__((aligned(8)));
H A Dif_utun_crypto.h145 } __attribute__((aligned(4), packed)) utun_crypto_keys_idx_args_t;
192 } __attribute__((aligned(4), packed)) utun_crypto_keys_args_t;
219 } __attribute__((aligned(4), packed)) utun_crypto_args_t;
255 } __attribute__((aligned(4), packed)) utun_crypto_keys_state_t;
264 } __attribute__((aligned(4), packed)) utun_crypto_keys_t;
272 } __attribute__((aligned(4), packed)) utun_crypto_ctx_t;
H A Dpfvar.h272 struct pfi_dynaddr *dyn __attribute__((aligned(8)));
273 struct pfr_ktable *tbl __attribute__((aligned(8)));
275 void *dyn __attribute__((aligned(8)));
276 void *tbl __attribute__((aligned(8)));
278 int dyncnt __attribute__((aligned(8)));
279 int tblcnt __attribute__((aligned(8)));
280 } p __attribute__((aligned(8)));
512 struct pfi_kif *kif __attribute__((aligned(8)));
514 void *kif __attribute__((aligned(8)));
537 struct pf_pooladdr *cur __attribute__((aligned(
[all...]
H A Dntstat.h44 u_int64_t nstat_rxpackets __attribute__((aligned(8)));
45 u_int64_t nstat_rxbytes __attribute__((aligned(8)));
46 u_int64_t nstat_txpackets __attribute__((aligned(8)));
47 u_int64_t nstat_txbytes __attribute__((aligned(8)));
H A Dif.h126 user64_addr_t ifcru_buffer __attribute__((aligned(8)));
495 user64_addr_t ifmu_ulist __attribute__((aligned(8)));
583 user64_addr_t ifcu_req __attribute__((aligned(8)));
696 void *ifqr_buf __attribute__((aligned(8)));
697 int ifqr_len __attribute__((aligned(8)));
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h217 int isrouter __attribute__((aligned(8)));
220 } __attribute__((aligned(8)));
255 u_long expire __attribute__((aligned(8)));
256 u_short if_index __attribute__((aligned(8)));
257 } defrouter[DRLSTSIZ] __attribute__((aligned(8)));
293 u_long expire __attribute__((aligned(8)));
294 u_short if_index __attribute__((aligned(8)));
295 } __attribute__((aligned(8)));
338 u_long vltime __attribute__((aligned(8)));
339 u_long pltime __attribute__((aligned(
[all...]
H A Dip6_mroute.h239 } __attribute__((aligned(4), packed));
243 u_quad_t icount __attribute__((aligned(8)));
247 } __attribute__((aligned(8)));
/darwin-on-arm/xnu/osfmk/mach/arm/
H A D_structs.h135 } __attribute__((aligned(16)));
140 } __attribute__((aligned(16)));
172 } __attribute__((aligned(16)));
177 } __attribute__((aligned(16)));
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Defi.h211 } __attribute__((aligned(8))) EFI_TABLE_HEADER;
245 } __attribute__((aligned(8))) EFI_MEMORY_DESCRIPTOR;
312 } __attribute__((aligned(4))) EFI_TIME_CAPABILITIES;
445 } __attribute__((aligned(8))) EFI_RUNTIME_SERVICES_32;
486 } __attribute__((aligned(8))) EFI_RUNTIME_SERVICES_64;
499 } __attribute__((aligned(8))) EFI_CONFIGURATION_TABLE_64;
531 } __attribute__((aligned(8))) EFI_SYSTEM_TABLE_32;
556 } __attribute__((aligned(8))) EFI_SYSTEM_TABLE_64;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h77 } binstats[2] __attribute__((aligned(8)));
133 struct sfbstats sfb_stats __attribute__((aligned(8)));
/darwin-on-arm/xnu/osfmk/mach/
H A Dsdt.h48 uintptr_t __dtrace_args[ARG1_EXTENT] __attribute__ ((aligned (16))); \
54 uintptr_t __dtrace_args[ARGS2_EXTENT] __attribute__ ((aligned (16))); \
61 uintptr_t __dtrace_args[ARGS3_EXTENT] __attribute__ ((aligned (16))); \
69 uintptr_t __dtrace_args[ARGS4_EXTENT] __attribute__ ((aligned (16))); \
78 uintptr_t __dtrace_args[ARGS5_EXTENT] __attribute__ ((aligned (16))); \
88 uintptr_t __dtrace_args[ARGS6_EXTENT] __attribute__ ((aligned (16))); \
99 uintptr_t __dtrace_args[ARGS7_EXTENT] __attribute__ ((aligned (16))); \
111 uintptr_t __dtrace_args[ARGS8_EXTENT] __attribute__ ((aligned (16))); \
124 uintptr_t __dtrace_args[ARGS9_EXTENT] __attribute__ ((aligned (16))); \
138 uintptr_t __dtrace_args[ARGS10_EXTENT] __attribute__ ((aligned (1
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h25 } __attribute((aligned(8)));
38 } __attribute((aligned(8)));
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h154 /* These fields may be updated atomically, and so must be 8 byte aligned */
155 uint64_t alloc __attribute__((aligned(8))); /* allocation counter */
156 uint64_t free __attribute__((aligned(8))); /* free counter */

Completed in 148 milliseconds

1234