Searched refs:REG_FORCE_SEEN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 377 REG_FORCE_SEEN(ctx, HPPA_REG_TCC); in emit_bpf_tail_call() 476 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_SAVED); in emit_call() 1129 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_IN_INIT); in bpf_jit_build_prologue() 1174 REG_FORCE_SEEN(ctx, HPPA_REG_T0); in bpf_jit_build_prologue() 1175 REG_FORCE_SEEN(ctx, HPPA_REG_T1); in bpf_jit_build_prologue() 1176 REG_FORCE_SEEN(ctx, HPPA_REG_T2); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 975 REG_FORCE_SEEN(ctx, HPPA_REG_TCC); in emit_bpf_tail_call() 1514 REG_FORCE_SEEN(ctx, HPPA_REG_T0); in bpf_jit_build_prologue() 1515 REG_FORCE_SEEN(ctx, HPPA_REG_T1); in bpf_jit_build_prologue() 1516 REG_FORCE_SEEN(ctx, HPPA_REG_T2); in bpf_jit_build_prologue() 1517 REG_FORCE_SEEN(ctx, HPPA_REG_T3); in bpf_jit_build_prologue() 1518 REG_FORCE_SEEN(ctx, HPPA_REG_T4); in bpf_jit_build_prologue() 1519 REG_FORCE_SEEN(ctx, HPPA_REG_T5); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 79 #define REG_FORCE_SEEN(ctx, nr) { ctx->reg_seen |= BIT(nr); } macro
|