Searched refs:branches (Results 1 - 25 of 32) sorted by path

12

/linux-master/arch/m68k/fpsp040/
H A Dget_op.S9 | determines the opclass (0, 2, or 3) and branches to the
H A Dsetox.S64 | Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.
226 | Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.
H A Dx_operr.S303 | and does an rte. If enabled, it cleans up the stack and branches
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S60 | _isp_unimp() branches to here so that the operating system
88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
128 | stack frame and branches to the _real_trace() entry point.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S33 # effect, branches to one of the branch table entries located here.
6718 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
6886 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
H A Dfpsp.S33 # effect, branches to one of the branch table entries located
3763 # adjusts the operand using fix_skewed_ops() and then branches to #
6824 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
6992 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
16265 # the stacked fdbcc instruction opcode and then branches to a routine #
16894 # the stacked ftrapcc instruction opcode and then branches to a routine #
17466 # the stacked fscc instruction opcode and then branches to a routine #
H A Dilsp.S32 # effect, branches to one of the branch table entries located here.
H A Disp.S32 # effect, branches to one of the branch table entries located
2968 # The routine then branches to _real_cas(). This external routine #
H A Dpfpsp.S32 # effect, branches to one of the branch table entries located
3762 # adjusts the operand using fix_skewed_ops() and then branches to #
/linux-master/fs/ubifs/
H A Dubifs-media.h824 * @branches: LEB number / offset / length / key branches
830 __u8 branches[]; member in struct:ubifs_idx_node
H A Dmisc.h203 return (struct ubifs_branch *)((void *)idx->branches +
215 return (void *)((struct ubifs_branch *)idx->branches)->key;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1975 __le32 **branches)
1993 branches[i] = ctx->image + ctx->idx;
2046 __le32 **branches = NULL; local
2154 branches = kcalloc(fmod_ret->nr_links, sizeof(__le32 *),
2156 if (!branches)
2160 run_ctx_off, branches);
2176 /* update the branches saved in invoke_bpf_mod_ret with cbnz */
2178 int offset = &ctx->image[ctx->idx] - branches[i];
2179 *branches[i] = cpu_to_le32(A64_CBNZ(1, A64_R(10), offset));
2220 kfree(branches);
1973 invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, int args_off, int retval_off, int run_ctx_off, __le32 **branches) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h28 unsigned long branches; member in struct:mips_fpu_emulator_stats
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c556 * Compact branches for R6 for the
593 * Compact branches for R6 for the
701 /* Need to check for R6 bc1nez and bc1eqz branches */
1232 MIPS_FPU_EMU_INC_STATS(branches);
H A Dme-debugfs.c57 __this_cpu_write((fpuemustats).branches, 0);
213 FPU_STAT_CREATE(branches);
/linux-master/arch/x86/events/amd/
H A Dcore.c923 * and contain no branches to minimize contamination of LBR snapshot
1296 * taken branches and approximate the desired period
1344 static DEVICE_ATTR_RO(branches);
/linux-master/arch/x86/events/intel/
H A Dcore.c2289 /* must not have branches... */
2302 /* must not have branches... */
5609 static DEVICE_ATTR_RO(branches);
5639 /* branches */
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2680 int run_ctx_off, u8 **branches,
2708 branches[i] = prog;
2788 u8 **branches = NULL; local
2948 branches = kcalloc(fmod_ret->nr_links, sizeof(u8 *),
2950 if (!branches)
2954 run_ctx_off, branches, image, rw_image)) {
2994 /* Update the branches saved in invoke_bpf_mod_ret with the
2998 emit_cond_near_jump(&branches[i], image + (prog - (u8 *)rw_image),
2999 image + (branches[i] - (u8 *)rw_image), X86_JNE);
3052 kfree(branches);
2678 invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, u8 **branches, void *image, void *rw_image) argument
[all...]
/linux-master/drivers/media/i2c/
H A Dccs-pll.c84 } branches[] = { local
92 for (i = 0, br = branches; i < ARRAY_SIZE(branches); i++, br++) {
/linux-master/include/linux/
H A Dbpf_verifier.h373 * 'branches' field is the number of branches left to explore:
380 * One is fallthrough branch with branches==1 and another
382 * branches==1. The parent of this state has branches==1.
405 * If is_state_visited() sees a state with branches > 0 it means
417 u32 branches; member in struct:bpf_verifier_state
/linux-master/kernel/bpf/
H A Dverifier.c50 * All paths of conditional branches are analyzed until 'bpf_exit' insn.
61 * insn is less then 4K, but there are too many branches that change stack/regs.
62 * Number of 'branches to be analyzed' is limited to 1k
1442 dst_state->branches = src->branches;
1637 /* The head1->branches check decides between cases B and C in
1638 * comment for get_loop_entry(). If hdr1->branches == 0 then
1643 if (hdr1->branches && hdr1->dfs_depth <= cur1->dfs_depth) {
1652 u32 br = --st->branches;
1731 ++elem->st.parent->branches;
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py59 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-postgresql.py pt_example branches calls
173 # Show branches made during a function call (e.g. where call_id is 29357 and return_id is 29370 and tid is 29670)
175 # SELECT * FROM samples_view WHERE id >= 29357 AND id <= 29370 AND tid = 29670 AND event LIKE 'branches%';
281 printerr("where: columns 'all' or 'branches'");
297 if columns not in ("all", "branches"):
300 branches = (columns == "branches") variable
381 if branches:
1032 if branches:
H A Dexport-to-sqlite.py47 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-sqlite.py pt_example branches calls
102 printerr("where: columns 'all' or 'branches'");
118 if columns not in ("all", "branches"):
121 branches = (columns == "branches") variable
205 if branches:
589 if branches:
706 if branches:
/linux-master/tools/perf/tests/shell/
H A Dstat+std_output.sh14 event_name=(cpu-clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycles-backend cycles instructions branches branch-misses)
15 event_metric=("CPUs utilized" "CPUs utilized" "/sec" "/sec" "/sec" "frontend cycles idle" "backend cycles idle" "GHz" "insn per cycle" "/sec" "of all branches")
/linux-master/tools/perf/util/
H A Darm-spe.c1231 if (spe->synth_opts.branches) {

Completed in 2501 milliseconds

12