Searched refs:branch (Results 126 - 150 of 229) sorted by relevance

12345678910

/linux-master/arch/x86/kernel/
H A Dftrace_64.S12 #include <asm/nospec-branch.h>
/linux-master/arch/mips/kernel/
H A DMakefile8 obj-y += head.o branch.o cmpxchg.o elf.o entry.o genex.o idle.o irq.o \
H A Dkprobes.c23 #include <asm/branch.h>
95 pr_notice("Kprobes for branch delayslot are not supported\n");
119 * branch instruction, we need to execute the instruction at
191 * Evaluate the branch instruction at probed address during probe hit. The
197 * false for NOP instruction in dealyslot and the branch-likely instructions
198 * when the branch is taken. And for those cases we set a flag as
229 pr_notice("Failed to emulate branch instruction because of unaligned epc - sending SIGBUS to %s.\n", current->comm);
263 * breakpoint trap. In case of branch instructions, the target
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S11 #include <asm/nospec-branch.h>
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c11 #include <asm/nospec-branch.h>
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S6 #include <asm/nospec-branch.h>
/linux-master/arch/x86/entry/
H A Dcommon.c35 #include <asm/nospec-branch.h>
H A Dcalling.h11 #include <asm/nospec-branch.h>
/linux-master/arch/x86/lib/
H A Dretpoline.S10 #include <asm/nospec-branch.h>
152 * This guarantees that those two addresses will alias in the branch
295 * no branch) which is halted by the INT3.
H A Dchecksum_32.S28 #include <asm/nospec-branch.h>
/linux-master/arch/loongarch/mm/
H A Dfault.c27 #include <asm/branch.h>
/linux-master/arch/mips/mm/
H A Dfault.c25 #include <asm/branch.h>
/linux-master/arch/s390/kernel/
H A Dftrace.c22 #include <asm/nospec-branch.h>
258 * there is branch relative on condition. To enable the ftrace graph code
262 * all ones, which turns the instruction into an unconditional branch.
/linux-master/arch/m68k/fpsp040/
H A Dround.S317 beqs ms_clr |branch if no bits were set
342 beqs all_clr |branch if none set
345 bmis greater |then branch
360 beqs lower |branch if ms mant is all 0's
426 bnes not_ext |else branch
444 bpls chk_stky |then branch (all bits would be
457 bpls chk_stky |then branch (all bits would be
H A Dsgetem.S112 bnes upper |then branch
H A Dsint.S145 bgts out_rnge |branch if exp < 63
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c938 struct list_head branch[HNS_ROCE_MAX_BT_REGION]; member in struct:hns_roce_hem_head
1286 &head->branch[i], &head->leaf);
1300 list_splice(&head->branch[i], &hem_list->mid_bt[i][0]);
1330 INIT_LIST_HEAD(&head.branch[i]);
1338 hem_list_free_all(hr_dev, &head.branch[i], false);
/linux-master/tools/perf/util/
H A Dcallchain.c32 #include "branch.h"
119 if (!strncmp(value, "branch", strlen(value))) {
597 if (cursor_node->branch) {
603 * to imply it's "to" of a branch.
608 perror("not enough memory for the code path branch statistics");
627 * It's "from" of a branch
767 if (match == MATCH_EQ && node->branch) {
772 * It's "to" of a branch
777 perror("not enough memory for the code path branch statistics");
795 * It's "from" of a branch
1079 callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, struct map_symbol *ms, bool branch, struct branch_flags *flags, int nr_loop_iter, u64 iter_cycles, u64 branch_from, const char *srcline) argument
[all...]
/linux-master/arch/xtensa/kernel/
H A Dvectors.S652 # branch to user or kernel vector
676 bbsi.l a0, PS_UM_BIT, 1f # branch if user mode
/linux-master/drivers/gpu/drm/i915/
H A Di915_query.c572 if (ver.branch || ver.major || ver.minor || ver.patch)
575 ver.branch = 0;
/linux-master/arch/sparc/kernel/
H A Dwof.S96 be,a spwin_fromuser ! all user wins, branch
155 * specific and thus this branch instruction will need to
158 * circumstances whatsoever! It will branch back to the
163 * to be bogus for some reason the routine shall branch to
/linux-master/arch/arm/lib/
H A Ddiv64.S140 @ If possible, branch for another shift in the division loop.
/linux-master/arch/x86/include/asm/xen/
H A Dhypercall.h47 #include <asm/nospec-branch.h>
/linux-master/kernel/trace/
H A Dtrace_entries.h322 FTRACE_ENTRY(branch, trace_branch,
/linux-master/arch/x86/include/asm/
H A Defi.h8 #include <asm/nospec-branch.h>

Completed in 319 milliseconds

12345678910