Searched refs:uw (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | processor.h | 137 } uw; member 155 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 156 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 157 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 158 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 160 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 161 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 169 __tls = &(t)->thread.uw.tp2_value; \ 171 __tls = &(t)->thread.uw.tp_value; \ 175 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | fpsimd.c | 276 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 279 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 437 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 461 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 559 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad() 999 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch() 1018 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread() 1019 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread() 1095 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu() 1156 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
|
| D | ptrace.c | 630 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 661 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 668 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 693 unsigned long *tls = &target->thread.uw.tp_value; in tls_get() 706 unsigned long tls = target->thread.uw.tp_value; in tls_set() 712 target->thread.uw.tp_value = tls; in tls_set() 840 &target->thread.uw.fpsimd_state.fpsr, in sve_get() 939 &target->thread.uw.fpsimd_state.fpsr, in sve_set() 1351 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get() 1384 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set() [all …]
|
| D | process.c | 302 current->thread.uw.tp_value = 0; in tls_thread_flush() 401 p->thread.uw.tp_value = childregs->regs[3]; in copy_thread() 436 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
| D | sys_compat.c | 81 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
| D | signal32.c | 97 ¤t->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
|
| D | signal.c | 173 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context()
|
| /Linux-v5.4/virt/kvm/arm/vgic/ |
| D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 76 .uaccess_write = uw, \
|
| D | vgic-mmio-v3.c | 448 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 464 .uaccess_write = uw, \
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | fpsimd.c | 32 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | uaccess_64.h | 144 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
| /Linux-v5.4/arch/arm64/kvm/hyp/ |
| D | switch.c | 358 struct thread_struct, uw.fpsimd_state); in __hyp_handle_fpsimd()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pm.c | 1979 unsigned uw; in amdgpu_hwmon_show_power_avg() local 1993 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_show_power_avg() 1995 return snprintf(buf, PAGE_SIZE, "%u\n", uw); in amdgpu_hwmon_show_power_avg()
|