Searched refs:uw (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/arm64/include/asm/ |
D | processor.h | 120 } 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/ |
D | fpsimd.c | 224 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 227 fpsimd_load_state(¤t->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(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread() 902 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread() 980 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu() 1036 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
|
D | ptrace.c | 642 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 …]
|
D | process.c | 260 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()
|
D | sys_compat.c | 93 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
D | signal32.c | 153 ¤t->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
|
D | signal.c | 184 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context()
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-mmio.h | 78 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 87 .uaccess_write = uw, \
|
D | vgic-mmio-v3.c | 453 #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/ |
D | fpsimd.c | 31 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | uaccess_64.h | 145 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
/Linux-v4.19/arch/arm64/kvm/hyp/ |
D | switch.c | 357 struct thread_struct, uw.fpsimd_state); in __hyp_switch_fpsimd()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pm.c | 1226 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()
|