Home
last modified time | relevance | path

Searched refs:HPPA_REG_TCC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c219 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx); in __build_epilogue()
377 REG_FORCE_SEEN(ctx, HPPA_REG_TCC); in emit_bpf_tail_call()
378 emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx); in emit_bpf_tail_call()
379 emit(hppa_bge(HPPA_REG_TCC, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
477 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
478 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx); in emit_call()
496 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
497 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx); in emit_call()
1165 REG_WAS_SEEN(ctx, HPPA_REG_TCC)) \ in bpf_jit_build_prologue()
1181 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in bpf_jit_build_prologue()
[all …]
H A Dbpf_jit_comp32.c192 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx); in __build_epilogue()
918 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
919 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx); in emit_call()
932 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in emit_call()
933 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx); in emit_call()
975 REG_FORCE_SEEN(ctx, HPPA_REG_TCC); in emit_bpf_tail_call()
976 emit(hppa_ldo(-1, HPPA_REG_TCC, HPPA_REG_TCC), ctx); in emit_bpf_tail_call()
977 emit(hppa_bge(HPPA_REG_TCC, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_bpf_tail_call()
1531 if (REG_WAS_SEEN(ctx, HPPA_REG_TCC)) in bpf_jit_build_prologue()
1532 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit.h46 HPPA_REG_TCC = 3, enumerator
50 HPPA_REG_TCC = 18,