Searched refs:BRANCH (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/net/ |
H A 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/drivers/pwm/ |
H A D | pwm-stmpe.c | 95 #define BRANCH (BIT(15) | BIT(13)) macro 215 program[1] = BRANCH; in stmpe_24xx_pwm_config()
|
/linux/tools/perf/util/ |
H A D | dlfilter.c | 371 CHECK_FLAG(BRANCH); in dlfilter__init()
|
/linux/kernel/trace/ |
H A D | trace.h | 1296 C(BRANCH, "branch"),
|
/linux/kernel/bpf/ |
H A D | verifier.c | 16637 BRANCH = 2, enumerator 16688 if (e == BRANCH && insn_state[t] >= (DISCOVERED | BRANCH)) in push_insn() 16697 if (e == BRANCH) { in push_insn() 16748 ret = push_insn(t, w, BRANCH, env); in visit_func_call_insn() 17118 return push_insn(t, t + insn->off + 1, BRANCH, env); in visit_insn()
|
/linux/ |
H A D | MAINTAINERS | 22501 STABLE BRANCH 22717 STATIC BRANCH/CALL
|