/linux/arch/arm64/include/asm/ |
H A D | processor.h | 163 } uw; member 265 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 266 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 267 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 268 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist() 269 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist() 270 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 272 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 273 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 281 __tls = &(t)->thread.uw.tp2_value; \ [all …]
|
/linux/Documentation/hwmon/ |
H A D | xgene-hwmon.rst | 23 - CPU power in uW 24 - IO power in uW 34 - CPU power in (uW) 36 - IO power in (uW)
|
H A 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)
|
H A D | inspur-ipsps1.rst | 57 power1_input Measured input power in uW. 62 power2_input Measured output power in uW.
|
H A D | ibm-cffps.rst | 48 power1_input Measured input power in uW.
|
H A D | lineage-pem.rst | 72 power1_input Input power (uW, optional)
|
H A D | ltc2945.rst | 83 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
|
H A D | ltc2947.rst | 71 power1_input Power (in uW)
|
/linux/Documentation/ABI/testing/ |
H A 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/arch/arm64/kernel/ |
H A D | fpsimd.c | 316 * task->thread.uw.fpsimd_state; bits [max : 128] for each of Z0-Z31 are 334 * task->thread.uw.fpsimd_state should be ignored. 338 * task->thread.uw.fpsimd_state.vregs should be considered stale 341 * * FPSR and FPCR are always stored in task->thread.uw.fpsimd_state 412 write_sysreg_s(current->thread.uw.fpmr, SYS_FPMR); in task_fpsimd_load() 417 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 421 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 644 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to 652 * task->thread.uw.fpsimd_state must be up to date before calling this 659 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() [all …]
|
H A D | ptrace.c | 599 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 626 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set() 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() [all …]
|
H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
/linux/arch/arm64/kvm/ |
H A D | at.c | 931 wr->ur = wr->uw = false; in compute_s1_direct_permissions() 934 wr->pr = wr->pw = wr->ur = wr->uw = true; in compute_s1_direct_permissions() 938 wr->pw = wr->ur = wr->uw = false; in compute_s1_direct_permissions() 942 wr->pw = wr->uw = false; in compute_s1_direct_permissions() 947 wr->px = !((wr->desc & PTE_PXN) || wr->uw); in compute_s1_direct_permissions() 950 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions() 988 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 991 wr->pw = wr->uw = false; in compute_s1_hierarchical_permissions() 994 wr->pw = wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1021 (wr)->uw = (w); \ [all …]
|
/linux/Documentation/scsi/ |
H A 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/drivers/powercap/ |
H A D | dtpm.c | 220 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 250 pr_debug("Setting power limit for '%s': %llu uW\n", in __set_power_limit_uw() 281 pr_debug("%s: power limit: %llu uW, power max: %llu uW\n", in set_power_limit_uw() 409 pr_debug("Registered dtpm node '%s' / %llu-%llu uW, \n", in dtpm_register()
|
/linux/arch/arm64/kvm/vgic/ |
H A 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/arch/riscv/include/asm/ |
H A D | runtime-const.h | 39 * combine the final "slli,srli,add" into one instruction "add.uw". 61 "add.uw %[__ret],%[__ret],%[__tmp]\n\t" \
|
/linux/arch/sparc/include/asm/ |
H A D | uaccess_64.h | 155 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/drivers/opp/ |
H A D | of.c | 1421 * frequency and @uW to the associated power. 1426 _get_dt_power(struct device *dev, unsigned long *uW, unsigned long *kHz) in _get_dt_power() argument 1442 *uW = opp_power; in _get_dt_power() 1450 * @uW : New power value that is calculated 1456 * frequency and @uW to the associated power. The power is estimated as 1465 int dev_pm_opp_calc_power(struct device *dev, unsigned long *uW, in dev_pm_opp_calc_power() argument 1496 *uW = (unsigned long)tmp; in dev_pm_opp_calc_power()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pte-85xx.h | 12 RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
|
/linux/kernel/power/ |
H A D | energy_model.c | 571 * @microwatts : Whether or not the power values in the EM will be in uW 635 * EM only supports uW (exception is artificial EM). in em_dev_register_pd_no_update() 637 * power in uW. in em_dev_register_pd_no_update() 640 dev_err(dev, "EM: only supports uW power values\n"); in em_dev_register_pd_no_update()
|
/linux/tools/testing/selftests/power_supply/ |
H A D | test_power_supply_properties.sh | 107 test_sysfs_prop_optional power_now "uW"
|
H A D | helpers.sh | 42 elif [ "$UNIT" = "uW" ]; then
|
/linux/drivers/iio/light/ |
H A D | veml6075.c | 287 /* resp = 0.93 c/uW/cm2: scale = 1.75268817 */ in veml6075_read_responsivity() 292 /* resp = 2.1 c/uW/cm2: scale = 0.476190476 */ in veml6075_read_responsivity()
|
/linux/drivers/cpufreq/ |
H A D | mediatek-cpufreq-hw.c | 96 mtk_cpufreq_get_cpu_power(struct device *cpu_dev, unsigned long *uW, in mtk_cpufreq_get_cpu_power() argument 117 *uW = readl_relaxed(data->reg_bases[REG_EM_POWER_TBL] + in mtk_cpufreq_get_cpu_power()
|