Home
last modified time | relevance | path

Searched refs:predicted (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/admin-guide/hw-vuln/
H A Drsb.rst80 the predicted targets of indirect branches executed after the
83 predicted targets may come from the RSB." [#intel-ibpb-rsb]_
93 "Finally, branches that are predicted as 'ret' instructions get
94 their predicted targets from the Return Address Predictor (RAP).
103 not suffice to prevent the predicted target of a near return
119 not suffice to prevent the predicted target of a near return
170 that executed before the barrier from controlling the predicted
196 on RSB underflow. The only difference is that the predicted targets are
201 empty. When eIBRS is enabled, the predicted targets of these
H A Dindirect-target-selection.rst15 predicted with unintended target corresponding to a branch in the guest.
21 branches may still be predicted with targets corresponding to direct branches
/linux/tools/perf/util/
H A Dbranch.h20 u64 predicted:1; member
H A Dcallchain.c671 if (cursor_node->branch_flags.predicted) in add_child()
839 if (node->branch_flags.predicted) in split_add_child()
1421 printed += count_float_printf(i++, "predicted", in branch_from_str()
H A Darm-spe.c463 bs_flags->predicted = 0; in arm_spe__prep_branch_stack()
466 bs_flags->predicted = 1; in arm_spe__prep_branch_stack()
H A Dsort.c1607 p = left->branch_info->flags.predicted != right->branch_info->flags.predicted; in sort__locked_cmp()
1616 if (he->branch_info->flags.predicted) in sort__locked_cmp()
H A Dcs-etm.c1452 be->flags.predicted = 1; in cs_etm__get_trace()
H A Dsession.c1391 e->flags.predicted ? "P" : " ", in evlist__deliver_deferred_callchain()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv50.c508 u64 rowsize, predicted; in nv50_fb_vram_rblock() local
523 predicted = rowsize << rowbitsa; in nv50_fb_vram_rblock()
525 predicted += rowsize << rowbitsb; in nv50_fb_vram_rblock()
527 if (predicted != ram->size) { in nv50_fb_vram_rblock()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-devfreq38 predicted target frequency of the corresponding devfreq object.
H A Dsysfs-bus-pci543 - pfa (drive is predicted to fail soon)
/linux/tools/include/uapi/linux/
H A Dperf_event.h1495 predicted : 1, /* target predicted */ member
/linux/include/uapi/linux/
H A Dperf_event.h1495 predicted : 1, /* target predicted */ member
/linux/drivers/perf/
H A Darm_brbe.c628 entry->predicted = !entry->mispred; in perf_entry_from_brbe_regset()
/linux/tools/perf/
H A Dbuiltin-annotate.c141 if (flags->predicted) in process_basic_block()
H A Ddesign.txt7 as instructions executed, cachemisses suffered, or branches mis-predicted -
H A Dbuiltin-script.c958 if (!(br->flags.mispred || br->flags.predicted || br->flags.not_taken)) in bstack_event_str()
962 br->flags.predicted ? "P" : "M", in print_bstack_flags()
1308 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
/linux/Documentation/networking/
H A Deql.rst286 speeds (as predicted by the Cirrus databook) to an aggregate of
/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst525 - Similar to ``V4L2_BUF_FLAG_KEYFRAME`` this flags predicted frames
534 predicted frame or field which contains only the differences
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c513 pydict_set_item_string_decref(pyelem, "predicted", in python_process_brstack()
514 PyBool_FromLong(entries[i].flags.predicted)); in python_process_brstack()
562 if (!flags->mispred && !flags->predicted) in get_br_mspred()
/linux/Documentation/scheduler/
H A Dsched-capacity.rst243 accurately be predicted the moment a task first becomes runnable. The CFS class
/linux/include/linux/
H A Dperf_event.h1478 br->predicted = 0; in perf_clear_branch_entry_bitfields()
/linux/tools/perf/Documentation/
H A Dperf-script.txt248 P=branch target or direction was predicted
H A Dperf-report.txt163 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1975 # as a reminder for future predicted pain and agony, we are passing in fsave the

12