Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 1602) sorted by relevance

12345678910>>...65

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c53 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
76 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
81 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
100 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
104 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
108 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
116 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
133 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
141 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
146 branch = INTEL_PT_BR_INDIRECT; in intel_pt_insn_decoder()
[all …]
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_ba.s17 ; Short forward branch.
22 ; Max short forward branch.
28 ; Short backward branch.
38 ; Transit branch (long).
45 ; Long forward branch.
54 ; Max short backward branch.
61 ; Max long forward branch.
70 ; Transit branch.
80 ; Transit branch.
90 ; Max long backward branch.
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py122 ourbranch = branch
123 if branch != "master" and branch not in release_series:
137 branch = possible_branch variable
139 branch = "master"
141 if branch == "master":
145 elif branch in release_series:
146 ourseries = branch
147 if branch in bitbake_mapping:
148 bitbakeversion = bitbake_mapping[branch]
225 if branch == devbranch:
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh25 -c COMMITISH test (checkout) this commit, <branch>:<commit> can be
26 specified to test specific commit of certain branch
117 branch=`echo "$commitish" | cut -d":" -f1`
120 branch="$commitish"
124 git branch -D $branch &> /dev/null
125 if ! git checkout -f $branch &> /dev/null; then
140 branch=`git symbolic-ref HEAD 2> /dev/null`
142 branch=${branch:11}
199 --branch-name "{hostname}/{branch}/{machine}" \
207 sanitized_branch=`echo $branch | tr / _`
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Djump_label.h25 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
30 : : "i" (key), "i" (2 | branch) : : l_yes); in arch_static_branch()
39 static __always_inline bool arch_static_branch(struct static_key * const key, const bool branch) in arch_static_branch() argument
44 : : "i" (key), "i" (branch) : : l_yes); in arch_static_branch()
53 …atic __always_inline bool arch_static_branch_jump(struct static_key * const key, const bool branch) in arch_static_branch_jump() argument
58 : : "i" (key), "i" (branch) : : l_yes); in arch_static_branch_jump()
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-branch22 branch = None
25 gitbranches = git.Git(filepath_repo).branch('-a').splitlines()
57 for branch in branches:
59 if branch != "core" and stripped.rfind(branch) != -1:
79 subject, branch = get_branch(args.repo, args.mbox, args.default_branch) variable
80 print("branch: %s" % branch)
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c202 static void lpc18xx_ccu_register_branch_gate_div(struct lpc18xx_clk_branch *branch, in lpc18xx_ccu_register_branch_gate_div() argument
210 if (branch->flags & CCU_BRANCH_HAVE_DIV2) { in lpc18xx_ccu_register_branch_gate_div()
215 div->reg = branch->offset + reg_base; in lpc18xx_ccu_register_branch_gate_div()
224 branch->gate.reg = branch->offset + reg_base; in lpc18xx_ccu_register_branch_gate_div()
225 branch->gate.bit_idx = 0; in lpc18xx_ccu_register_branch_gate_div()
227 branch->clk = clk_register_composite(NULL, branch->name, &parent, 1, in lpc18xx_ccu_register_branch_gate_div()
230 &branch->gate.hw, &lpc18xx_ccu_gate_ops, 0); in lpc18xx_ccu_register_branch_gate_div()
231 if (IS_ERR(branch->clk)) { in lpc18xx_ccu_register_branch_gate_div()
233 pr_warn("%s: failed to register %s\n", __func__, branch->name); in lpc18xx_ccu_register_branch_gate_div()
238 switch (branch->offset) { in lpc18xx_ccu_register_branch_gate_div()
[all …]
/openbmc/linux/drivers/edac/
H A Di7300_edac.c67 #define to_channel(ch, branch) ((((branch)) << 1) | (ch)) argument
450 branch, -1, rank, in i7300_process_fbd_error()
482 channel = (branch << 1); in i7300_process_fbd_error()
592 channel = to_channel(ch, branch); in decode_mtr()
594 mtr = pvt->mtr[slot][branch]; in decode_mtr()
767 for (branch = 0; branch < max_branch; branch++) { in i7300_init_csrows()
769 channel = to_channel(0, branch); in i7300_init_csrows()
790 for (branch = 0; branch < max_branch; branch++) { in i7300_init_csrows()
793 &pvt->mtr[slot][branch]); in i7300_init_csrows()
912 int branch; in i7300_put_devices() local
[all …]
/openbmc/linux/scripts/tracing/
H A Ddraw_functrace.py70 def __toString(self, branch, lastChild): argument
72 s = "%s----%s (%s)\n" % (branch, self._func, self._time)
74 s = "%s----%s\n" % (branch, self._func)
78 branch = branch[:-1] + " "
81 s += "%s" % self._children[i].__toString(branch +\
84 s += "%s" % self._children[i].__toString(branch +\
/openbmc/linux/tools/perf/util/
H A Dintel-bts.c80 struct branch { struct
89 struct branch *branch; in intel_bts_dump() argument
109 branch = (struct branch *)buf; in intel_bts_dump()
273 struct branch *branch) in intel_bts_synth_branch_sample() argument
363 struct branch *branch) in intel_bts_get_branch_type() argument
367 if (!branch->from) { in intel_bts_get_branch_type()
368 if (branch->to) in intel_bts_get_branch_type()
387 branch->from); in intel_bts_get_branch_type()
410 struct branch *branch; in intel_bts_process_buffer() local
420 branch = buffer->data; in intel_bts_process_buffer()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Djump_label.h19 const bool branch) in arch_static_branch() argument
28 : : "i"(&((char *)key)[branch]) : : l_yes); in arch_static_branch()
36 const bool branch) in arch_static_branch_jump() argument
45 : : "i"(&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/loongarch/include/asm/
H A Djump_label.h23 static __always_inline bool arch_static_branch(struct static_key * const key, const bool branch) in arch_static_branch() argument
28 : : "i"(&((char *)key)[branch]) : : l_yes); in arch_static_branch()
36 …atic __always_inline bool arch_static_branch_jump(struct static_key * const key, const bool branch) in arch_static_branch_jump() argument
41 : : "i"(&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/riscv/include/asm/
H A Djump_label.h18 const bool branch) in arch_static_branch() argument
32 : : "i"(&((char *)key)[branch]) : : label); in arch_static_branch()
40 const bool branch) in arch_static_branch_jump() argument
54 : : "i"(&((char *)key)[branch]) : : label); in arch_static_branch_jump()
/openbmc/linux/arch/parisc/include/asm/
H A Djump_label.h13 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
22 : : "i" (&((char *)key)[branch]), "i" (sizeof(long)) in arch_static_branch()
30 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() argument
39 : : "i" (&((char *)key)[branch]), "i" (sizeof(long)) in arch_static_branch_jump()
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py51 branch = args.branch
58 branch = s.split("=")[1]
63 return (uri.split("/")[-1].replace(".git", ""), branch)
72 branch = None
91 (project, branch) = uri
93 if project and branch and sha:
94 return (project, branch, sha)
184 reset_args = ["--hard", "origin/{}".format(args.branch)]
206 "HEAD:refs/for/{}%topic=autobump".format(args.branch),
227 parser.set_defaults(branch="master")
/openbmc/linux/arch/csky/include/asm/
H A Djump_label.h13 bool branch) in arch_static_branch() argument
22 : : "i"(&((char *)key)[branch]) : : label); in arch_static_branch()
30 bool branch) in arch_static_branch_jump() argument
39 : : "i"(&((char *)key)[branch]) : : label); in arch_static_branch_jump()
/openbmc/linux/arch/s390/include/asm/
H A Djump_label.h26 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
34 : : JUMP_LABEL_STATIC_KEY_CONSTRAINT (key), "i" (branch) : : label); in arch_static_branch()
40 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() argument
48 : : JUMP_LABEL_STATIC_KEY_CONSTRAINT (key), "i" (branch) : : label); in arch_static_branch_jump()
/openbmc/linux/arch/sparc/include/asm/
H A Djump_label.h11 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
20 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch()
27 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() argument
36 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/xtensa/include/asm/
H A Djump_label.h14 bool branch) in arch_static_branch() argument
21 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch()
29 bool branch) in arch_static_branch_jump() argument
49 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/arm/include/asm/
H A Djump_label.h12 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
19 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch()
26 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() argument
33 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/arc/include/asm/
H A Djump_label.h32 bool branch) in arch_static_branch() argument
40 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch()
48 bool branch) in arch_static_branch_jump() argument
56 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/linux/arch/powerpc/include/asm/
H A Djump_label.h18 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() argument
26 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch()
33 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() argument
41 : : "i" (&((char *)key)[branch]) : : l_yes); in arch_static_branch_jump()
/openbmc/u-boot/tools/patman/
H A Dgitutil.py84 def GuessUpstream(git_dir, branch): argument
100 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)]
104 return None, "Branch '%s' not found" % branch
114 def GetUpstream(git_dir, branch): argument
128 'branch.%s.remote' % branch)
130 'branch.%s.merge' % branch)
132 upstream, msg = GuessUpstream(git_dir, branch)
142 "'%s' remote='%s', merge='%s'" % (branch, remote, merge))
145 def GetRangeInBranch(git_dir, branch, include_upstream=False): argument
155 upstream, msg = GetUpstream(git_dir, branch)
[all …]
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py177 has_range = options.branch and '..' in options.branch
179 if not options.branch:
192 options.branch))
199 "set branch's upstream or use -c flag" % options.branch)
240 if options.branch:
243 range_expr = options.branch
246 options.branch)
248 options.branch)
256 series = patchstream.GetMetaDataForList(options.branch,
283 if options.branch:
[all …]
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst6 Spectre is a class of side channel attacks that exploit branch prediction
18 use branch prediction and speculative execution.
55 buffers, and branch predictors. Malicious software may be able to
254 from not using indirect branch speculation and clearing the branch
263 This prevents the branch target buffer from being used for branch
294 indirect branch speculation disabled via prctl(). The branch target
489 -mindirect-branch=thunk-extern -mindirect-branch-register options.
504 indirect branch predictor entry, and although branch predictor entries are
542 can disable indirect branch speculation via prctl() (See
607 (indirect branch prediction) vulnerability. System may
[all …]

12345678910>>...65