Home
last modified time | relevance | path

Searched full:uw (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.10/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
Dhsw.asm15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N };
68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N };
85 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
94 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N };
96 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N };
107 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N };
113 mov(16) g[a0]<1>UW f0.1<0,1,0>UW { align1 1H };
Divb.asm15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
53 mul(1) g3.5<1>D g3.1<0,1,0>D g1.10<0,1,0>UW { align1 1N };
68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N };
83 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
92 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N };
94 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N };
105 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N };
111 mov(16) g[a0]<1>UW f0.1<0,1,0>UW { align1 1H };
/Linux-v5.10/Documentation/hwmon/
Dxgene-hwmon.rst23 - CPU power in uW
24 - IO power in uW
34 - CPU power in (uW)
36 - IO power in (uW)
Dina209.rst66 power1_input power measurement (uW)
67 power1_input_highest power historical maximum reading (uW)
69 power1_max power max alarm limit (uW)
70 power1_crit power crit alarm limit (uW)
Dinspur-ipsps1.rst57 power1_input Measured input power in uW.
62 power2_input Measured output power in uW.
Dibm-cffps.rst48 power1_input Measured input power in uW.
Dlineage-pem.rst72 power1_input Input power (uW, optional)
Dltc2945.rst83 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
Dltc2947.rst71 power1_input Power (in uW)
Dina2xx.rst94 power1_input Power(uW) measurement channel
/Linux-v5.10/arch/arm64/include/asm/
Dprocessor.h142 } uw; member
165 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
166 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
167 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
168 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
170 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
171 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
179 __tls = &(t)->thread.uw.tp2_value; \
181 __tls = &(t)->thread.uw.tp_value; \
185 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-platform-dfl-fme185 Description: Read-Only. It returns current FPGA power consumption in uW.
192 threshold1 in uW. If power consumption rises at or above
194 Write this file to set current hardware power threshold1 in uW.
205 threshold2 in uW. If power consumption rises at or above
207 Write this file to set current hardware power threshold2 in uW.
231 Description: Read-Only. It returns power limit for XEON in uW.
237 Description: Read-Only. It returns power limit for FPGA in uW.
/Linux-v5.10/arch/arm64/kernel/
Dfpsimd.c262 * task->thread.uw.fpsimd_state; bits [max : 128] for each of Z0-Z31 are
271 * * FPSR and FPCR are always stored in task->thread.uw.fpsimd_state
290 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
293 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
436 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to
444 * task->thread.uw.fpsimd_state must be up to date before calling this
451 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
462 * task->thread.uw.fpsimd_state.
475 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
544 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to
[all …]
Dptrace.c606 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
633 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set()
638 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
645 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
675 return membuf_store(&to, target->thread.uw.tp_value); in tls_get()
683 unsigned long tls = target->thread.uw.tp_value; in tls_set()
689 target->thread.uw.tp_value = tls; in tls_set()
787 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, end - start); in sve_get()
882 &target->thread.uw.fpsimd_state.fpsr, in sve_set()
1306 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
[all …]
Dsys_compat.c92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
Dprocess.c318 current->thread.uw.tp_value = 0; in tls_thread_flush()
423 p->thread.uw.tp_value = tls; in copy_thread()
457 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
/Linux-v5.10/Documentation/scsi/
Daic7xxx.rst85 AHA-2940UW aic7880 PCI/32 SE-HD68F
91 AHA-3940UW aic7880 PCI/32 2 X SE-HD68F SE-HD68F 3
94 AHA-2944UW aic7880 PCI/32 HVD-HD68F HVD-HD68F
97 AHA-4944UW aic7880 PCI/32
98 AHA-2930UW aic7880 PCI/32
99 AHA-2940UW Pro aic7880 PCI/32 SE-HD68F SE-HD68F 4
101 AHA-2940UW/CN aic7880 PCI/32
/Linux-v5.10/arch/arm64/kvm/vgic/
Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
76 .uaccess_write = uw, \
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/
Dpte-fsl-booke.h12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
Dpte-44x.h33 * - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c290 "Detected insufficient power on the PCIe slot (%uW).\n", in mlx5_pcie_event()
295 "PCIe slot advertised sufficient power (%uW).\n", in mlx5_pcie_event()
/Linux-v5.10/drivers/hwmon/
Dltc2945.c66 /* Return the value from the given register in uW, mV, or mA */
95 * Convert to uW by assuming current is measured with in ltc2945_reg_to_val()
/Linux-v5.10/arch/arm64/kvm/
Dfpsimd.c31 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
/Linux-v5.10/arch/alpha/kernel/
Dpci_impl.h23 * VGA BIOS, and some cards, notably Adaptec 2940UW, take mortal offense.
/Linux-v5.10/arch/sparc/include/asm/
Duaccess_64.h144 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \

123