Searched refs:uw (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/arch/arm64/include/asm/ |
D | processor.h | 153 } uw; member 243 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 244 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 245 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 246 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 248 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 249 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 257 __tls = &(t)->thread.uw.tp2_value; \ 259 __tls = &(t)->thread.uw.tp_value; \ 263 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
|
/linux-5.19.10/arch/arm64/kvm/ |
D | fpsimd.c | 25 fpsimd = &p->thread.uw.fpsimd_state; in kvm_vcpu_unshare_task_fp() 43 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
/linux-5.19.10/arch/arm64/kernel/ |
D | fpsimd.c | 409 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 412 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 636 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 660 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 793 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad() 1521 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch() 1576 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread() 1577 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread() 1642 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu() 1733 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
|
D | ptrace.c | 603 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 635 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 642 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 672 return membuf_store(&to, target->thread.uw.tp_value); in tls_get() 680 unsigned long tls = target->thread.uw.tp_value; in tls_set() 686 target->thread.uw.tp_value = tls; in tls_set() 811 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common() 954 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common() 1623 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get() 1650 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set() [all …]
|
D | process.c | 256 current->thread.uw.tp_value = 0; in tls_thread_flush() 390 p->thread.uw.tp_value = tls; in copy_thread() 432 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
D | signal.c | 174 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context() 932 memset(¤t->thread.uw.fpsimd_state, 0, in setup_return() 933 sizeof(current->thread.uw.fpsimd_state)); in setup_return()
|
D | signal32.c | 95 ¤t->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | uaccess_64.h | 153 case 4: __get_kernel_asm(__gu_val, uw, addr, __gu_ret); break; \ 191 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
/linux-5.19.10/arch/arm64/kvm/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 | 593 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 609 .uaccess_write = uw, \
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 2785 unsigned uw; in amdgpu_hwmon_show_power_avg() local 2809 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_show_power_avg() 2811 return sysfs_emit(buf, "%u\n", uw); in amdgpu_hwmon_show_power_avg()
|
/linux-5.19.10/Documentation/filesystems/ |
D | proc.rst | 557 uw userfaultfd wr-protect tracking
|