/arch/x86/math-emu/ |
D | poly_tan.c | 57 unsigned long adj; in poly_tan() local 178 adj = 0xffffffff; /* We want approx 1.0 here, but in poly_tan() 181 adj = accum.msw >> -(exponent + 1); /* tan */ in poly_tan() 182 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan() 184 adj = 0; in poly_tan() 185 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan() 187 fix_up.msw += adj; in poly_tan()
|
D | poly_l2.c | 185 long int exponent, adj; in log2_kernel() local 221 adj = norm_Xsig(&argSignif); in log2_kernel() 225 shr_Xsig(&accumulator, 2 * (-1 - (1 + exponent + adj))); in log2_kernel() 235 shr_Xsig(&accumulator, 6 - adj); in log2_kernel()
|
D | reg_constant.c | 53 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const() argument 63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
|
D | poly_sin.c | 62 unsigned long fix_up, adj; in poly_sine() local 175 adj = accumulator.lsw; /* temp save */ in poly_sine() 177 if (accumulator.lsw > adj) in poly_sine()
|
/arch/s390/include/asm/vdso/ |
D | gettimeofday.h | 27 u64 adj, now; in __arch_get_hw_counter() local 30 adj = vd->arch_data.tod_steering_end - now; in __arch_get_hw_counter() 31 if (unlikely((s64) adj > 0)) in __arch_get_hw_counter() 32 now += (vd->arch_data.tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in __arch_get_hw_counter()
|
/arch/x86/kernel/ |
D | tsc_sync.c | 52 struct tsc_adjust *adj = this_cpu_ptr(&tsc_adjust); in tsc_verify_tsc_adjust() local 63 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust() 66 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust() 69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust() 73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust() 75 if (!adj->warned || resume) { in tsc_verify_tsc_adjust() 77 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust() 78 adj->warned = true; in tsc_verify_tsc_adjust()
|
/arch/sparc/kernel/ |
D | time_64.c | 117 static int tick_add_compare(unsigned long adj) in tick_add_compare() argument 142 : "r" (orig_tick), "r" (adj)); in tick_add_compare() 148 return ((long)(new_tick - (orig_tick+adj))) > 0L; in tick_add_compare() 151 static unsigned long tick_add_tick(unsigned long adj) in tick_add_tick() argument 160 : "r" (adj)); in tick_add_tick() 250 static unsigned long stick_add_tick(unsigned long adj) in stick_add_tick() argument 258 : "r" (adj)); in stick_add_tick() 263 static int stick_add_compare(unsigned long adj) in stick_add_compare() argument 273 : "r" (orig_tick + adj)); in stick_add_compare() 279 return ((long)(new_tick - (orig_tick+adj))) > 0L; in stick_add_compare() [all …]
|
D | smp_64.c | 202 long i, delta, adj, adjust_latency = 0, done = 0; in smp_synchronize_tick_client() local 228 adj = -delta + adjust_latency/4; in smp_synchronize_tick_client() 230 adj = -delta; in smp_synchronize_tick_client() 232 tick_ops->add_tick(adj); in smp_synchronize_tick_client()
|
/arch/sh/boards/mach-dreamcast/ |
D | rtc.c | 65 u32 adj = secs + TWENTY_YEARS; in aica_rtc_settimeofday() local 68 __raw_writel((adj & 0xffff0000) >> 16, AICA_RTC_SECS_H); in aica_rtc_settimeofday() 69 __raw_writel((adj & 0xffff), AICA_RTC_SECS_L); in aica_rtc_settimeofday()
|
/arch/s390/kernel/ |
D | time.c | 232 unsigned long now, adj; in read_tod_clock() local 236 adj = tod_steering_end - now; in read_tod_clock() 237 if (unlikely((s64) adj > 0)) in read_tod_clock() 244 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock() 374 unsigned long now, adj; in clock_sync_global() local 382 adj = tod_steering_end - now; in clock_sync_global() 383 if (unlikely((s64) adj >= 0)) in clock_sync_global() 386 -(adj >> 15) : (adj >> 15); in clock_sync_global()
|
/arch/riscv/boot/dts/starfive/ |
D | jh7110-starfive-visionfive-2-v1.3b.dts | 28 motorcomm,tx-clk-adj-enabled; 38 motorcomm,tx-clk-adj-enabled;
|
/arch/ia64/kernel/ |
D | smpboot.c | 277 long i, delta, adj, adjust_latency = 0, done = 0; in ia64_sync_itc() local 318 adj = -delta + adjust_latency/4; in ia64_sync_itc() 320 adj = -delta; in ia64_sync_itc() 322 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
|
/arch/powerpc/boot/dts/fsl/ |
D | bsc9131rdb.dtsi | 92 fsl,max-adj = <249999999>;
|
D | bsc9132qds.dtsi | 99 fsl,max-adj = <249999999>;
|
D | p2020rdb.dts | 231 fsl,max-adj = <249999999>;
|
D | p1010rdb.dtsi | 198 fsl,max-adj = <199999999>;
|
D | p1022ds.dtsi | 227 fsl,max-adj = <266499999>;
|
D | p2020rdb-pc.dtsi | 223 fsl,max-adj = <299999999>;
|
D | p1021rdb-pc.dtsi | 236 fsl,max-adj = <199999999>;
|
D | p1020rdb-pd.dts | 237 fsl,max-adj = <199999999>;
|
D | p2020ds.dtsi | 191 fsl,max-adj = <249999999>;
|
D | p1025twr.dtsi | 150 fsl,max-adj = <133333332>;
|
/arch/arm64/boot/dts/nvidia/ |
D | tegra132.dtsi | 1025 nvidia,term-range-adj = <6>; 1066 nvidia,term-range-adj = <6>; 1106 nvidia,term-range-adj = <6>;
|
/arch/powerpc/boot/dts/ |
D | mpc8313erdb.dts | 185 fsl,max-adj = <659999998>;
|
/arch/arm/boot/dts/nvidia/ |
D | tegra30.dtsi | 1141 nvidia,term-range-adj = <6>; 1184 nvidia,term-range-adj = <6>; 1226 nvidia,term-range-adj = <6>;
|