Searched refs:branch (Results 201 - 225 of 228) sorted by relevance

12345678910

/linux-master/include/uapi/drm/
H A Di915_drm.h3575 /** @branch: Firmware branch version. */
3576 __u32 branch; member in struct:drm_i915_query_guc_submission_version
/linux-master/arch/loongarch/kernel/
H A Dtraps.c34 #include <asm/branch.h>
/linux-master/arch/x86/events/amd/
H A Dcore.c936 /* Read branch records */
1334 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
1463 /* branch sampling must be stopped when entering low power */
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h3575 /** @branch: Firmware branch version. */
3576 __u32 branch; member in struct:drm_i915_query_guc_submission_version
/linux-master/drivers/usb/host/
H A Dohci-hcd.c249 frame |= ed->branch;
/linux-master/arch/x86/events/
H A Dcore.c1912 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS );
1913 EVENT_ATTR(branch-misses, BRANCH_MISSES );
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S42 @ i-cache availability, branch penalties, etc.
/linux-master/arch/x86/events/intel/
H A Dpt.c114 PMU_FORMAT_ATTR(branch, "config:13" );
518 * grown features outside of branch tracing, it is useful to allow
/linux-master/arch/x86/kernel/
H A Dapm_32.c234 #include <asm/nospec-branch.h>
/linux-master/arch/mips/kernel/
H A Dptrace.c34 #include <asm/branch.h>
H A Dmips-r2-to-r6-emul.c22 #include <asm/branch.h>
H A Dtraps.c44 #include <asm/branch.h>
1006 * delay slot of an emulated branch.
1957 * In branch delay slot.
/linux-master/drivers/firewire/
H A Dohci.c139 * The descriptor containing the branch address of the first
145 * The last descriptor block in the DMA program. It contains the branch
1085 __le16 branch; local
1087 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS);
1089 /* figure out which descriptor the branch address goes in */
1090 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))
1114 /* If the branch address points to a buffer outside of the
1196 * branch address and looks like it's been sent. That way we
1285 * the branch address in the first descriptor.
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S32 # effect, branches to one of the branch table entries located
443 set bsun_bit, 7 # branch on unordered
1026 # then we have to branch to real_inex.
1354 # branch to _real_inex() (even if the result was exact!);
1621 # was exact, then a branch to _real_inex() is made.
1932 # branch to _real_inex() (even if the result was exact!);
2584 # store a result. then, only fcmp will branch back and pick up a dst operand.
6105 # codes are already set so branch accordingly.
8748 # operand is not a NORM: check its optype and branch accordingly
13661 fbge.w pos_res # if pos, branch
[all...]
H A Dfpsp.S33 # effect, branches to one of the branch table entries located
444 set bsun_bit, 7 # branch on unordered
1027 # then we have to branch to real_inex.
1355 # branch to _real_inex() (even if the result was exact!);
1622 # was exact, then a branch to _real_inex() is made.
1933 # branch to _real_inex() (even if the result was exact!);
2585 # store a result. then, only fcmp will branch back and pick up a dst operand.
3847 # exception. if so, branch directly to that handler's entry point.
3859 # Instruction exception stack frame else branch to the OS entry
4329 bra.w funimp_done # branch t
[all...]
H A Dfplsp.S33 # effect, branches to one of the branch table entries located here.
424 set bsun_bit, 7 # branch on unordered
6728 # form. Thus taking the branch to Step 2 guarantees #
6731 # 16380 log(2) and the branch to Step 9 is taken. #
6734 # 2.1 Set AdjFlag := 0 (indicates the branch 1.3 -> 2 #
7120 #--This is the normal branch: 2^(-65) <= |X| < 16380 log2.
9312 # Source is outside of 2^14 range. Test the sign and branch
9849 bpl.b dz_pinf # branch if pos sign
10498 bmi.b ld_minf # if negative branch
10524 bmi.b ld_minf # if negative branch
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c99 struct drm_dp_mst_branch *branch);
1355 * drm_dp_mst_port are somewhat unusual. Both ports and branch devices have
1362 * means each branch and port will be considered to be connected to the rest
1373 * branch's last known state before it was disconnected from the topology.
1374 * When the malloc refcount of a port or branch reaches 0, the memory
1396 * Each starts from the branch which incremented the refcount, and ends at
1397 * the branch to which the refcount belongs to, i.e. the arrow points the
1400 * As you can see in the above figure, every branch increments the topology
1411 * Ports and branch devices which have been released from memory are
1414 * Whenever a port or branch devic
5142 drm_dp_mst_port_downstream_of_branch(struct drm_dp_mst_port *port, struct drm_dp_mst_branch *branch) argument
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S38 * copy with ldw/stw; branch to finish_up
40 * copy with ldx/stx; branch to finish_up
46 * copy words; branch to finish_up
48 * load words, shift half words, store words; branch to finish_up
50 * load words, shift 3 bytes, store words; branch to finish_up
52 * load words, shift 1 byte, store words; branch to finish_up
302 bnz,pt %xcc, .Lunalignsetup ! branch to skip if not word aligned
/linux-master/tools/perf/util/
H A Dheader.c1921 pr_warning("Unknown branch sample type (0x%llx) is detected. "
2085 fprintf(fp, "# contains samples with branch stack\n");
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c19 * required, e.g. in branch delay slots.
29 #include <asm/branch.h>
419 * Redundant with logic already in kernel/branch.c,
666 * this is not a branch and let it break later on.
968 * Two instructions if the instruction is in a branch delay slot.
1005 * The instruction to be emulated is in a branch delay slot
1006 * which means that we have to emulate the branch instruction
1009 * This branch could be a COP1 branch, but in that case we
1013 * Linux MIPS branch emulato
[all...]
/linux-master/arch/x86/net/
H A Dbpf_jit_comp32.c17 #include <asm/nospec-branch.h>
2407 * For simplicity of branch offset computation,
2499 * to validate assumptions made for computing branch
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1100 switch (p->cond.branch) {
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c31 #include <asm/nospec-branch.h>
1703 * For example for s390x with offset 0 we jump to the branch
1705 * branch to the instruction behind the branch.
2156 /* Verify the branch to be patched. */
2166 * The branch already points to the destination,
2186 /* Adjust the mask of the branch. */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c14629 * i40e_switch_branch_release - Delete a branch of the switch tree
14630 * @branch: where to start deleting
14632 * This uses recursion to find the tips of the branch to be
14635 static void i40e_switch_branch_release(struct i40e_veb *branch) argument
14637 struct i40e_pf *pf = branch->pf;
14638 u16 branch_seid = branch->seid;
14639 u16 veb_idx = branch->idx;
14646 if (veb->uplink_seid == branch->seid)
14652 * the VEB itself, so don't use (*branch) after this loop.
/linux-master/kernel/bpf/
H A Dverifier.c147 * insn, the register holding that pointer in the true branch changes state to
149 * branch. See check_cond_jmp_op().
163 * passes through a NULL-check conditional. For the branch wherein the state is
173 /* verifier_state + insn_idx are pushed to stack when branch is encountered */
1600 * - use st->branch == 0 as a signal that DFS of succ had been finished
1603 * - use st->branch > 0 as a signal that st is in the current DFS path;
1727 * 1. speculative states will bump 'branches' for non-branch
3323 /* for any branch, call, exit record the history of jmps in the given state */
4106 * knowledge: if precise value or range is useful to prune jump branch, BPF
4148 * checkpoint it and branch of
12671 struct bpf_verifier_state *branch; local
[all...]

Completed in 621 milliseconds

12345678910