Searched refs:branch (Results 176 - 200 of 229) sorted by relevance

12345678910

/linux-master/arch/sparc/kernel/
H A Dtsb.S196 * instruction get nop'd out and we get here to branch
232 * instruction get nop'd out and we get here to branch
307 or %g3, 0x7c, %g3 ! Compute branch offset
/linux-master/arch/arm/kernel/
H A Dphys2virt.S213 ldrcc r7, [r4] @ use branch for delay slot
/linux-master/drivers/usb/host/
H A Disp116x.h318 u16 branch; member in struct:isp116x_ep
H A Dohci.h64 u8 branch; member in struct:ed
H A Disp1362.h402 u8 branch; member in struct:isp1362_ep
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S94 | or unfl bits set in the fpsr. If any of these are set, branch
H A Dres_func.S61 beqs monadic |then branch
1493 bne int_dnrm |if so, branch
1538 bne int_dnrm |branch if so
1583 bne int_dnrm |branch if so
1696 bne sp_catas |branch if so
1711 bne dp_catas |branch if so
H A Dbugfix.S172 | Simply branch to fix_done and exit normally.
H A Dfpsp.h229 .set bsun_bit,7 | branch on unordered
H A Dutil.S356 beql unf_e1_exc |branch to e1 underflow
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh459 # Disable branch
460 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/branch=0/u uname
461 # Should not get branch related packets
506 if ! perf_record_no_decode -o "${perfdatafile}" --aux-sample=8192 -e '{intel_pt//u,branch-misses:u}' uname ; then
544 # Python script to determine the maximum size of branch stacks
/linux-master/arch/x86/include/asm/
H A Dparavirt.h16 #include <asm/nospec-branch.h>
/linux-master/arch/x86/entry/
H A Dentry_32.S48 #include <asm/nospec-branch.h>
827 * we're keeping that code behind a branch which will predict as
H A Dentry_64.S40 #include <asm/nospec-branch.h>
1497 * This sequence executes branches in order to remove user branch information
1498 * from the branch history tracker in the Branch Predictor, therefore removing
1507 * and not clearing the branch history. The call tree looks like:
/linux-master/arch/x86/mm/
H A Dtlb.c17 #include <asm/nospec-branch.h>
394 * Avoid user/user BTB poisoning by flushing the branch predictor
/linux-master/arch/s390/mm/
H A Dvmem.c19 #include <asm/nospec-branch.h>
/linux-master/arch/s390/kernel/
H A Dmodule.c26 #include <asm/nospec-branch.h>
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c90 u32 insn_br; /* branch to target */
198 * Whereas arm64 branch instructions encode the offset
199 * from the branch itself, so we must subtract 1 from the
1910 __le32 *branch; local
1946 branch = ctx->image + ctx->idx;
1959 int offset = &ctx->image[ctx->idx] - branch;
1960 *branch = cpu_to_le32(A64_CBZ(1, A64_R(0), offset));
1990 /* Save the location of branch, and generate a nop.
2361 /* Replace the branch instruction from @ip to @old_addr in a bpf prog or a bpf
2362 * trampoline with the branch instructio
[all...]
/linux-master/drivers/video/fbdev/
H A Dpxafb.c89 struct fb_var_screeninfo *var, int branch);
1107 int branch)
1113 dma = DMA_BASE + (branch ? DMA_MAX : 0);
1114 pal = (bpp >= 16) ? PAL_NONE : PAL_BASE + (branch ? PAL_MAX : 0);
1105 setup_base_frame(struct pxafb_info *fbi, struct fb_var_screeninfo *var, int branch) argument
/linux-master/arch/sparc/mm/
H A Dultra.S227 be,pn %xcc, 2f ! Nope, branch
230 bne,pt %xcc, 2f ! Nope, branch
/linux-master/scripts/
H A Dget_maintainer.pl770 my $branch = "";
771 $branch = $3 if $3;
772 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S32 # effect, branches to one of the branch table entries located here.
205 beq.b ldqpos # branch to quot positive
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.h1805 u32 branch:2; member in struct:rtw_phy_cond
1811 u32 branch:2;
1823 /* for branch:2 */
/linux-master/arch/mips/kernel/
H A Dbranch.c13 #include <asm/branch.h>
26 * Calculate and return exception PC in case of branch delay slot
34 /* Calculate exception PC in branch delay slot. */
257 * Compute return address and emulate branch in microMIPS mode after an
315 * Compute return address and emulate branch in MIPS16e mode after an
394 * All other cases have no branch delay slot and are 16-bits.
404 * branch simulation, if required.
407 * @insn: branch instruction to decode
410 * evaluating the branch.
415 * is only executed if the branch wa
[all...]
H A Dunaligned.c85 #include <asm/branch.h>
585 /* roll back jump/branch */
960 /* roll back jump/branch */
1204 regs->cp0_epc = contpc; /* advance or branch */
1212 /* roll back jump/branch */
1493 /* roll back jump/branch */
1554 * Do branch emulation only if we didn't forward the exception.

Completed in 516 milliseconds

12345678910