| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_private.h | 223 u_int64_t tcpi_cell_rxpackets __attribute((aligned(8)));/* packets received over cellular */ 224 u_int64_t tcpi_cell_rxbytes __attribute((aligned(8)));/* bytes received over cellular */ 225 …u_int64_t tcpi_cell_txpackets __attribute((aligned(8)));/* packets transmitted over cellular… 226 u_int64_t tcpi_cell_txbytes __attribute((aligned(8)));/* bytes transmitted over cellular */ 227 u_int64_t tcpi_wifi_rxpackets __attribute((aligned(8)));/* packets received over Wi-Fi */ 228 u_int64_t tcpi_wifi_rxbytes __attribute((aligned(8)));/* bytes received over Wi-Fi */ 229 u_int64_t tcpi_wifi_txpackets __attribute((aligned(8)));/* packets transmitted over Wi-Fi */ 230 u_int64_t tcpi_wifi_txbytes __attribute((aligned(8)));/* bytes transmitted over Wi-Fi */ 231 u_int64_t tcpi_wired_rxpackets __attribute((aligned(8)));/* packets received over Wired */ 232 u_int64_t tcpi_wired_rxbytes __attribute((aligned(8)));/* bytes received over Wired */ [all …]
|
| /xnu-8796.141.3/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-8796.141.3/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-8796.141.3/bsd/skywalk/channel/ |
| H A D | os_channel_private.h | 396 __attribute((aligned(sizeof(uint64_t)))); 399 __attribute((aligned(sizeof(uint64_t)))); 401 __attribute((aligned(sizeof(uint64_t)))); 403 __attribute((aligned(sizeof(uint64_t)))); 409 __attribute((aligned(sizeof(uint64_t)))); 412 __attribute((aligned(sizeof(uint64_t)))); 414 __attribute((aligned(sizeof(uint64_t))));
|
| H A D | kern_channel_event.c | 41 __attribute((aligned(sizeof(uint64_t)))); in kern_channel_event_transmit_status_notify()
|
| H A D | channel_var.h | 677 __attribute((aligned(sizeof (uint64_t)))); \ 690 __attribute((aligned(sizeof (uint64_t)))); \
|
| /xnu-8796.141.3/bsd/skywalk/packet/ |
| H A D | os_packet_private.h | 134 } __attribute((aligned(16))); 208 } __attribute((aligned(sizeof(uint64_t)))); 226 } __attribute((aligned(16))); 271 } __attribute((packed)); 429 } __attribute((aligned(sizeof(uint64_t)))); 461 } __attribute((aligned(sizeof(uint64_t)))); 588 } __attribute((aligned(sizeof(uint64_t)))); 630 } __attribute((aligned(sizeof(uint64_t)))); 724 } __attribute((aligned(sizeof(uint64_t))));
|
| H A D | packet_var.h | 60 } __attribute((packed)); 78 } __attribute((packed)); 249 } __attribute((aligned(sizeof(uint64_t)))); 501 } __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8796.141.3/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 | 682 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */ 690 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */ 700 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */ 702 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */ 711 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */ 715 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-8796.141.3/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-8796.141.3/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-8796.141.3/osfmk/kern/ |
| H A D | socd_client.h | 141 } __attribute ((packed)) socd_client_trace_entry_t;
|
| /xnu-8796.141.3/bsd/nfs/ |
| H A D | nfs.h | 340 user_addr_t addr __attribute((aligned(8))); /* file server address */ 344 user_addr_t fh __attribute((aligned(8))); /* File handle to be mounted */ 356 user_addr_t hostname __attribute((aligned(8))); /* server's name */ 442 …user_addr_t name __attribute((aligned(8))); /* Client addr for connection based socket…
|
| /xnu-8796.141.3/bsd/skywalk/namespace/ |
| H A D | netns.h | 68 __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8796.141.3/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))); 529 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 | 202 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));
|
| /xnu-8796.141.3/osfmk/mach/ |
| H A D | host_info.h | 292 uint64_t ps_runq_count_sum __attribute((aligned(8)));
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.h | 232 } __fsw_slladdr __attribute((aligned(sizeof(uint64_t))));
|
| /xnu-8796.141.3/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 232 } nexus_mdata_t __attribute((aligned(8))); typedef
|