Searched refs:uptw_ttb (Results 1 – 7 of 7) sorted by relevance
92 unsigned int uptw_ttb; member
176 thread->machine.uptw_ttb = ((unsigned int) new_pmap->ttep) | TTBR_SETUP; in machine_thread_create()
143 DECLARE("ACT_UPTW_TTB", offsetof(struct thread, machine.uptw_ttb)); in main()
1245 …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()
443 thread->machine.uptw_ttb = ttbr0_val; in arm_init()
620 thread->machine.uptw_ttb = ttbr0_val; in arm_vm_init()
4502 thread->machine.uptw_ttb = ((unsigned int) pmap->ttep) | TTBR_SETUP;