Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 250) sorted by relevance

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt14 exceeds a threshold, we identify a hot loop and perform second-level
15 instrumentation on the hot loop region (the instructions between the
28 first machine-code basic block of the hot loop region.
31 exits from the hot region? 3 step process.
33 1) Do a DFS from the first machine-code basic block of the hot loop
36 2) Do a DFS from the last machine-code basic block of the hot loop
39 the end BB of the hot region).
41 3) Mark BBs which end in edges that exit the hot region; we need to
48 through the hot region. Silently fail if we need more than 64 bits.
58 verify our assumption that we picked a hot back-edge in first-level
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dqcom-ipq8064.dtsi64 cpu-hot {
67 type = "hot";
84 cpu-hot {
87 type = "hot";
104 cpu-hot {
107 type = "hot";
124 cpu-hot {
127 type = "hot";
144 cpu-hot {
147 type = "hot";
[all …]
H A Drk3288-veyron-mickey.dts105 * - 1.2 GHz - 1.0 GHz (almost hot)
106 * - 800 MHz (hot)
108 * - 696 MHz - min (very hot)
139 /* At very hot, don't let GPU go over 300 MHz */
200 /* When hot, GPU goes down to 300 MHz */
206 /* When really hot, don't let GPU go _above_ 300 MHz */
H A Dsun8i-h3.dtsi251 cpu_hot_trip: cpu-hot {
257 cpu_very_hot_trip: cpu-very-hot {
265 cpu-hot-limit {
/netbsd-src/sbin/fsck/
H A Dfsutil.c72 static int hot = 0; variable
96 return hot; in hotroot()
195 hot = 0; in blockcheck()
214 hot++; in blockcheck()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dgcc_attribute_label.c18 goto hot; in test()
23 hot: in test()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi339 cpu0_hot: cpu0-hot {
352 map0_hot: map0-hot {
372 cpu1_hot: cpu1-hot {
385 map1_hot: map1-hot {
405 cpu2_hot: cpu2-hot {
418 map2_hot: map2-hot {
438 cpu3_hot: cpu3-hot {
/netbsd-src/sys/dev/acpi/
H A Dacpi_tz.c88 uint32_t hot; member
343 if (sc->sc_zone.hot != ATZ_TMP_INVALID && tmp >= sc->sc_zone.hot) in acpitz_get_status()
531 (void)acpitz_get_integer(dv, "_HOT", &sc->sc_zone.hot); in acpitz_get_zone()
547 acpitz_sane_temp(&sc->sc_zone.hot); in acpitz_get_zone()
561 if (sc->sc_zone.hot != ATZ_TMP_INVALID) { in acpitz_get_zone()
563 acpitz_celcius_string(sc->sc_zone.hot)); in acpitz_get_zone()
844 if (sc->sc_zone.hot != ATZ_TMP_INVALID) { in acpitz_get_limits()
846 limits->sel_critmax = ATZ2UKELVIN(sc->sc_zone.hot); in acpitz_get_limits()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsm8350.dtsi1948 type = "hot";
1963 type = "hot";
1983 type = "hot";
2003 type = "hot";
2018 type = "hot";
2033 type = "hot";
2048 type = "hot";
2063 type = "hot";
2078 type = "hot";
2093 type = "hot";
[all …]
H A Dsc7280.dtsi2401 type = "hot";
2422 type = "hot";
2443 type = "hot";
2463 type = "hot";
2483 type = "hot";
2504 type = "hot";
2525 type = "hot";
2546 type = "hot";
2567 type = "hot";
2588 type = "hot";
[all …]
H A Dqcs404.dtsi1407 type = "hot";
1422 type = "hot";
1437 type = "hot";
1452 type = "hot";
1467 type = "hot";
1501 type = "hot";
1535 type = "hot";
1569 type = "hot";
1603 type = "hot";
1637 type = "hot";
H A Dmsm8998.dtsi682 type = "hot";
697 type = "hot";
712 type = "hot";
727 type = "hot";
742 type = "hot";
757 type = "hot";
772 type = "hot";
787 type = "hot";
802 type = "hot";
817 type = "hot";
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5.dtsi196 cpu_hot_trip: cpu-hot {
202 cpu_very_hot_trip: cpu-very-hot {
210 cpu-hot-limit {
/netbsd-src/sys/arch/powerpc/conf/
H A Dkern.ldscript23 *(.text.hot .text.hot.*)
H A Dkern64.ldscript17 *(.text.hot .text.hot.*)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-profile.cc685 bool hot = false; in ipa_propagate_frequency() local
688 hot = true; in ipa_propagate_frequency()
689 if (!hot) in ipa_propagate_frequency()
690 hot |= contains_hot_call_p (node); in ipa_propagate_frequency()
691 if (hot) in ipa_propagate_frequency()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-profile.c685 bool hot = false; in ipa_propagate_frequency() local
688 hot = true; in ipa_propagate_frequency()
689 if (!hot) in ipa_propagate_frequency()
690 hot |= contains_hot_call_p (node); in ipa_propagate_frequency()
691 if (hot) in ipa_propagate_frequency()
/netbsd-src/sys/uvm/
H A Duvm_pdpolicy_clockpro.c780 bool hot; in clockpro_pageenqueue() local
790 hot = false; in clockpro_pageenqueue()
793 hot = nonresident_pagelookupremove(pg); in clockpro_pageenqueue()
794 if (hot) { in clockpro_pageenqueue()
815 if (hot) { in clockpro_pageenqueue()
824 } else if (hot) { in clockpro_pageenqueue()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c631 struct fbcurpos hot; /* cursor's hot spot */ member
691 p->hot = s32p->hot; in netbsd32_to_fbcursor()
730 s32p->hot = p->hot; in netbsd32_from_fbcursor()
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A DPROBLEMS4 Bounding boxes for link hot-spots which straddle a page break
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_gcc_func_attribute.m449 # hot
155 [hot], [
/netbsd-src/sys/arch/vax/vsa/
H A Dsmg.c529 wdc->hot.x = ss->ss_curhot.x; in smg_getcursor()
530 wdc->hot.y = ss->ss_curhot.y; in smg_getcursor()
593 ss->ss_curhot.x = wdc->hot.x; in smg_setcursor()
594 ss->ss_curhot.y = wdc->hot.y; in smg_setcursor()
/netbsd-src/sys/dev/sun/
H A Dfbio.h192 struct fbcurpos hot; /* cursor's hot spot */ member
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
H A Dtegra186-p3509-0000+p3636-0001.dts648 cpu_trip_hot: hot {
651 type = "hot";
673 cpu-hot {
/netbsd-src/games/quiz/datfiles/
H A Dposneg7 hot:cold

12345678910