Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h120 } uw; member
135 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
136 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
137 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
138 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
140 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
141 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
149 __tls = &(t)->thread.uw.tp2_value; \
151 __tls = &(t)->thread.uw.tp_value; \
155 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c224 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
227 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
373 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
399 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
495 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
885 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
901 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
902 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
980 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1036 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
Dptrace.c642 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
673 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
680 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
705 unsigned long *tls = &target->thread.uw.tp_value; in tls_get()
718 unsigned long tls = target->thread.uw.tp_value; in tls_set()
724 target->thread.uw.tp_value = tls; in tls_set()
852 &target->thread.uw.fpsimd_state.fpsr, in sve_get()
951 &target->thread.uw.fpsimd_state.fpsr, in sve_set()
1179 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1212 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
[all …]
Dprocess.c260 current->thread.uw.tp_value = 0; in tls_thread_flush()
354 p->thread.uw.tp_value = childregs->regs[3]; in copy_thread()
382 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
Dsys_compat.c93 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
Dsignal32.c153 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
Dsignal.c184 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-mmio.h78 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
87 .uaccess_write = uw, \
Dvgic-mmio-v3.c453 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument
469 .uaccess_write = uw, \
/Linux-v4.19/arch/arm64/kvm/
Dfpsimd.c31 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
/Linux-v4.19/arch/sparc/include/asm/
Duaccess_64.h145 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
/Linux-v4.19/arch/arm64/kvm/hyp/
Dswitch.c357 struct thread_struct, uw.fpsimd_state); in __hyp_switch_fpsimd()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c1226 unsigned uw; in amdgpu_hwmon_show_power_avg() local
1245 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_show_power_avg()
1247 return snprintf(buf, PAGE_SIZE, "%u\n", uw); in amdgpu_hwmon_show_power_avg()