| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp.h | 392 …u_int64_t tcpi_cell_rxpackets __attribute((aligned(8))); /* packets received over cellular … 393 u_int64_t tcpi_cell_rxbytes __attribute((aligned(8))); /* bytes received over cellular */ 394 …u_int64_t tcpi_cell_txpackets __attribute((aligned(8))); /* packets transmitted over cellul… 395 …u_int64_t tcpi_cell_txbytes __attribute((aligned(8))); /* bytes transmitted over cellular… 396 u_int64_t tcpi_wifi_rxpackets __attribute((aligned(8))); /* packets received over Wi-Fi */ 397 u_int64_t tcpi_wifi_rxbytes __attribute((aligned(8))); /* bytes received over Wi-Fi */ 398 …u_int64_t tcpi_wifi_txpackets __attribute((aligned(8))); /* packets transmitted over Wi-Fi … 399 u_int64_t tcpi_wifi_txbytes __attribute((aligned(8))); /* bytes transmitted over Wi-Fi */ 400 u_int64_t tcpi_wired_rxpackets __attribute((aligned(8))); /* packets received over Wired */ 401 u_int64_t tcpi_wired_rxbytes __attribute((aligned(8))); /* bytes received over Wired */ [all …]
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOReportTypes.h | 92 } __attribute((packed)) IOSimpleReportValues; 97 } __attribute((packed)) IOSimpleArrayReportValues; 105 } __attribute((packed)) IOStateReportValues; 113 } __attribute((packed)) IOHistogramReportValues; 147 } __attribute((packed)) IOReportChannelType; 193 } __attribute((packed)) IOReportElementValues; 201 } __attribute((packed)) IOReportElement;
|
| H A D | IOKernelReportStructs.h | 80 } __attribute((packed)) IOHistogramSegmentConfig; 88 } __attribute((packed)) IONormDistReportValues;
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 92 } __attribute((packed)) IOSimpleReportValues; 97 } __attribute((packed)) IOSimpleArrayReportValues; 105 } __attribute((packed)) IOStateReportValues; 113 } __attribute((packed)) IOHistogramReportValues; 147 } __attribute((packed)) IOReportChannelType; 193 } __attribute((packed)) IOReportElementValues; 201 } __attribute((packed)) IOReportElement;
|
| H A D | IOKernelReportStructs.h | 80 } __attribute((packed)) IOHistogramSegmentConfig; 88 } __attribute((packed)) IONormDistReportValues;
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | os_channel_private.h | 394 __attribute((aligned(sizeof(uint64_t)))); 396 __attribute((aligned(sizeof(uint64_t)))); 398 __attribute((aligned(sizeof(uint64_t)))); 404 __attribute((aligned(sizeof(uint64_t)))); 407 __attribute((aligned(sizeof(uint64_t)))); 409 __attribute((aligned(sizeof(uint64_t))));
|
| H A D | kern_channel_event.c | 40 char buf[CHANNEL_EVENT_TX_STATUS_LEN]__attribute((aligned(sizeof(uint64_t)))); in kern_channel_event_transmit_status()
|
| H A D | channel_var.h | 677 __attribute((aligned(sizeof (uint64_t)))); \ 690 __attribute((aligned(sizeof (uint64_t)))); \
|
| /xnu-8019.80.24/bsd/skywalk/packet/ |
| H A D | os_packet_private.h | 134 } __attribute((aligned(16))); 208 } __attribute((aligned(sizeof(uint64_t)))); 226 } __attribute((aligned(16))); 262 } __attribute((packed)); 406 } __attribute((aligned(sizeof(uint64_t)))); 438 } __attribute((aligned(sizeof(uint64_t)))); 565 } __attribute((aligned(sizeof(uint64_t)))); 603 } __attribute((aligned(sizeof(uint64_t)))); 682 } __attribute((aligned(sizeof(uint64_t))));
|
| H A D | packet_var.h | 63 } __attribute((packed)); 81 } __attribute((packed)); 209 } __attribute((aligned(sizeof(uint64_t)))); 445 } __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vm.h | 123 …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 D | proc_internal.h | 674 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */ 682 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */ 692 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */ 694 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */ 703 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */ 707 user_addr_t p_ru __attribute((aligned(8))); /* Exit information. XXX */
|
| H A D | termios.h | 293 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor_algorithms.c | 49 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)));
|
| /xnu-8019.80.24/tests/ |
| H A D | net_tuntests.c | 318 struct sadb_msg msg __attribute((aligned(sizeof(uint64_t)))); in create_sa() 319 struct sadb_key key __attribute((aligned(sizeof(uint64_t)))); in create_sa() 320 struct sadb_sa sa __attribute((aligned(sizeof(uint64_t)))); in create_sa() 321 struct sadb_x_sa2 sa2 __attribute((aligned(sizeof(uint64_t)))); in create_sa() 322 struct sadb_x_ipsecif ipsecif __attribute((aligned(sizeof(uint64_t)))); in create_sa() 324 struct sadb_address addr __attribute((aligned(sizeof(uint64_t)))); in create_sa() 325 struct sockaddr_in saddr __attribute((aligned(sizeof(uint64_t)))); in create_sa() 328 struct sadb_address addr __attribute((aligned(sizeof(uint64_t)))); in create_sa() 329 struct sockaddr_in saddr __attribute((aligned(sizeof(uint64_t)))); in create_sa()
|
| H A D | avx.c | 53 #define VEC256ALIGN __attribute ((aligned(32))) 79 #define VEC512ALIGN __attribute ((aligned(64)))
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | socd_client.h | 109 } __attribute ((packed)) socd_client_trace_entry_t;
|
| /xnu-8019.80.24/bsd/skywalk/namespace/ |
| H A D | netns.h | 68 __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | fpu.c | 98 x86_ext_thread_state_t initial_fp_state __attribute((aligned(64))); 99 x86_ext_thread_state_t default_avx512_state __attribute((aligned(64))); 100 x86_ext_thread_state_t default_avx_state __attribute((aligned(64))); 101 x86_ext_thread_state_t default_fx_state __attribute((aligned(64))); 528 fpu_allzeroes(uint64_t * __attribute((aligned(8)))ptr, uint32_t size) in fpu_allzeroes()
|
| H A D | pmap.h | 584 lck_rw_t pmap_rwl __attribute((aligned(64))); 585 pmap_paddr_t pm_cr3 __attribute((aligned(64))); /* Kernel+user shared PML4 physical*/
|
| H A D | cpu_data.h | 228 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.h | 201 } __fsw_slladdr __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | host_info.h | 292 uint64_t ps_runq_count_sum __attribute((aligned(8)));
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 339 user_addr_t addr __attribute((aligned(8))); /* file server address */ 343 user_addr_t fh __attribute((aligned(8))); /* File handle to be mounted */ 355 user_addr_t hostname __attribute((aligned(8))); /* server's name */ 441 …user_addr_t name __attribute((aligned(8))); /* Client addr for connection based socket…
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 228 } nexus_mdata_t __attribute((aligned(8))); typedef
|