Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 28) sorted by relevance

12

/arch/parisc/kernel/
Dcache.c372 unsigned long threshold; in parisc_setup_cache_timing() local
386 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()
387 if (threshold > cache_info.dc_size) in parisc_setup_cache_timing()
388 threshold = cache_info.dc_size; in parisc_setup_cache_timing()
389 if (threshold) in parisc_setup_cache_timing()
390 parisc_cache_flush_threshold = threshold; in parisc_setup_cache_timing()
399 threshold = max(cache_info.it_size, cache_info.dt_size); in parisc_setup_cache_timing()
400 threshold *= PAGE_SIZE; in parisc_setup_cache_timing()
401 threshold /= num_online_cpus(); in parisc_setup_cache_timing()
422 threshold = PAGE_ALIGN(num_online_cpus() * size * alltime / rangetime); in parisc_setup_cache_timing()
[all …]
/arch/x86/kernel/cpu/mcheck/
DMakefile6 obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
/arch/m68k/fpsp040/
Dround.S414 | is then loaded with the denormalized exponent threshold for the
428 clrl %d1 |load d1 with ext threshold
440 movew #dbl_thresh,%d1 |put copy of threshold in d1
442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
453 movew #sgl_thresh,%d1 |put copy of threshold in d1
455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
475 movew %d1,LOCAL_EX(%a0) |load exp with threshold
485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
490 | d1{15:0} denormalization threshold
514 movel %d1,%d0 |copy the denorm threshold
[all …]
Dsint.S211 movel #0x403e,%d1 |set threshold for dnrm_lp
/arch/arm/boot/dts/
Dsama5d3xdm.dtsi27 atmel,adc-ts-pressure-threshold = <10000>;
Domap3-n950-n9.dtsi275 st,click-threshold-x = <8>;
276 st,click-threshold-y = <8>;
277 st,click-threshold-z = <10>;
287 st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */
290 st,wakeup2-threshold = <(1000/18)>; /* millig-value / 18 to get HW values */
Dat91-cosino_mega2560.dts31 atmel,adc-ts-pressure-threshold = <10000>;
Dat91sam9x5dm.dtsi43 atmel,adc-ts-pressure-threshold = <10000>;
Dqcom-msm8974-sony-xperia-honami.dts425 qcom,fast-charge-high-threshold-voltage = <4350000>;
426 qcom,fast-charge-low-threshold-voltage = <3400000>;
427 qcom,auto-recharge-threshold-voltage = <4200000>;
Dat91-cosino.dtsi67 atmel,adc-ts-pressure-threshold = <10000>;
Dat91-sama5d4_ma5d4evk.dts94 atmel,adc-ts-pressure-threshold = <10000>;
Dat91sam9x5ek.dtsi74 atmel,adc-ts-pressure-threshold = <10000>;
Domap3-n900.dts684 st,click-threshold-x = <8>;
685 st,click-threshold-y = <8>;
686 st,click-threshold-z = <10>;
699 st,wakeup-threshold = <(800/18)>; /* millig-value / 18 to get HW values */
702 st,wakeup2-threshold = <(900/18)>; /* millig-value / 18 to get HW values */
Dmmp2-brownstone.dts184 topoff-threshold = <1>;
Ds5pv210-goni.dts361 atmel,threshold = <0x28>;
Dat91-sama5d2_xplained.dts170 active-semi,input-voltage-threshold-microvolt = <6600>;
Dexynos4412-trats2.dts177 maxim,charge-input-threshold-microvolt = <4300000>;
Dsama5d4.dtsi1226 atmel,adc-ts-pressure-threshold = <10000>;
/arch/x86/events/intel/
Dds.c855 u64 threshold; in pebs_update_threshold() local
858 threshold = ds->pebs_absolute_maximum - in pebs_update_threshold()
861 threshold = ds->pebs_buffer_base + x86_pmu.pebs_record_size; in pebs_update_threshold()
864 ds->pebs_interrupt_threshold = threshold; in pebs_update_threshold()
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S64 # Define threshold where buffers are considered "small" and routed to more
/arch/nios2/boot/dts/
D10m50_devboard.dts86 tx-threshold = <16>;
/arch/mips/kvm/
Demulate.c345 ktime_t expires, threshold; in kvm_mips_read_count_running() local
367 threshold = ktime_add_ns(now, vcpu->arch.count_period / 4); in kvm_mips_read_count_running()
368 if (ktime_before(expires, threshold)) { in kvm_mips_read_count_running()
/arch/arm64/boot/dts/hisilicon/
Dhi6220.dtsi846 threshold: trip-point@0 { label
/arch/arm64/boot/dts/nvidia/
Dtegra210-smaug.dts1581 nuvoton,sar-threshold-num = <4>;
1582 nuvoton,sar-threshold = <0xc 0x1e 0x38 0x60>;
/arch/arm64/boot/dts/mediatek/
Dmt8173.dtsi156 threshold: trip-point@0 { label

12