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.h166 } uw;
273 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
274 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
275 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
276 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
277 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
278 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
280 *offset = offsetof(struct thread_struct, uw);
281 *size = sizeof_field(struct thread_struct, uw);
289 __tls = &(t)->thread.uw
163 } uw; global() member
[all...]
H A Dkvm_nested.h374 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.c1037 wr->ur = wr->uw = false;
1040 wr->pr = wr->pw = wr->ur = wr->uw = true;
1044 wr->pw = wr->ur = wr->uw = false;
1048 wr->pw = wr->uw = false;
1053 wr->px = !((wr->desc & PTE_PXN) || wr->uw);
1056 wr->ur = wr->uw = wr->ux = false;
1094 wr->ur = wr->uw = false;
1097 wr->pw = wr->uw = false;
1100 wr->pw = wr->ur = wr->uw = false;
1127 (wr)->uw in compute_s1_indirect_permissions()
[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.c3352 unsigned int uw; in amdgpu_hwmon_show_power_input()
3361 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; in amdgpu_hwmon_show_power_cap_generic()
3363 return uw; in amdgpu_hwmon_show_power_cap_generic()
3316 unsigned int uw; amdgpu_hwmon_get_power() local
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7944 u32 uw, frs_current; in tcpm_fw_get_caps() local
8093 if (fwnode_property_read_u32(caps, "op-sink-microwatt", &uw) < 0) { in tcpm_fw_get_caps()
8098 port->pd_list[i]->operating_snk_mw = uw / 1000; in tcpm_fw_get_caps()