| /linux/lib/ |
| H A D | asn1_decoder.c | 178 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local 307 tdp = dp; in asn1_ber_decoder() 395 tdp = cons_dp_stack[csp]; in asn1_ber_decoder() 400 tdp, dp, len, datalen); in asn1_ber_decoder() 418 len = dp - tdp - 2; in asn1_ber_decoder() 429 len -= tdp; in asn1_ber_decoder() 430 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() 439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
| /linux/drivers/platform/x86/ |
| H A D | intel_ips.c | 1216 int tdp, tdc; in cpu_clamp_show() local 1220 tdp = (int)(turbo_override & TURBO_TDP_MASK); in cpu_clamp_show() 1224 tdp = tdp * 10 / 8; in cpu_clamp_show() 1228 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in cpu_clamp_show() 1286 u16 tdp; in ips_detect_cpu() local 1316 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu() 1319 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu() 1322 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu() 1323 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 500 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument 507 td = *tdp; in seq_print_one_timing_detail() 508 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail() 520 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument 532 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details() 534 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
|
| H A D | drbd_worker.c | 1983 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 1989 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 1998 td = tdp + i; in __update_timing_details()
|
| H A D | drbd_int.h | 719 struct drbd_thread_timing_details *tdp,
|
| /linux/include/soc/fsl/ |
| H A D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | mmu.rst | 56 tdp two dimensional paging (vendor neutral term for NPT and EPT) 85 that support only 1 (traditional) and 2 (tdp) translations. When the 140 paging, tdp: (gva->)gpa->hpa 144 non-tdp: ngva->gpa->hpa (*) 145 tdp: (ngva->)ngpa->gpa->hpa 404 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 453 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cpm.c | 61 uint tdp; /* Internal */ member 162 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-core-tpmi.c | 445 pbf_info->tdp = info.thermal_design_power_w; in tpmi_get_pbf_info() 450 pbf_info->tdp, pbf_info->t_prochot); in tpmi_get_pbf_info()
|
| H A D | isst.h | 116 int tdp; member
|
| H A D | isst-core-mbox.c | 679 pbf_info->tdp = resp & 0xffff; in mbox_get_pbf_info()
|
| H A D | isst-display.c | 256 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-cpm.c | 382 iowrite32be(0, &mspi->pram->tdp); in fsl_spi_cpm_init()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.h | 565 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | power_allocator.rst | 42 | | | tdp actor
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 7734 double tdp; in rapl_probe_intel() local 7784 tdp = get_tdp_intel(); in rapl_probe_intel() 7786 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 7788 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 7794 double tdp; in rapl_probe_amd() local 7814 tdp = get_tdp_amd(); in rapl_probe_amd() 7816 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 7818 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 576 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 1276 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
|
| H A D | ci_dpm.c | 413 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 1788 int wsigmax, wfpinmax, cg, tdp; in lpfc_cmf_sync_cmpl() local 1816 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl() 1820 bw = (uint64_t)tdp * LPFC_CMF_BLK_SIZE; in lpfc_cmf_sync_cmpl()
|