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

1234

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_statistics.h159 } __attribute__((aligned(8)));
189 } __attribute__((aligned(8)));
H A Dhost_info.h258 uint64_t ps_runq_count_sum __attribute((aligned(8)));
/darwin-on-arm/xnu/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)));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODeviceTreeSupport.h103 } __attribute__((aligned(2), packed));
/darwin-on-arm/xnu/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)));
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h557 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */
565 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */
575 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */
577 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */
586 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */
590 user_addr_t p_ru __attribute((aligned(8))); /* Exit information. XXX */
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 Ddecmpfs.h86 uint64_t uncompressed_size __attribute__((aligned(8)));
H A Dmcache.h188 } __attribute__((aligned(CPU_CACHE_SIZE), packed)) mcache_cpu_t;
245 * Per-CPU layer, aligned at cache line boundary
H A Dtermios.h295 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
/darwin-on-arm/xnu/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)));
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c154 u_int8_t iv[AES_BLOCKLEN] __attribute__((aligned(4))), *dptr;
155 u_int8_t sbuf[MAX_SBUF_LEN] __attribute__((aligned(4))), *sp, *sp_unaligned;
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).
335 u_int8_t sbuf[MAX_SBUF_LEN] __attribute__((aligned(4))), *sp, *sp_unaligned;
336 u_int8_t ivp_aligned_buf[AES_BLOCKLEN] __attribute__((aligned(4)));
438 // try to make mbuf data aligned
456 // check input pointer alignment and use a separate aligned buffer (if sp is not aligned on 4-byte boundary).
464 // 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 */
/darwin-on-arm/xnu/bsd/net/
H A Dpfkeyv2.h277 * This structure is aligned 8 bytes.
280 u_int16_t sadb_x_ipsecrequest_len; /* structure length aligned to 8 bytes.
292 * Each of length of the sockaddr structure are not aligned to 64bits,
293 * but sum of x_request and addresses is aligned to 64bits.
304 } __attribute__ ((aligned(8)));
319 } __attribute__ ((aligned(8)));
H A Dbpf.h121 user64_addr_t bf_insns __attribute__((aligned(8)));
H A Dif_var.h383 u_int64_t cur_seq __attribute((aligned(8))); /* current sequence for marking a packet */
388 u_int32_t flags __attribute__((aligned(4))); /* flags */
536 struct if_data_internal if_data __attribute__((aligned(8)));
624 struct if_traffic_class if_tc __attribute__((aligned(8)));
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c113 int aligned; member in struct:_state
129 int aligned; member in struct:__anon1357
180 if (ts->aligned) {
470 if (ts->aligned) {
619 ts->aligned = ts->need_buf2 = 0;
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit.h177 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
/darwin-on-arm/xnu/bsd/netat/
H A Dsysglue.h71 user_addr_t ic_dp __attribute__((aligned(8)));
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_page.h270 char pad __attribute__ ((aligned (64)));
271 lck_mtx_t vm_page_queue_lock2 __attribute__ ((aligned (64)));
272 lck_mtx_t vm_page_queue_free_lock2 __attribute__ ((aligned (64)));
273 char pad2 __attribute__ ((aligned (64)));
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2835.c66 struct fb_info __attribute__((aligned(16))) gFBInfo;
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c128 /* Cache-aligned barriers: */
129 static volatile long mp_rv_entry __attribute__((aligned(64)));
130 static volatile long mp_rv_exit __attribute__((aligned(64)));
131 static volatile long mp_rv_complete __attribute__((aligned(64)));
164 char mp_slave_stack[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); // Temp stack for slave init
253 static processor_start_info_t start_info __attribute__((aligned(64)));
258 static volatile long tsc_entry_barrier __attribute__((aligned(64)));
259 static volatile long tsc_exit_barrier __attribute__((aligned(64)));
260 static volatile uint64_t tsc_target __attribute__((aligned(64)));

Completed in 120 milliseconds

1234