Searched refs:BRANCH (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 121 #define BRANCH (F2(0, 1) | XCC) macro 124 #define BA (BRANCH | CONDA) 125 #define BG (BRANCH | CONDG) 126 #define BL (BRANCH | CONDL) 127 #define BLE (BRANCH | CONDLE) 128 #define BGU (BRANCH | CONDGU) 129 #define BLEU (BRANCH | CONDLEU) 130 #define BGE (BRANCH | CONDGE) 131 #define BGEU (BRANCH | CONDGEU) 132 #define BLU (BRANCH | CONDLU) [all …]
|
/linux-6.1.9/drivers/pwm/ |
D | pwm-stmpe.c | 97 #define BRANCH (BIT(15) | BIT(13)) macro 215 program[1] = BRANCH; in stmpe_24xx_pwm_config()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | sstep.h | 36 BRANCH, enumerator
|
/linux-6.1.9/tools/perf/util/ |
D | dlfilter.c | 325 CHECK_FLAG(BRANCH); in dlfilter__init()
|
D | parse-events.c | 1236 ADD_CONFIG_TERM_STR(BRANCH, term->val.str, term->weak); in get_config_terms()
|
/linux-6.1.9/arch/powerpc/lib/ |
D | sstep.c | 1366 op->type = BRANCH; in analyse_instr() 1388 op->type = BRANCH | BRTAKEN; in analyse_instr() 1412 op->type = BRANCH; in analyse_instr() 3234 case BRANCH: in emulate_update_regs()
|
/linux-6.1.9/kernel/trace/ |
D | trace.h | 1159 C(BRANCH, "branch"),
|
/linux-6.1.9/kernel/bpf/ |
D | verifier.c | 10740 BRANCH = 2, enumerator 10782 if (e == BRANCH && insn_state[t] >= (DISCOVERED | BRANCH)) in push_insn() 10791 if (e == BRANCH) in push_insn() 10835 ret = push_insn(t, t + insns[t].imm + 1, BRANCH, env, in visit_func_call_insn() 10908 return push_insn(t, t + insns[t].off + 1, BRANCH, env, true); in visit_insn()
|
/linux-6.1.9/ |
D | MAINTAINERS | 19541 STABLE BRANCH 19659 STATIC BRANCH/CALL
|