| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv50.c | 509 u64 rowsize, predicted; in nv50_fb_vram_rblock() local 524 predicted = rowsize << rowbitsa; in nv50_fb_vram_rblock() 526 predicted += rowsize << rowbitsb; in nv50_fb_vram_rblock() 528 if (predicted != ram->size) { in nv50_fb_vram_rblock()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | branch.h | 22 u64 predicted:1; member
|
| H A D | callchain.c | 599 if (cursor_node->branch_flags.predicted) in fill_node() 758 if (node->branch_flags.predicted) in match_chain()
|
| H A D | sort.c | 999 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__mispredict_cmp() 1008 if (he->branch_info->flags.predicted) in hist_entry__mispredict_snprintf()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | predict.def | 32 HITRATE is the probability that edge predicted by predictor as taken 228 empty = (step > 0 ? to < from : to > from), which can be predicted
|
| H A D | reg-notes.def | 115 that added the note, second specifies the predicted hitrate of
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | predict.def | 32 HITRATE is the probability that edge predicted by predictor as taken 228 empty = (step > 0 ? to < from : to > from), which can be predicted
|
| H A D | reg-notes.def | 115 that added the note, second specifies the predicted hitrate of
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1239 predicted:1,/* target predicted */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 1124 predicted:1,/* target predicted */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 1124 predicted:1,/* target predicted */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 1244 predicted:1,/* target predicted */ member
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | lbr.c | 807 cpuc->lbr_entries[i].predicted = 0; in intel_pmu_lbr_read_32() 902 cpuc->lbr_entries[out].predicted = pred; in intel_pmu_lbr_read_64() 972 e->predicted = get_lbr_predicted(info); in intel_pmu_store_lbr()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-devfreq | 38 predicted target frequency of the corresponding devfreq object.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | cpuidle.rst | 270 idle duration and uses the predicted value for idle state selection. 290 falls into to obtain the first approximation of the predicted idle duration. 306 taken as the predicted idle duration. 310 idle state is comparable with the predicted idle duration, the total time spent 315 of the extra latency limit is the predicted idle duration itself which 325 the predicted idle duration and the exit latency of it with the computed latency 326 limit. It selects the state with the target residency closest to the predicted 332 happens if the idle duration predicted by it is less than the tick period and
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-annotate.c | 125 if (flags->predicted) in process_basic_block()
|
| H A D | builtin-script.c | 811 if (!(br->flags.mispred || br->flags.predicted)) in mispred_str() 814 return br->flags.predicted ? 'P' : 'M'; in mispred_str() 1086 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | stdexcept | 215 * they cannot be easily predicted and can generally only be caught as
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | stdexcept | 215 * they cannot be easily predicted and can generally only be caught as
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-script.txt | 216 …mispredicted or branch direction was mispredicted, P=target predicted or direction predicted, -=no…
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.falcon | 118 storage can not be predicted nor provided at commandline, it depends
|
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 494 PyBool_FromLong(entries[i].flags.predicted)); in python_process_brstack() 552 if (!flags->mispred && !flags->predicted) in get_br_mspred()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | core-book3s.c | 495 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read() 514 cpuhw->bhrb_entries[u_index].predicted = ~pred; in power_pmu_bhrb_read()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | eql.rst | 286 speeds (as predicted by the Cirrus databook) to an aggregate of
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | buffer.rst | 530 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames 539 predicted frame or field which contains only the differences
|