Lines Matching refs:keys
254 threads[n].regs.apiakey_hi = threads[n].keys.apia_hi; in __thread_alloc_and_run()
255 threads[n].regs.apiakey_lo = threads[n].keys.apia_lo; in __thread_alloc_and_run()
947 struct thread_pauth_keys *keys __maybe_unused) in set_ctx_regs()
973 assert(keys); in set_ctx_regs()
974 regs->apiakey_hi = keys->apia_hi; in set_ctx_regs()
975 regs->apiakey_lo = keys->apia_lo; in set_ctx_regs()
990 return &utc->uctx.keys; in thread_get_pauth_keys()
994 return &spc->uctx.keys; in thread_get_pauth_keys()
1012 struct thread_pauth_keys *keys = NULL; in thread_enter_user_mode() local
1016 keys = thread_get_pauth_keys(); in thread_enter_user_mode()
1033 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, spsr, keys); in thread_enter_user_mode()