Searched refs:aligned (Results 51 - 75 of 82) sorted by relevance

1234

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_data.h169 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));
H A Dpal_routines.c67 static pml4_entry_t IDPML4[PTE_PER_PAGE] __attribute__ ((aligned (4096)));
H A Dfpu.c99 struct x86_avx_thread_state initial_fp_state __attribute((aligned(64)));
185 /* XSAVE requires a 64 byte aligned store */
H A Dmp_desc.c154 __attribute__ ((aligned(PAGE_SIZE))) = {
643 /* Require that the top of the sysenter stack is 16-byte aligned */
645 panic("cpu_desc_init64() sysenter stack not 16-byte aligned");
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c264 u_int8_t *aligned = buffer + sizeof(*hdr);
265 aligned = (u_int8_t*)P2ROUNDUP(aligned, alignment);
267 hdr = (struct align_header*)(void *)(aligned - sizeof(*hdr));
268 hdr->offset = aligned - buffer;
271 return aligned;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h220 } __attribute__((aligned(8)));
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_input.c200 /* Expect 32-bit aligned data pointer on strict-align platforms */
283 u_char sum0[AH_MAXSUMSIZE] __attribute__((aligned(4)));
284 u_char sum[AH_MAXSUMSIZE] __attribute__((aligned(4)));
532 * Expect 32-bit aligned data pointer on strict-align
757 /* Expect 32-bit data aligned pointer on strict-align platforms */
834 u_char sum0[AH_MAXSUMSIZE] __attribute__((aligned(4)));
835 u_char sum[AH_MAXSUMSIZE] __attribute__((aligned(4)));
H A Desp_core.c545 u_int8_t iv[MAXIVLEN] __attribute__((aligned(4))), *ivp;
692 // try to make mbuf data aligned
705 // check input pointer alignment and use a separate aligned buffer (if sp is unaligned on 4-byte boundary).
772 u_int8_t iv[MAXIVLEN] __attribute__((aligned(4))), *ivp;
925 // try to make mbuf data aligned
944 // check input pointer alignment and use a separate aligned buffer (if sp is not aligned on 4-byte boundary).
1003 u_char sumbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
H A Desp_output.c729 u_char authbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
H A Dipsec.c2867 static char buf[256] __attribute__((aligned(4)));
2897 static char buf[256] __attribute__((aligned(4)));
2922 static char buf[256] __attribute__((aligned(4)));
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h270 user_addr_t addr __attribute((aligned(8))); /* file server address */
274 user_addr_t fh __attribute((aligned(8))); /* File handle to be mounted */
286 user_addr_t hostname __attribute((aligned(8))); /* server's name */
372 user_addr_t name __attribute((aligned(8))); /* Client addr for connection based sockets */
/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c131 volatile ledger_amount_t le_credit __attribute__((aligned(8)));
132 volatile ledger_amount_t le_debit __attribute__((aligned(8)));
139 } __attribute__((aligned(8)));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h353 __attribute__ ((aligned (16)))
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h414 } __attribute__((packed,aligned(4)));
H A Dmount.h415 user_addr_t vc_ptr __attribute((aligned(8))); /* pointer to data structure. */
H A Dsysctl.h794 user64_addr_t e_tsess __attribute((aligned(8))); /* tty session pointer */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1283 } __attribute__((aligned(2), packed)) apple_double_entry_t;
1294 } __attribute__((aligned(2), packed)) apple_double_header_t;
1298 /* Entries are aligned on 4 byte boundaries */
1305 } __attribute__((aligned(2), packed)) attr_entry_t;
1319 } __attribute__((aligned(2), packed)) attr_header_t;
1341 } __attribute__((aligned(2), packed)) rsrcfork_header_t;
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c262 void bsd_exec_setup(int) __attribute__((aligned(4096)));
H A Dkdebug.c172 } __attribute__(( aligned(CPU_CACHE_SIZE) ));
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c6963 unsigned char swap_crypt_test_page_ref[4096] __attribute__((aligned(4096)));
6964 unsigned char swap_crypt_test_page_encrypt[4096] __attribute__((aligned(4096)));
6965 unsigned char swap_crypt_test_page_decrypt[4096] __attribute__((aligned(4096)));
7941 /*assert that slide_file_info.start/end are page-aligned?*/
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c306 // make sure inp_stat is always 64bit aligned
2032 struct inp_flowhash_key fh __attribute__((aligned(8)));
H A Dtcp_subr.c301 struct tcpcb tcb __attribute__((aligned(ALIGNMENT)));
656 /* Expect 32-bit aligned IP on strict-align platforms */
663 /* Expect 32-bit aligned IP on strict-align platforms */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c231 long long alloc_ptepages_count __attribute__((aligned(8))) = 0; /* aligned for atomic access */
607 /* The anchor is required to be page aligned. Zone debugging adds
690 * must be 2M-aligned at the base, and the data section above must also be
691 * 2M-aligned. That is, there's padding below and above. This is achieved
790 * If text and data are both 2MB-aligned,
795 kprintf("Kernel text is 2MB aligned");
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp130 the data, an offset to the disk and length (block aligned 64 bit numbers), and completion callback.
2948 static uint8_t noteStore[32] __attribute__((aligned(32)));
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c571 uint32_t alloc_ptepages_count __attribute__ ((aligned(8))) = 0LL; /* aligned for atomic access */
1760 * Verify the start and end are page aligned.
3451 * Verify the pages are page aligned.
3855 * Verify the start and end are page aligned.

Completed in 164 milliseconds

1234