Home
last modified time | relevance | path

Searched refs:uw (Results 1 – 10 of 10) sorted by relevance

/arch/arm64/include/asm/
Dprocessor.h140 } uw; member
160 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
161 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
162 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
163 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
165 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
166 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
174 __tls = &(t)->thread.uw.tp2_value; \
176 __tls = &(t)->thread.uw.tp_value; \
180 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
/arch/arm64/kernel/
Dfpsimd.c277 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
280 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
439 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
463 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
561 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1001 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1020 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1021 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1098 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1171 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
Dsys_compat.c92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
Dptrace.c637 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
671 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
678 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
706 unsigned long *tls = &target->thread.uw.tp_value; in tls_get()
719 unsigned long tls = target->thread.uw.tp_value; in tls_set()
725 target->thread.uw.tp_value = tls; in tls_set()
853 &target->thread.uw.fpsimd_state.fpsr, in sve_get()
952 &target->thread.uw.fpsimd_state.fpsr, in sve_set()
1368 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1404 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
[all …]
Dprocess.c301 current->thread.uw.tp_value = 0; in tls_thread_flush()
400 p->thread.uw.tp_value = tls; in copy_thread_tls()
435 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
Dsignal32.c97 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
Dsignal.c174 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
/arch/arm64/kvm/
Dfpsimd.c32 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
/arch/sparc/include/asm/
Duaccess_64.h144 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
/arch/arm64/kvm/hyp/
Dswitch.c386 struct thread_struct, uw.fpsimd_state); in __hyp_handle_fpsimd()