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

1234

/xnu-2422.115.4/osfmk/i386/
H A Dktss.c77 __attribute__ ((aligned (16))) = { {0}, 0 };
79 struct x86_64_tss master_ktss64 __attribute__ ((aligned (4096))) = {
H A Dldt.c66 struct real_descriptor master_ldt[LDTSZ] __attribute__ ((aligned (4096))) = {
H A Dmp_desc.h84 struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned (16)));
85 struct x86_64_tss ktss __attribute__ ((aligned (16)));
86 struct sysenter_stack sstk __attribute__ ((aligned (16)));
87 uint8_t fstk[PAGE_SIZE] __attribute__ ((aligned (16)));
H A Dgdt.c67 __attribute__((aligned(PAGE_SIZE))) = {
/xnu-2422.115.4/bsd/i386/
H A Dtypes.h125 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
126 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
127 typedef __int64_t user64_ssize_t __attribute__((aligned(8)));
128 typedef __int64_t user64_long_t __attribute__((aligned(8)));
129 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
130 typedef __int64_t user64_time_t __attribute__((aligned(8)));
131 typedef __int64_t user64_off_t __attribute__((aligned(8)));
139 typedef __int64_t user32_off_t __attribute__((aligned(4)));
/xnu-2422.115.4/bsd/netinet/
H A Dtcp.h271 u_int64_t tcpi_txpackets __attribute__((aligned(8))); /* total packets sent */
272 u_int64_t tcpi_txbytes __attribute__((aligned(8)));
274 u_int64_t tcpi_txretransmitbytes __attribute__((aligned(8)));
276 u_int64_t tcpi_txunacked __attribute__((aligned(8)));
278 u_int64_t tcpi_rxpackets __attribute__((aligned(8))); /* total packets received */
279 u_int64_t tcpi_rxbytes __attribute__((aligned(8)));
281 u_int64_t tcpi_rxduplicatebytes __attribute__((aligned(8)));
283 u_int64_t tcpi_rxoutoforderbytes __attribute__((aligned(8)));
285 u_int64_t tcpi_snd_bw __attribute__((aligned(8))); /* measured send bandwidth in bits/sec */
289 u_int64_t tcpi_cell_rxpackets __attribute((aligned(
[all...]
H A Dtcp_lro.h52 } __attribute__((aligned(8)));
H A Dtcp_cc.h117 } __attribute__((aligned(4)));
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h153 } __attribute__((aligned(2), packed));
163 } __attribute__((aligned(2), packed));
176 } __attribute__((aligned(2), packed));
183 } __attribute__((aligned(2), packed));
203 } __attribute__((aligned(2), packed));
219 } __attribute__((aligned(2), packed));
224 } __attribute__((aligned(2), packed));
233 } __attribute__((aligned(2), packed));
241 } __attribute__((aligned(2), packed));
249 } __attribute__((aligned(
[all...]
H A Dhfs_unistr.h53 } __attribute__((aligned(2), packed));
/xnu-2422.115.4/osfmk/x86_64/
H A Dlowmem_vectors.c76 lowglo lowGlo __attribute__ ((aligned(PAGE_SIZE))) = {
/xnu-2422.115.4/bsd/net/
H A Dntstat.h46 u_int64_t nstat_rxpackets __attribute__((aligned(8)));
47 u_int64_t nstat_rxbytes __attribute__((aligned(8)));
48 u_int64_t nstat_txpackets __attribute__((aligned(8)));
49 u_int64_t nstat_txbytes __attribute__((aligned(8)));
62 u_int64_t nstat_cell_rxbytes __attribute__((aligned(8)));
63 u_int64_t nstat_cell_txbytes __attribute__((aligned(8)));
64 u_int64_t nstat_wifi_rxbytes __attribute__((aligned(8)));
65 u_int64_t nstat_wifi_txbytes __attribute__((aligned(8)));
H A Dndrv.h132 user64_addr_t demux_list __attribute__((aligned(8)));
H A Dif_utun_crypto.h147 } __attribute__((aligned(4), packed)) utun_crypto_keys_idx_args_t;
194 } __attribute__((aligned(4), packed)) utun_crypto_keys_args_t;
221 } __attribute__((aligned(4), packed)) utun_crypto_args_t;
277 } __attribute__((aligned(4), packed)) utun_crypto_framer_args_t;
317 } __attribute__((aligned(4), packed)) utun_crypto_keys_state_t;
326 } __attribute__((aligned(4), packed)) utun_crypto_keys_t;
370 } __attribute__((aligned(4), packed)) utun_crypto_framer_state_t;
381 } __attribute__((aligned(4), packed)) utun_crypto_framer_t;
405 } __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...]
/xnu-2422.115.4/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 */
H A Dcprotect.h178 } __attribute__((aligned(2), packed));
210 } __attribute__((aligned(2), packed));
226 } __attribute__((aligned(2), packed));
H A Dproc_internal.h373 volatile uint64_t was_throttled __attribute__((aligned(8))); /* Counter for number of throttled I/Os */
374 volatile uint64_t did_throttle __attribute__((aligned(8))); /* Counter for number of I/Os this proc throttled */
587 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */
595 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */
605 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */
607 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */
616 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */
620 user_addr_t p_ru __attribute((aligned(8))); /* Exit information. XXX */
/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h76 * Register pairs are appropriately aligned to allow access via
92 type0 name0 __attribute__(( aligned(8) )); \
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.h225 int isrouter __attribute__((aligned(8)));
228 } __attribute__((aligned(8)));
263 u_long expire __attribute__((aligned(8)));
264 u_short if_index __attribute__((aligned(8)));
265 } defrouter[DRLSTSIZ] __attribute__((aligned(8)));
301 u_long expire __attribute__((aligned(8)));
302 u_short if_index __attribute__((aligned(8)));
303 } __attribute__((aligned(8)));
346 u_long vltime __attribute__((aligned(8)));
347 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)));
/xnu-2422.115.4/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;
/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h117 uint64_t page_count __attribute__((aligned(8))); /* number of pages used by this zone */
161 /* These fields may be updated atomically, and so must be 8 byte aligned */
162 uint64_t alloc __attribute__((aligned(8))); /* allocation counter */
163 uint64_t free __attribute__((aligned(8))); /* free counter */
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_sfb.h78 } binstats[2] __attribute__((aligned(8)));
132 struct sfbstats sfb_stats __attribute__((aligned(8)));
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h25 } __attribute((aligned(8)));
38 } __attribute((aligned(8)));

Completed in 186 milliseconds

1234