Searched refs:uw (Results 1 – 14 of 14) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | processor.h | 151 } uw; member 220 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 221 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 222 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 223 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 225 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 226 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 234 __tls = &(t)->thread.uw.tp2_value; \ 236 __tls = &(t)->thread.uw.tp_value; \ 240 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
|
/linux/arch/arm64/kernel/ |
A D | fpsimd.c | 338 ¤t->thread.uw.fpsimd_state.fpsr, true); in task_fpsimd_load() 340 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 505 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 529 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 621 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad() 1082 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch() 1134 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread() 1135 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread() 1183 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu() 1256 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
|
A D | ptrace.c | 604 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 636 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 643 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 673 return membuf_store(&to, target->thread.uw.tp_value); in tls_get() 681 unsigned long tls = target->thread.uw.tp_value; in tls_set() 687 target->thread.uw.tp_value = tls; in tls_set() 885 &target->thread.uw.fpsimd_state.fpsr, in sve_set() 1350 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get() 1377 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set() 1409 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set() [all …]
|
A D | process.c | 254 current->thread.uw.tp_value = 0; in tls_thread_flush() 358 p->thread.uw.tp_value = tls; in copy_thread() 396 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
A D | sys_compat.c | 92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
A D | signal32.c | 95 ¤t->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
|
A D | signal.c | 174 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context()
|
/linux/arch/arm64/kvm/vgic/ |
A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 76 .uaccess_write = uw, \
|
A D | vgic-mmio-v3.c | 535 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 551 .uaccess_write = uw, \
|
/linux/arch/arm64/kvm/ |
A D | fpsimd.c | 32 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
/linux/arch/sparc/include/asm/ |
A D | uaccess_64.h | 143 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
A D | switch.h | 151 uw.fpsimd_state); in __hyp_sve_save_host()
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_pm.c | 2876 unsigned uw; in amdgpu_hwmon_show_power_avg() local 2900 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_show_power_avg() 2902 return sysfs_emit(buf, "%u\n", uw); in amdgpu_hwmon_show_power_avg()
|
/linux/Documentation/filesystems/ |
A D | proc.rst | 555 uw userfaultfd wr-protect tracking
|
Completed in 38 milliseconds