Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 172) sorted by relevance

1234567

/xnu-11215/bsd/netinet/
H A Dtcp_private.h235 u_int64_t tcpi_txbytes __attribute__((aligned(8)));
239 u_int64_t tcpi_txunacked __attribute__((aligned(8)));
242 u_int64_t tcpi_rxbytes __attribute__((aligned(8)));
390 uint64_t mpis_txbytes __attribute__((aligned(8)));
391 uint64_t mpis_rxbytes __attribute__((aligned(8)));
392 uint64_t mpis_wifi_txbytes __attribute__((aligned(8)));
393 uint64_t mpis_wifi_rxbytes __attribute__((aligned(8)));
394 uint64_t mpis_wired_txbytes __attribute__((aligned(8)));
395 uint64_t mpis_wired_rxbytes __attribute__((aligned(8)));
396 uint64_t mpis_cell_txbytes __attribute__((aligned(8)));
[all …]
H A Dtcp.h294 u_int64_t tcpi_txpackets __attribute__((aligned(8)));
295 u_int64_t tcpi_txbytes __attribute__((aligned(8)));
296 u_int64_t tcpi_txretransmitbytes __attribute__((aligned(8)));
297 u_int64_t tcpi_rxpackets __attribute__((aligned(8)));
298 u_int64_t tcpi_rxbytes __attribute__((aligned(8)));
299 u_int64_t tcpi_rxoutoforderbytes __attribute__((aligned(8)));
300 u_int64_t tcpi_txretransmitpackets __attribute__((aligned(8)));
/xnu-11215/bsd/netinet6/
H A Dipsec.h214 u_quad_t in_polvio __attribute__ ((aligned(8)));
219 u_quad_t in_badspi __attribute__ ((aligned(8))); /* failed getting a SPI */
220 u_quad_t in_ahreplay __attribute__ ((aligned(8))); /* AH replay check failed */
226 u_quad_t in_esphist[256] __attribute__ ((aligned(8)));
227 u_quad_t in_ahhist[256] __attribute__ ((aligned(8)));
228 u_quad_t in_comphist[256] __attribute__ ((aligned(8)));
230 u_quad_t out_polvio __attribute__ ((aligned(8)));
235 u_quad_t out_noroute __attribute__ ((aligned(8))); /* there is no route */
236 u_quad_t out_esphist[256] __attribute__ ((aligned(8)));
237 u_quad_t out_ahhist[256] __attribute__ ((aligned(8)));
[all …]
H A Dnd6.h236 int isrouter __attribute__((aligned(8)));
239 } __attribute__((aligned(8)));
283 u_long expire __attribute__((aligned(8)));
284 u_short if_index __attribute__((aligned(8)));
285 } __attribute__((aligned(8)));
324 u_long vltime __attribute__((aligned(8)));
325 u_long pltime __attribute__((aligned(8)));
326 u_long expire __attribute__((aligned(8)));
327 u_int32_t flags __attribute__((aligned(8)));
384 u_int64_t ifindex __attribute__((aligned(8)));
/xnu-11215/bsd/i386/
H A Dtypes.h136 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
137 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
138 typedef __int64_t user64_ssize_t __attribute__((aligned(8)));
139 typedef __int64_t user64_long_t __attribute__((aligned(8)));
140 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
141 typedef __int64_t user64_time_t __attribute__((aligned(8)));
142 typedef __int64_t user64_off_t __attribute__((aligned(8)));
150 typedef __int64_t user32_off_t __attribute__((aligned(4)));
/xnu-11215/bsd/sys/
H A Dkern_control.h184 u_int64_t kcs_reg_total __attribute__((aligned(8)));
185 u_int64_t kcs_reg_count __attribute__((aligned(8)));
186 u_int64_t kcs_pcbcount __attribute__((aligned(8)));
187 u_int64_t kcs_gencnt __attribute__((aligned(8)));
188 u_int64_t kcs_connections __attribute__((aligned(8)));
189 u_int64_t kcs_conn_fail __attribute__((aligned(8)));
190 u_int64_t kcs_send_fail __attribute__((aligned(8)));
191 u_int64_t kcs_send_list_fail __attribute__((aligned(8)));
192 u_int64_t kcs_enqueue_fail __attribute__((aligned(8)));
193 u_int64_t kcs_enqueue_fullsock __attribute__((aligned(8)));
[all …]
H A Dkern_event.h257 u_int64_t kes_pcbcount __attribute__((aligned(8)));
258 u_int64_t kes_gencnt __attribute__((aligned(8)));
259 u_int64_t kes_badvendor __attribute__((aligned(8)));
260 u_int64_t kes_toobig __attribute__((aligned(8)));
261 u_int64_t kes_nomem __attribute__((aligned(8)));
262 u_int64_t kes_fullsock __attribute__((aligned(8)));
263 u_int64_t kes_posted __attribute__((aligned(8)));
H A Dsocket_private.h616 user64_addr_t sar_aidp __attribute__((aligned(8)));
639 user64_addr_t scr_cidp __attribute__((aligned(8)));
680 user64_addr_t scir_src __attribute__((aligned(8)));
682 user64_addr_t scir_dst __attribute__((aligned(8)));
685 user64_addr_t scir_aux_data __attribute__((aligned(8)));
H A Dvm.h123 …user_addr_t vm_shm __attribute((aligned(8))); /* SYS5 shared memory priv…
129 user_addr_t vm_taddr __attribute((aligned(8))); /* user virtual address of text XXX */
H A Ddecmpfs.h192 uint64_t uncompressed_size __attribute__((aligned(8)));
193 uint64_t nchildren __attribute__((aligned(8))); /* for dataless directories (incl. packages) */
194 uint64_t total_size __attribute__((aligned(8)));/* for dataless directories (incl. packages) */
/xnu-11215/bsd/skywalk/channel/
H A Dos_channel_private.h201 __attribute__((aligned(sizeof(uint64_t))));
207 __attribute__((aligned(sizeof(uint64_t))));
219 __attribute__((aligned(sizeof(uint64_t))));
228 __attribute__((aligned(sizeof(uint64_t))));
400 __attribute((aligned(sizeof(uint64_t))));
403 __attribute((aligned(sizeof(uint64_t))));
405 __attribute((aligned(sizeof(uint64_t))));
407 __attribute((aligned(sizeof(uint64_t))));
413 __attribute((aligned(sizeof(uint64_t))));
416 __attribute((aligned(sizeof(uint64_t))));
[all …]
/xnu-11215/bsd/net/
H A Dntstat.h440 } nstat_domain_info __attribute__((aligned(sizeof(u_int64_t))));
443 u_int64_t upid __attribute__((aligned(sizeof(u_int64_t))));
444 u_int64_t eupid __attribute__((aligned(sizeof(u_int64_t))));
446 u_int64_t timestamp __attribute__((aligned(sizeof(u_int64_t))));
493 uint32_t ifnet_properties __attribute__((aligned(4)));
501 u_int64_t upid __attribute__((aligned(sizeof(u_int64_t))));
502 u_int64_t eupid __attribute__((aligned(sizeof(u_int64_t))));
504 u_int64_t timestamp __attribute__((aligned(sizeof(u_int64_t))));
569 u_int64_t id __attribute__((aligned(sizeof(u_int64_t))));
570 u_int64_t parent_id __attribute__((aligned(sizeof(u_int64_t))));
[all …]
H A Dcontent_filter.h296 } __attribute__((aligned(8)));
314 } __attribute__((aligned(8)));
320 } __attribute__((aligned(8)));
505 int64_t cfs_ctl_q_in_enqueued __attribute__((aligned(8)));
506 int64_t cfs_ctl_q_out_enqueued __attribute__((aligned(8)));
507 int64_t cfs_ctl_q_in_peeked __attribute__((aligned(8)));
508 int64_t cfs_ctl_q_out_peeked __attribute__((aligned(8)));
510 int64_t cfs_pending_q_in_enqueued __attribute__((aligned(8)));
513 int64_t cfs_inject_q_in_enqueued __attribute__((aligned(8)));
515 int64_t cfs_inject_q_in_passed __attribute__((aligned(8)));
[all …]
H A Dpfvar.h669 } __attribute__((aligned(8)));
1889 } ps_u __attribute__((aligned(8)));
1900 } ps_u __attribute__((aligned(8)));
1908 } ps_u __attribute__((aligned(8)));
1937 } pgt_u __attribute__((aligned(8)));
1948 } pgt_u __attribute__((aligned(8)));
1956 } pgt_u __attribute__((aligned(8)));
1966 } psn_u __attribute__((aligned(8)));
1977 } psn_u __attribute__((aligned(8)));
1985 } psn_u __attribute__((aligned(8)));
[all …]
H A Dif_private.h83 user64_addr_t ifcru_buffer __attribute__((aligned(8)));
408 user64_addr_t ifmu_ulist __attribute__((aligned(8)));
445 user64_addr_t ifcu_req __attribute__((aligned(8)));
548 void *ifqr_buf __attribute__((aligned(8)));
549 int ifqr_len __attribute__((aligned(8)));
649 user64_addr_t ifar_uuids __attribute__((aligned(8)));
784 user64_addr_t iftdm_table __attribute__((aligned(8)));
/xnu-11215/osfmk/i386/
H A Dmp_desc.h85 struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned(16)));
86 struct x86_64_tss ktss __attribute__ ((aligned(16)));
87 struct sysenter_stack sstk __attribute__ ((aligned(16)));
92 uint8_t fstk[FSTK_SZ] __attribute__ ((aligned(16)));
H A Dktss.c77 __attribute__ ((aligned(16))) = { {0}, 0 };
79 struct x86_64_tss master_ktss64 __attribute__ ((aligned(4096))) __attribute__ ((section("__HIB, __d…
/xnu-11215/osfmk/kern/
H A Dcs_blobs.h264 __attribute__ ((aligned(1)));
274 __attribute__ ((aligned(1)));
283 __attribute__ ((aligned(1)));
291 __attribute__ ((aligned(1)));
299 __attribute__ ((aligned(1)));
H A Dledger.h75 volatile ledger_amount_t le_credit __attribute__((aligned(8)));
76 volatile ledger_amount_t le_debit __attribute__((aligned(8)));
93 } __attribute__((aligned(8)));
102 volatile ledger_amount_t les_credit __attribute__((aligned(8)));
103 } __attribute__((aligned(8)));
110 struct ledger_entry_small l_entries[] __attribute__((aligned(8)));
/xnu-11215/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;
443 } __attribute__((aligned(8))) EFI_RUNTIME_SERVICES_32;
483 } __attribute__((aligned(8))) EFI_RUNTIME_SERVICES_64;
496 } __attribute__((aligned(8))) EFI_CONFIGURATION_TABLE_64;
527 } __attribute__((aligned(8))) EFI_SYSTEM_TABLE_32;
551 } __attribute__((aligned(8))) EFI_SYSTEM_TABLE_64;
/xnu-11215/bsd/skywalk/packet/
H A Dos_packet_private.h114 } __attribute__((aligned(sizeof(uint64_t))));
130 } __attribute__((aligned(sizeof(uint64_t))));
134 } __attribute((aligned(16)));
209 } __attribute((aligned(sizeof(uint64_t))));
227 } __attribute((aligned(16)));
411 } __attribute((aligned(sizeof(uint64_t))));
443 } __attribute((aligned(sizeof(uint64_t))));
570 } __attribute((aligned(sizeof(uint64_t))));
613 } __attribute((aligned(sizeof(uint64_t))));
708 } __attribute((aligned(sizeof(uint64_t))));
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h164 volatile uint64_t primaryTimestamp __attribute__((aligned(8)));
171 …e uint64_t interruptStatistics[IA_NUM_INTERRUPT_ACCOUNTING_STATISTICS] __attribute__((aligned(8)));
/xnu-11215/bsd/skywalk/
H A Dos_stats_private.h1211 } __attribute__((aligned(sizeof(uint64_t))));
1231 } __attribute__((aligned(sizeof(uint64_t))));
1466 } __attribute__((aligned(64)));
1486 __attribute__((aligned(64)));
1509 } __attribute__((aligned(64)));
1521 } __attribute__((aligned(64)));
1546 } __attribute__((aligned(64)));
1588 } __attribute__((aligned(32)));
1597 } __attribute__((aligned(32)));
1630 } __attribute__((aligned(32)));
[all …]
/xnu-11215/bsd/net/classq/
H A Dclassq_sfb.h85 } binstats[2] __attribute__((aligned(8)));
151 struct sfbstats sfb_stats __attribute__((aligned(8)));
/xnu-11215/osfmk/vm/
H A Dvm_compressor_algorithms.c49 uint8_t lz4state[lz4_encode_scratch_size]__attribute((aligned(LZ4_SCRATCH_ALIGN)));
50 uint8_t wkscratch[0] __attribute((aligned(WKC_SCRATCH_ALIGN))); // TODO
54 uint8_t lz4decodestate[lz4_encode_scratch_size]__attribute((aligned(64)));
55 uint8_t wkdecompscratch[0] __attribute((aligned(64)));

1234567