Searched refs:L1_SIZE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c332 cpu_ttb = gTopOfKernel + L1_SIZE;
333 bzero((void*)phys_to_virt(cpu_ttb), L1_SIZE);
336 identityCachePA = cpu_ttb + L1_SIZE; /* After the first initial TTB. */
398 first_avail += 6144 * L1_SIZE; /* temporary..... */
400 first_avail += 1 * L1_SIZE; /* temporary..... */
H A Dpmap.h195 #define L1_SIZE 0x4000 /* 16kb: covers 2048*2 1MB sections */ macro
H A Dpmap.c1482 if ((tte_offset_begin + L1_SIZE) < addr_to_tte(pmap->pm_l1_virt, virt))

Completed in 34 milliseconds