Searched defs:user_mode_ctx (Results 1 – 1 of 1) sorted by relevance
34 struct user_mode_ctx { struct35 struct vm_info vm_info;36 struct vm_paged_region_head *regions;37 struct pgt_cache pgt_cache;39 struct thread_user_vfp_state vfp;42 struct thread_pauth_keys keys;44 struct ts_ctx *ts_ctx;45 uaddr_t entry_func;46 uaddr_t load_addr;47 uaddr_t dump_entry_func;[all …]