Searched refs:uw (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | fpsimd.c | 424 write_sysreg_s(current->thread.uw.fpmr, SYS_FPMR); in task_fpsimd_load() 429 fpsimd_load_common(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 432 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 670 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 694 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 722 __fpsimd_zero_vregs(&task->thread.uw.fpsimd_state); in task_smstop_sm() 723 task->thread.uw.fpsimd_state.fpsr = 0x0800009f; in task_smstop_sm() 725 task->thread.uw.fpmr = 0; in task_smstop_sm() 793 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_sync_to_effective_state_zeropad() 1606 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch() [all …]
|
| H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
| H A D | process.c | 260 current->thread.uw.tp_value = 0; in tls_thread_flush() 487 p->thread.uw.tp_value = tls; in copy_thread() 535 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
| H A D | signal.c | 281 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context() 340 __put_user_error(current->thread.uw.fpmr, &ctx->fpmr, err); in preserve_fpmr_context() 355 current->thread.uw.fpmr = fpmr; in restore_fpmr_context()
|
| /linux/arch/arm64/kvm/vgic/ |
| H 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, \
|
| H A D | vgic-mmio-v3.c | 607 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 623 .uaccess_write = uw, \
|