Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h163 } uw; member
270 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
271 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
272 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
273 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
274 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
275 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
277 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
278 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
286 __tls = &(t)->thread.uw.tp2_value; \
[all …]
H A Dkvm_nested.h373 bool uw; member
/linux/arch/arm64/kernel/
H 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()
670 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get()
686 tls[0] = target->thread.uw.tp_value; in tls_set()
694 target->thread.uw.tp_value = tls[0]; in tls_set()
710 return membuf_store(&to, target->thread.uw.fpmr); in fpmr_get()
723 fpmr = target->thread.uw.fpmr; in fpmr_set()
729 target->thread.uw.fpmr = fpmr; in fpmr_set()
861 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
[all …]
H A Dsys_compat.c91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
H A Dsignal.c281 &current->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/
H A Dat.c958 wr->ur = wr->uw = false; in compute_s1_direct_permissions()
961 wr->pr = wr->pw = wr->ur = wr->uw = true; in compute_s1_direct_permissions()
965 wr->pw = wr->ur = wr->uw = false; in compute_s1_direct_permissions()
969 wr->pw = wr->uw = false; in compute_s1_direct_permissions()
974 wr->px = !((wr->desc & PTE_PXN) || wr->uw); in compute_s1_direct_permissions()
977 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions()
1015 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions()
1018 wr->pw = wr->uw = false; in compute_s1_hierarchical_permissions()
1021 wr->pw = wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions()
1048 (wr)->uw = (w); \
[all …]
/linux/arch/sparc/include/asm/
H 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; \
/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
76 .uaccess_write = uw, \
H A Dvgic-mmio-v3.c607 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument
623 .uaccess_write = uw, \
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3316 unsigned int uw; in amdgpu_hwmon_get_power() local
3325 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_get_power()
3327 return uw; in amdgpu_hwmon_get_power()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7917 u32 uw, frs_current; in tcpm_fw_get_caps() local
8066 if (fwnode_property_read_u32(caps, "op-sink-microwatt", &uw) < 0) { in tcpm_fw_get_caps()
8071 port->pd_list[i]->operating_snk_mw = uw / 1000; in tcpm_fw_get_caps()