Home
last modified time | relevance | path

Searched refs:uw (Results 1 – 12 of 12) sorted by relevance

/arch/arm64/include/asm/
A Dprocessor.h163 } uw; member
265 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
266 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
267 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
268 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
269 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
272 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
273 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
281 __tls = &(t)->thread.uw.tp2_value; \
283 __tls = &(t)->thread.uw.tp_value; \
[all …]
A Dkvm_nested.h318 bool uw; member
/arch/arm64/kernel/
A Dfpsimd.c412 write_sysreg_s(current->thread.uw.fpmr, SYS_FPMR); in task_fpsimd_load()
417 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
712 task->thread.uw.fpsimd_state.fpsr = 0x0800009f; in task_smstop_sm()
714 task->thread.uw.fpmr = 0; in task_smstop_sm()
1558 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1612 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1613 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1637 current->thread.uw.fpmr = 0; in fpsimd_flush_thread()
1670 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1676 last->fpmr = &current->thread.uw.fpmr; in fpsimd_bind_task_to_cpu()
[all …]
A Dptrace.c599 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
631 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
638 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
686 tls[0] = target->thread.uw.tp_value; in tls_set()
694 target->thread.uw.tp_value = tls[0]; in tls_set()
723 fpmr = target->thread.uw.fpmr; in fpmr_set()
729 target->thread.uw.fpmr = fpmr; in fpmr_set()
1008 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1875 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1902 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
[all …]
A Dsys_compat.c91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
A Dprocess.c258 current->thread.uw.tp_value = 0; in tls_thread_flush()
484 p->thread.uw.tp_value = tls; in copy_thread()
532 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
A Dsignal32.c95 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
180 current->thread.uw.fpsimd_state = fpsimd; in compat_restore_vfp_context()
A Dsignal.c253 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
312 __put_user_error(current->thread.uw.fpmr, &ctx->fpmr, err); in preserve_fpmr_context()
327 current->thread.uw.fpmr = fpmr; in restore_fpmr_context()
/arch/arm64/kvm/
A Dat.c838 wr->ur = wr->uw = false; in compute_s1_direct_permissions()
849 wr->pw = wr->uw = false; in compute_s1_direct_permissions()
857 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions()
895 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions()
898 wr->pw = wr->uw = false; in compute_s1_hierarchical_permissions()
928 (wr)->uw = (w); \
1036 if (wr->px && wr->uw) { in compute_s1_indirect_permissions()
1096 wr->uw &= uov_perms & POE_W; in compute_s1_overlay_permissions()
1123 wr->ux &= !(wr->uwxn && wr->uw); in compute_s1_permissions()
1176 perm_fail = !wr.uw; in handle_at_slow()
[all …]
/arch/sparc/include/asm/
A Duaccess_64.h155 case 4: __get_kernel_asm(__gu_val, uw, addr, __gu_ret); break; \
193 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
/arch/arm64/kvm/vgic/
A Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
76 .uaccess_write = uw, \
A Dvgic-mmio-v3.c599 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument
615 .uaccess_write = uw, \

Completed in 34 milliseconds