/Linux-v5.10/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.10/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.10/arch/arm64/include/asm/ |
D | processor.h | 142 } 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/ |
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.10/arch/arm64/kernel/ |
D | fpsimd.c | 262 * 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 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 293 fpsimd_load_state(¤t->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 …]
|
D | ptrace.c | 606 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 …]
|
D | sys_compat.c | 92 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
D | process.c | 318 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/ |
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.10/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.10/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
|
D | pte-44x.h | 33 * - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | events.c | 290 "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/ |
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.10/arch/arm64/kvm/ |
D | fpsimd.c | 31 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
/Linux-v5.10/arch/alpha/kernel/ |
D | pci_impl.h | 23 * VGA BIOS, and some cards, notably Adaptec 2940UW, take mortal offense.
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | uaccess_64.h | 144 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|