Home
last modified time | relevance | path

Searched refs:uptw_ttb (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/osfmk/arm/
H A Dthread.h92 unsigned int uptw_ttb; member
H A Dpcb.c176 thread->machine.uptw_ttb = ((unsigned int) new_pmap->ttep) | TTBR_SETUP; in machine_thread_create()
H A Dgenassym.c143 DECLARE("ACT_UPTW_TTB", offsetof(struct thread, machine.uptw_ttb)); in main()
H A Dmachine_routines.c1245 …if ((ttbr0 != thread->machine.kptw_ttb) && (thread->machine.uptw_ttb != thread->machine.kptw_ttb))… in arm_user_protect_end()
1249 __builtin_arm_mcr(15, 0, thread->machine.uptw_ttb, 2, 0, 0); // Set TTBR0 in arm_user_protect_end()
H A Darm_init.c443 thread->machine.uptw_ttb = ttbr0_val; in arm_init()
H A Darm_vm_init.c620 thread->machine.uptw_ttb = ttbr0_val; in arm_vm_init()
H A Dpmap.c4502 thread->machine.uptw_ttb = ((unsigned int) pmap->ttep) | TTBR_SETUP;