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

1234

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c268 long long alloc_ptepages_count __attribute__((aligned(8))) = 0LL; /* aligned for atomic access */
538 assert(0 == (va & PAGE_MASK)); /* expecting page aligned */
1011 * must be 2M-aligned at the base, and the data section above must also be
1012 * 2M-aligned. That is, there's padding below and above. This is achieved
1089 * If text and data are both 2MB-aligned,
1094 kprintf("Kernel text is 2MB aligned");
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c5583 * To overwrite aligned temporary virtual memory, it is
5595 * to use 'vm_trickery' to copy the aligned data. This is
5626 boolean_t aligned = TRUE; local
5676 aligned = FALSE;
6125 if (aligned) {
6154 * misaligned parts and copy aligned the rest. If they are
6155 * aligned but len is unaligned we simply need to copy
6268 * and then an aligned copy for the rest.
6277 * Do an aligned copy up to the last page and
6463 * a modified form of vm_fault_copy (which understands none-aligned
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c121 struct nfsstats __attribute__((aligned(8))) nfsstats;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1119 static volatile SInt64 gIOMDPreparationID __attribute__((aligned(8))) = (1ULL << 32);
H A DIOPMrootDomain.cpp523 IOPMDriverAssertionID issuingUniqueID __attribute__((aligned(8))); /* aligned for atomic access */
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c871 } __attribute__((aligned(CPU_CACHE_SIZE), packed)) mtypes_cpu_t;
1535 * Allocate structure for per-CPU statistics that's aligned
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2014 struct pf_flowhash_key fh __attribute__((aligned(8)));
2429 /* Make sure headers are 32-bit aligned */

Completed in 131 milliseconds

1234