Searched refs:branch (Results 26 - 50 of 228) sorted by relevance

12345678910

/linux-master/drivers/clk/qcom/
H A Dclk-branch.c15 #include "clk-branch.h"
141 struct clk_branch branch = mem_br->branch; local
145 regmap_update_bits(branch.clkr.regmap, mem_br->mem_enable_reg,
148 ret = regmap_read_poll_timeout(branch.clkr.regmap, mem_br->mem_ack_reg,
151 WARN(1, "%s mem enable failed\n", clk_hw_get_name(&branch.clkr.hw));
162 regmap_update_bits(mem_br->branch.clkr.regmap, mem_br->mem_enable_reg,
H A Decpricc-qdu1000.c15 #include "clk-branch.h"
924 .branch = {
947 .branch = {
970 .branch = {
993 .branch = {
1016 .branch = {
1057 .branch = {
1080 .branch = {
1103 .branch = {
1126 .branch
[all...]
H A Dclk-branch.h44 * @mem_enable_reg: branch clock memory gating register
45 * @mem_ack_reg: branch clock memory ack register
46 * @mem_enable_ack_mask: branch clock memory enable and ack field in @mem_ack_reg
47 * @branch: branch clock gating handle
55 struct clk_branch branch; member in struct:clk_mem_branch
117 container_of(to_clk_branch(_hw), struct clk_mem_branch, branch)
/linux-master/tools/perf/tests/shell/
H A Dtest_brstack.sh2 # Check branch stack sampling
11 # skip the test if the hardware doesn't support branch stack sampling
13 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then
30 echo "Testing user branch stack sampling"
32 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u -- ${TESTPROG} > /dev/null 2>&1
35 # example of branch entries:
49 # some branch types are still not being tested:
53 # first argument <arg0> is the argument passed to "--branch-stack <arg0>,save_type,u"
54 # second argument are the expected branch types for the given filter
59 echo "Testing branch stac
[all...]
/linux-master/arch/x86/include/asm/
H A Duprobes.h38 } branch; member in union:arch_uprobe::__anon206
H A Dirqflags.h9 #include <asm/nospec-branch.h>
H A Dentry-common.h8 #include <asm/nospec-branch.h>
/linux-master/arch/s390/kernel/
H A Dnospec-branch.c5 #include <asm/nospec-branch.h>
44 pr_info("Spectre V2 mitigation: limited branch prediction\n");
102 static const u8 branch[] = { 0x47, 0x00, 0x07, 0x00 }; local
108 memcpy(insnbuf + 2, branch, sizeof(branch));
/linux-master/tools/perf/util/
H A Dintel-bts.c80 struct branch { struct
89 struct branch *branch; local
90 size_t i, pos = 0, br_sz = sizeof(struct branch), sz;
109 branch = (struct branch *)buf;
111 le64_to_cpu(branch->from),
112 le64_to_cpu(branch->to),
113 le64_to_cpu(branch->misc) & 0x10 ?
239 for (; offs < len_a; offs += sizeof(struct branch)) {
272 intel_bts_synth_branch_sample(struct intel_bts_queue *btsq, struct branch *branch) argument
362 intel_bts_get_branch_type(struct intel_bts_queue *btsq, struct branch *branch) argument
410 struct branch *branch; local
[all...]
H A Dblock-range.c72 * @start: branch target starting this basic block
73 * @end: branch ending this basic block
314 struct annotated_branch *branch; local
327 branch = symbol__annotation(sym)->branch;
328 if (!branch)
331 return (double)br->coverage / branch->max_coverage;
/linux-master/drivers/edac/
H A Di7300_edac.c54 * On normal operation mode, the two channels on a branch should be
67 #define to_channel(ch, branch) ((((branch)) << 1) | (ch))
69 #define to_csrow(slot, ch, branch) \
70 (to_channel(ch, branch) | ((slot) << 2))
411 unsigned branch, channel, bank, rank, cas, ras; local
428 branch = (GET_FBD_FAT_IDX(error_reg) == 2) ? 1 : 0;
450 branch, -1, rank,
464 branch = (GET_FBD_NF_IDX(error_reg) == 2) ? 1 : 0;
482 channel = (branch <<
585 decode_mtr(struct i7300_pvt *pvt, int slot, int ch, int branch, struct i7300_dimm_info *dinfo, struct dimm_info *dimm) argument
751 int ch, branch, slot, channel, max_channel, max_branch; local
912 int branch; local
[all...]
H A Di5400_edac.c517 int branch; local
541 branch = extract_fbdchan_indx(info->ferr_fat_fbd);
542 channel = branch;
553 type, rank, channel, channel + 1, branch >> 1, bank,
565 branch >> 1, -1, rank,
582 int branch; local
606 branch = extract_fbdchan_indx(info->ferr_nf_fbd);
613 * from branch base of 0 */
614 channel += branch;
626 rank, channel, branch >>
963 int channel, branch; local
[all...]
/linux-master/arch/x86/platform/efi/
H A Defi_stub_64.S11 #include <asm/nospec-branch.h>
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpm-clocks.c74 .branch = true,
81 .branch = true,
/linux-master/include/linux/
H A Djump_label.h33 * an "if (static_branch_unlikely(&key))" statement is an unconditional branch
38 * unconditional branch to the out-of-line true branch. Keys that are
42 * At runtime we can change the branch target by setting the key
44 * static_branch_disable(). If the direction of the branch is switched by
45 * these calls then we run-time modify the branch target via a
49 * to the out-of-line of true branch.
52 * the key or branch direction via static_branch_{inc,dec}. Thus,
56 * Since this relies on modifying code, the branch modifying functions
69 * simple conditional branch
[all...]
/linux-master/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh92 compose_synth() { # event_name branch
184 branch=$1.$2.$3
198 xbc_get_val ${branch}.probes | while read line; do
203 run_cmd "echo '`compose_synth $3 ${branch}.fields`' >> $TRACEFS/synthetic_events"
207 set_value_of ${branch}.filter ${eventdir}/filter
208 set_array_of ${branch}.actions ${eventdir}/trigger
210 setup_histograms ${branch}.hist ${eventdir}/trigger
212 if xbc_has_key ${branch}.enable; then
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh17 # see which commit came from which branch.
60 echo ' --- git branch ' $gitbr
67 echo ' --- commit ' $i from branch $gitbr
78 echo kvm.sh return code $ret for commit $i from branch $gitbr
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.h41 enum intel_pt_insn_branch branch; member in struct:intel_pt_insn
/linux-master/arch/riscv/kernel/probes/
H A Ddecode-insn.c45 RISCV_INSN_SET_SIMULATE(branch, insn);
/linux-master/drivers/gpu/drm/ci/
H A Dbuild-igt.sh6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout
/linux-master/arch/x86/
H A DMakefile16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
87 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
88 KBUILD_RUSTFLAGS += -Zcf-protection=branch -Zno-jump-tables
/linux-master/fs/sysv/
H A Ditree.c129 Indirect *branch)
135 branch[0].key = sysv_new_block(inode->i_sb);
136 if (branch[0].key) for (n = 1; n < num; n++) {
140 branch[n].key = sysv_new_block(inode->i_sb);
141 if (!branch[n].key)
147 parent = block_to_cpu(SYSV_SB(inode->i_sb), branch[n-1].key);
150 sysv_free_block(inode->i_sb, branch[n].key);
155 branch[n].bh = bh;
156 branch[n].p = (sysv_zone_t*) bh->b_data + offsets[n];
157 *branch[
126 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
[all...]
/linux-master/fs/minix/
H A Ditree_common.c73 Indirect *branch)
80 branch[0].key = cpu_to_block(parent);
87 branch[n].key = cpu_to_block(nr);
96 branch[n].bh = bh;
97 branch[n].p = (block_t*) bh->b_data + offsets[n];
98 *branch[n].p = branch[n].key;
109 bforget(branch[i].bh);
111 minix_free_block(inode, block_to_cpu(branch[i].key));
334 /* Clear the ends of indirect blocks on the shared branch */
70 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
[all...]
/linux-master/lib/
H A Dtest_static_keys.c41 #define test_key_func(key, branch) \
42 static bool key ## _ ## branch(void) \
44 return branch(&key); \
/linux-master/tools/testing/ktest/examples/include/
H A Dpatchcheck.conf27 # Change PATCH_CHECKOUT to be the branch you want to test. The test will
28 # do a git checkout of this branch before starting. Obviously both
29 # PATCH_START and PATCH_END must be in this branch (and PATCH_START must
32 PATCH_CHECKOUT := test/branch

Completed in 339 milliseconds

12345678910