Searched refs:aligned (Results 26 - 50 of 87) sorted by relevance

1234

/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h24 The resulting struct can be used to create arrays that are aligned by
29 } __attribute__((aligned(_alignment_)))
H A Dcchmac.h19 } __attribute__((aligned(8)));
/xnu-2422.115.4/bsd/netinet6/
H A Din6_cksum.c139 * Compute IPv6 pseudo-header checksum; assumes 16-bit aligned pointers.
196 unsigned char buf[sizeof (*ip6)] __attribute__((aligned(8)));
214 * aligned, copy it to a local buffer. Note here that we
H A Desp_rijndael.c154 u_int8_t iv[AES_BLOCKLEN] __attribute__((aligned(4))), *dptr;
155 u_int8_t sbuf[AES_BLOCKLEN] __attribute__((aligned(4))), *sp, *sp_unaligned, *sp_aligned = NULL;
257 // try to make mbuf data aligned
275 // check input pointer alignment and use a separate aligned buffer (if sp is unaligned on 4-byte boundary).
349 u_int8_t sbuf[AES_BLOCKLEN] __attribute__((aligned(4))), *sp, *sp_unaligned, *sp_aligned = NULL;
350 u_int8_t ivp_aligned_buf[AES_BLOCKLEN] __attribute__((aligned(4)));
452 // try to make mbuf data aligned
470 // check input pointer alignment and use a separate aligned buffer (if sp is not aligned on 4-byte boundary).
486 // check ivp pointer alignment and use a separate aligned buffe
[all...]
H A Dah_core.c303 u_int8_t buf[32] __attribute__((aligned(4)));
372 u_char digest[16] __attribute__((aligned(4)));
423 u_int8_t buf[32] __attribute__((aligned(4)));
494 u_char digest[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */
546 u_char tk[16] __attribute__((aligned(4)));
612 u_char digest[16] __attribute__((aligned(4)));
672 u_char tk[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */
739 u_char digest[SHA1_RESULTLEN] __attribute__((aligned(4))); /* SHA-1 generates 160 bits */
812 u_char tk[SHA256_DIGEST_LENGTH] __attribute__((aligned(4)));
882 u_char digest[SHA256_DIGEST_LENGTH] __attribute__((aligned(
[all...]
H A Dip6_fw.h191 __uint64_t context __attribute__((aligned(8))); /* Context that is usable by user processes to */
/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h103 } __attribute__((aligned(2), packed));
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.h534 __uint64_t context __attribute__((aligned(8))); /* Context that is usable by user processes to */
549 u_int64_t pcnt __attribute__((aligned(8))); /* Packet counter */
550 u_int64_t bcnt __attribute__((aligned(8))); /* Byte counter */
H A Digmp_var.h115 } __attribute__((aligned(8)));
/xnu-2422.115.4/bsd/net/
H A Dif.h128 user64_addr_t ifcru_buffer __attribute__((aligned(8)));
541 user64_addr_t ifmu_ulist __attribute__((aligned(8)));
629 user64_addr_t ifcu_req __attribute__((aligned(8)));
744 void *ifqr_buf __attribute__((aligned(8)));
745 int ifqr_len __attribute__((aligned(8)));
H A Dpfkeyv2.h300 * This structure is aligned 8 bytes.
303 u_int16_t sadb_x_ipsecrequest_len; /* structure length aligned to 8 bytes.
315 * Each of length of the sockaddr structure are not aligned to 64bits,
316 * but sum of x_request and addresses is aligned to 64bits.
327 } __attribute__ ((aligned(8)));
342 } __attribute__ ((aligned(8)));
H A Dif_var.h398 u_int64_t cur_seq __attribute((aligned(8))); /* current sequence for marking a packet */
403 u_int32_t flags __attribute__((aligned(4))); /* flags */
563 struct if_data_internal if_data __attribute__((aligned(8)));
659 struct if_traffic_class if_tc __attribute__((aligned(8)));
/xnu-2422.115.4/osfmk/mach/machine/
H A Dsdt.h50 uintptr_t __dtrace_args[ARG1_EXTENT] __attribute__ ((aligned (16))); \
56 uintptr_t __dtrace_args[ARGS2_EXTENT] __attribute__ ((aligned (16))); \
63 uintptr_t __dtrace_args[ARGS3_EXTENT] __attribute__ ((aligned (16))); \
71 uintptr_t __dtrace_args[ARGS4_EXTENT] __attribute__ ((aligned (16))); \
80 uintptr_t __dtrace_args[ARGS5_EXTENT] __attribute__ ((aligned (16))); \
90 uintptr_t __dtrace_args[ARGS6_EXTENT] __attribute__ ((aligned (16))); \
101 uintptr_t __dtrace_args[ARGS7_EXTENT] __attribute__ ((aligned (16))); \
113 uintptr_t __dtrace_args[ARGS8_EXTENT] __attribute__ ((aligned (16))); \
126 uintptr_t __dtrace_args[ARGS9_EXTENT] __attribute__ ((aligned (16))); \
140 uintptr_t __dtrace_args[ARGS10_EXTENT] __attribute__ ((aligned (1
[all...]
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.h535 volatile uint32_t flags __attribute__((aligned(4)));
536 volatile pmc_state_t state __attribute__((aligned(4)));
537 volatile uint32_t active_last_context_in __attribute__((aligned(4)));
/xnu-2422.115.4/osfmk/mach/
H A Dvm_statistics.h165 } __attribute__((aligned(8)));
195 } __attribute__((aligned(8)));
H A Dhost_info.h270 uint64_t ps_runq_count_sum __attribute((aligned(8)));
/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h135 pending_io_t mnt_pending_write_size __attribute__((aligned(sizeof(pending_io_t)))); /* byte count of pending writes */
136 pending_io_t mnt_pending_read_size __attribute__((aligned(sizeof(pending_io_t)))); /* byte count of pending reads */
H A Dresource.h273 volatile uint64_t ri_bytesread __attribute__((aligned(8)));
274 volatile uint64_t ri_byteswritten __attribute__((aligned(8)));
H A Dsocket.h937 user64_addr_t sar_aidp __attribute__((aligned(8)));
960 user64_addr_t scr_cidp __attribute__((aligned(8)));
1001 user64_addr_t scir_src __attribute__((aligned(8)));
1003 user64_addr_t scir_dst __attribute__((aligned(8)));
1006 user64_addr_t scir_aux_data __attribute__((aligned(8)));
H A Ddecmpfs.h86 uint64_t uncompressed_size __attribute__((aligned(8)));
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c113 int aligned; member in struct:_state
129 int aligned; member in struct:__anon1209
180 if (ts->aligned) {
470 if (ts->aligned) {
619 ts->aligned = ts->need_buf2 = 0;
/xnu-2422.115.4/bsd/bsm/
H A Daudit.h177 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h280 char pad __attribute__ ((aligned (64)));
281 lck_mtx_t vm_page_queue_lock2 __attribute__ ((aligned (64)));
282 lck_mtx_t vm_page_queue_free_lock2 __attribute__ ((aligned (64)));
283 char pad2 __attribute__ ((aligned (64)));
/xnu-2422.115.4/osfmk/i386/
H A Dmp.c135 /* Cache-aligned barriers: */
136 static volatile long mp_rv_entry __attribute__((aligned(64)));
137 static volatile long mp_rv_exit __attribute__((aligned(64)));
138 static volatile long mp_rv_complete __attribute__((aligned(64)));
174 char mp_slave_stack[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); // Temp stack for slave init
263 static processor_start_info_t start_info __attribute__((aligned(64)));
268 static volatile long tsc_entry_barrier __attribute__((aligned(64)));
269 static volatile long tsc_exit_barrier __attribute__((aligned(64)));
270 static volatile uint64_t tsc_target __attribute__((aligned(64)));
H A Dcpu_data.h145 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));

Completed in 141 milliseconds

1234