Searched refs:HPPA_REG_TCC_IN_INIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit.h | 48 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31, enumerator 52 HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
|
D | bpf_jit_comp64.c | 219 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx); in __build_epilogue() 1129 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_IN_INIT); in bpf_jit_build_prologue() 1130 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx); in bpf_jit_build_prologue() 1136 emit(hppa_beq(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, 6 - HPPA_BRANCH_DISPLACEMENT), ctx); in bpf_jit_build_prologue()
|
D | bpf_jit_comp32.c | 192 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_IN_INIT), ctx); in __build_epilogue() 1500 emit(hppa_ldi(MAX_TAIL_CALL_CNT, HPPA_REG_TCC_IN_INIT), ctx); in bpf_jit_build_prologue() 1506 …emit(hppa_bne(HPPA_REG_TCC_IN_INIT, HPPA_REG_R1, ctx->prologue_len - 2 - HPPA_BRANCH_DISPLACEMENT)… in bpf_jit_build_prologue()
|