Searched refs:HPPA_REG_TCC (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 219 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() [all...] |
H A D | bpf_jit_comp32.c | 192 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() [all...] |
H A D | bpf_jit.h | 46 HPPA_REG_TCC = 3, enumerator 50 HPPA_REG_TCC = 18,
|
Completed in 5 milliseconds