/Linux-v5.15/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
D | hsw.asm | 15 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 };
|
D | ivb.asm | 15 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.15/Documentation/hwmon/ |
D | xgene-hwmon.rst | 23 - CPU power in uW 24 - IO power in uW 34 - CPU power in (uW) 36 - IO power in (uW)
|
D | ina209.rst | 66 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)
|
D | inspur-ipsps1.rst | 57 power1_input Measured input power in uW. 62 power2_input Measured output power in uW.
|
D | ibm-cffps.rst | 48 power1_input Measured input power in uW.
|
D | lineage-pem.rst | 72 power1_input Input power (uW, optional)
|
D | ltc2945.rst | 83 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
|
D | ltc2947.rst | 71 power1_input Power (in uW)
|
D | ina2xx.rst | 94 power1_input Power(uW) measurement channel
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | processor.h | 146 } uw; member 175 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 176 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 177 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 178 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 180 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 181 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 189 __tls = &(t)->thread.uw.tp2_value; \ 191 __tls = &(t)->thread.uw.tp_value; \ 195 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-platform-dfl-fme | 185 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.15/arch/arm64/kernel/ |
D | fpsimd.c | 264 * task->thread.uw.fpsimd_state; bits [max : 128] for each of Z0-Z31 are 273 * * FPSR and FPCR are always stored in task->thread.uw.fpsimd_state 292 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 295 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 439 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to 447 * task->thread.uw.fpsimd_state must be up to date before calling this 454 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 465 * task->thread.uw.fpsimd_state. 478 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 541 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to [all …]
|
D | ptrace.c | 604 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 631 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set() 636 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 643 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 673 return membuf_store(&to, target->thread.uw.tp_value); in tls_get() 681 unsigned long tls = target->thread.uw.tp_value; in tls_set() 687 target->thread.uw.tp_value = tls; in tls_set() 785 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, end - start); in sve_get() 885 &target->thread.uw.fpsimd_state.fpsr, in sve_set() 1350 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get() [all …]
|
D | sys_compat.c | 92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
D | process.c | 254 current->thread.uw.tp_value = 0; in tls_thread_flush() 358 p->thread.uw.tp_value = tls; in copy_thread() 396 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
/Linux-v5.15/drivers/powercap/ |
D | dtpm.c | 259 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 289 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 322 pr_debug("%s: power limit: %llu uW, power max: %llu uW\n", in set_power_limit_uw() 460 pr_info("Registered dtpm node '%s' / %llu-%llu uW, \n", in dtpm_register()
|
/Linux-v5.15/Documentation/scsi/ |
D | aic7xxx.rst | 85 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.15/arch/arm64/kvm/vgic/ |
D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 76 .uaccess_write = uw, \
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | pte-fsl-booke.h | 12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | events.c | 294 "Detected insufficient power on the PCIe slot (%uW).\n", in mlx5_pcie_event() 299 "PCIe slot advertised sufficient power (%uW).\n", in mlx5_pcie_event()
|
/Linux-v5.15/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-bifrost.yaml | 64 power coefficient in units of uW/MHz/V^2. The
|
D | arm,mali-midgard.yaml | 97 power coefficient in units of uW/MHz/V^2. The
|
/Linux-v5.15/drivers/hwmon/ |
D | ltc2945.c | 66 /* 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.15/arch/arm64/kvm/ |
D | fpsimd.c | 32 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|