Searched refs:cpu_ttb (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c59 * cpu_ttb contains the current TTB (translation-table
62 uint32_t cpu_ttb; variable
332 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. */
356 l2_cache_to_range(identityCachePA, identityBaseVA, phys_to_virt(cpu_ttb),
359 l2_cache_to_range(managedCachePA, managedBaseVA, phys_to_virt(cpu_ttb),
381 vectp = (uint32_t *) addr_to_tte(phys_to_virt(cpu_ttb), VECTORS_BASE);
408 set_mmu_ttb(cpu_ttb);
409 set_mmu_ttb_alt(cpu_ttb);
[all...]
/darwin-on-arm/xnu/osfmk/arm64/
H A Darm64_vm_init.c48 * cpu_ttb contains the current TTB (translation-table
51 uint64_t cpu_ttb; variable

Completed in 21 milliseconds