/linux-6.12.1/arch/x86/kernel/ |
D | tsc_sync.c | 28 s64 adjusted; member 69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust() 73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust() 77 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust() 152 cur->adjusted = bootval; in tsc_sanitize_first_cpu() 198 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust() 228 * adjusted value. in tsc_store_and_check_tsc_adjust() 230 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust() 231 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust() 232 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | verifier_helper_value_access.c | 205 __description("helper access to adjusted map (via const imm): full range") 233 __description("helper access to adjusted map (via const imm): partial range") 260 __description("helper access to adjusted map (via const imm): empty range") 286 __description("helper access to adjusted map (via const imm): out-of-bound range") 314 __description("helper access to adjusted map (via const imm): negative range (> adjustment)") 341 __description("helper access to adjusted map (via const imm): negative range (< adjustment)") 368 __description("helper access to adjusted map (via const reg): full range") 397 __description("helper access to adjusted map (via const reg): partial range") 425 __description("helper access to adjusted map (via const reg): empty range") 451 __description("helper access to adjusted map (via const reg): out-of-bound range") [all …]
|
/linux-6.12.1/arch/arm/boot/dts/xen/ |
D | xenvm-4.2.dts | 20 /* this field is going to be adjusted by the hypervisor */ 50 /* this field is going to be adjusted by the hypervisor */ 73 /* this field is going to be adjusted by the hypervisor */ 75 /* this field is going to be adjusted by the hypervisor */
|
/linux-6.12.1/Documentation/hwmon/ |
D | max197.rst | 62 For the MAX197, it will be adjusted to -10000, -5000, or 0. 63 For the MAX199, it will be adjusted to -4000, -2000, or 0. 67 For the MAX197, it will be adjusted to 0, 5000, or 10000. 68 For the MAX199, it will be adjusted to 0, 2000, or 4000.
|
D | max127.rst | 38 For the MAX127, it will be adjusted to -10000, -5000, or 0. 43 For the MAX127, it will be adjusted to 0, 5000, or 10000.
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | decbin.S | 38 | if negative, count the trailing zeros. Set the adjusted 58 | mantissa in FP0 by the factor in FP1 if the adjusted 238 | For adjusted exponents which have an absolute value greater than 27*, 240 | for the adjusted exponent. That number is subtracted from the exp 245 | 1. Branch on the sign of the adjusted exponent. 260 | *Why 27? If the adjusted exponent is within -28 < expA < 28, than 283 | This section handles a positive adjusted exponent. 313 movel L_SCR1(%a6),%d1 |get adjusted exp from memory 340 | This section handles a negative adjusted exponent. 361 movel L_SCR1(%a6),%d1 |get adjusted exp from memory [all …]
|
D | bindec.S | 95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted 474 | fp0: float(ILOG)/X adjusted for SCALE (Y) 535 | fp0: Y/Y with lsb adjusted 546 fmovex FP_SCR2(%a6),%fp0 |write adjusted Y back to fpu 581 | F_SCR2:Y adjusted for inex/Y with original exponent 622 | d4: LEN/LEN adjusted 624 | d6: ILOG/ILOG adjusted 629 | fp0: int portion of Y/abs(YINT) adjusted 719 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted 739 | fp0: int portion of Y/abs(YINT) adjusted [all …]
|
/linux-6.12.1/drivers/media/platform/ti/omap/ |
D | omap_voutlib.c | 58 * nearest supported configuration. The adjusted window parameters are 61 * impossible and cannot reasonably be adjusted. 109 * will also be adjusted if necessary. Preference is given to keeping the 113 * impossible and cannot reasonably be adjusted. 161 * also be adjusted if necessary. The preview window is adjusted such that the 164 * will also be adjusted to maintain the rescaling ratios. If successful, crop 167 * impossible and cannot reasonably be adjusted.
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-selection.rst | 77 rectangle. The original rectangle must lay inside the adjusted one. 80 rectangle. The adjusted rectangle must lay inside the original one. 99 3. Keep center of adjusted rectangle as close as possible to the 108 contains the adjusted rectangle. When the parameters are unsuitable the
|
D | dev-encoder.rst | 169 adjusted size of ``CAPTURE`` buffers. 221 may be adjusted to match encoder minimums, maximums and alignment 251 the adjusted frame interval. 302 the adjusted frame interval. 345 visible rectangle adjusted by the encoder. 373 to check the adjusted rectangle returned by :c:func:`VIDIOC_S_SELECTION`. 426 adjusted to the number of allocated buffers.
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-mediatek.c | 213 * The egress timing can be adjusted by GTXC delay macro circuit. in mt2712_set_delay() 214 * The ingress timing can be adjusted by TXC delay macro circuit. in mt2712_set_delay() 232 * to RXC pin, the reference clock will be adjusted in mt2712_set_delay() 240 * to TXC pin, the reference clock will be adjusted in mt2712_set_delay() 364 * The egress timing can be adjusted by RMII_TXC delay macro circuit. in mt8195_set_delay() 365 * The ingress timing can be adjusted by RMII_RXC delay macro circuit. in mt8195_set_delay() 389 * to RXC pin, the reference clock will be adjusted in mt8195_set_delay() 400 * to TXC pin, the reference clock will be adjusted in mt8195_set_delay()
|
/linux-6.12.1/Documentation/core-api/ |
D | floating-point.rst | 36 file must have its compilation flags adjusted using the following pattern:: 56 from files implementing FP code (those with their compilation flags adjusted as
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.yaml | 77 0 - reset whenever PLL rate is adjusted (default mode) 78 1 - do not reset when PLL rate is adjusted 83 to be adjusted without glitches.
|
/linux-6.12.1/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.yaml | 62 contains a set of 3 values: range low/high and adjusted rate. When the baud rate set on the 63 controller falls within the range mentioned in this field, the baud rate will be adjusted by
|
D | arm_sbsa_uart.txt | 4 cannot be adjusted at runtime, so it lacks a clock specifier here.
|
/linux-6.12.1/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 78 /* horizontal coordinates and widths must be adjusted */ in aty_init_engine() 216 /* horizontal coordinates and widths must be adjusted */ in atyfb_copyarea() 269 /* horizontal coordinates and widths must be adjusted */ in atyfb_fillrect() 338 /* horizontal coordinates and widths must be adjusted */ in atyfb_imageblit()
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | qcom,qca807x.yaml | 78 (amplitude is adjusted based on cable length) 90 (bias current is adjusted based on cable length)
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
D | dce120_clk_mgr.c | 100 * When xGMI is enabled, the display clk needs to be adjusted in dce12_update_clocks() 147 * clocks need to be adjusted with the WAFL link's SS info. in dce121_clk_mgr_construct()
|
/linux-6.12.1/arch/arm64/kernel/probes/ |
D | kprobes_trampoline.S | 14 * Trigger a breakpoint exception. The PC will be adjusted by
|
/linux-6.12.1/include/video/ |
D | imx-ipu-image-convert.h | 59 * @in: input image format, adjusted on return 60 * @out: output image format, adjusted on return
|
/linux-6.12.1/Documentation/mm/ |
D | hugetlbfs_reserv.rst | 119 the 'from' and 'to' arguments have been adjusted by this offset. 155 the global reservation count resv_huge_pages is adjusted something like the 165 was adjusted, then the reservation map associated with the mapping is 254 a race is detected, the subpool and global reserve counts are adjusted to 283 be adjusted (see the section 518 Global and subpool reservation counts are adjusted based on success or failure
|
/linux-6.12.1/lib/ |
D | packing.c | 154 * adjusted for quirks. The adjusted box_addr will be used for in packing()
|
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | io.c | 154 "overlapping partition[1]. Adjusted."); in wl1251_set_partition() 165 " overlapping partition[0]. Adjusted."); in wl1251_set_partition()
|
/linux-6.12.1/Documentation/driver-api/ |
D | devfreq.rst | 17 automatically adjusted by governors.
|
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | intel-bts.c | 392 * are adjusted to match the full trace case which expects that 'old' is in intel_bts_find_snapshot() 407 pr_debug3("%s: wrap-around %sdetected, adjusted old head %zu adjusted new head %zu\n", in intel_bts_find_snapshot()
|