Searched refs:kptw_ttb (Results 1 – 6 of 6) sorted by relevance
1234 if (ttbr0 != thread->machine.kptw_ttb) { in arm_user_protect_begin()1235 __builtin_arm_mcr(15, 0, thread->machine.kptw_ttb, 2, 0, 0); // Set TTBR0 in arm_user_protect_begin()1245 …if ((ttbr0 != thread->machine.kptw_ttb) && (thread->machine.uptw_ttb != thread->machine.kptw_ttb))… in arm_user_protect_end()
93 unsigned int kptw_ttb; member
174 thread->machine.kptw_ttb = ((unsigned int) kernel_pmap->ttep) | TTBR_SETUP; in machine_thread_create()
144 DECLARE("ACT_KPTW_TTB", offsetof(struct thread, machine.kptw_ttb)); in main()
444 thread->machine.kptw_ttb = ttbr1_val; in arm_init()
621 thread->machine.kptw_ttb = ttbr1_val; in arm_vm_init()