Searched refs:HPPA_REG_TCC_SAVED (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 476 REG_FORCE_SEEN(ctx, HPPA_REG_TCC_SAVED); in emit_call() 478 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx); in emit_call() 497 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx); in emit_call() 520 REG_SET_SEEN(ctx, HPPA_REG_TCC_SAVED); in emit_call_libgcc_ll() 521 emit(hppa_copy(HPPA_REG_RET0, HPPA_REG_TCC_SAVED), ctx); in emit_call_libgcc_ll() 551 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_RET0), ctx); in emit_call_libgcc_ll()
|
H A D | bpf_jit.h | 47 HPPA_REG_TCC_SAVED = 4, enumerator 51 HPPA_REG_TCC_SAVED = 17,
|
H A D | bpf_jit_comp32.c | 919 emit(hppa_copy(HPPA_REG_TCC, HPPA_REG_TCC_SAVED), ctx); in emit_call() 933 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_TCC), ctx); in emit_call()
|