Searched refs:RV_REG_S7 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 69 #define RV_REG_TCC_SAVED RV_REG_S7 163 emit(rv_lw(RV_REG_S7, stack_adjust - 36, RV_REG_SP), ctx); in __build_epilogue() 1328 emit(rv_sw(RV_REG_SP, stack_adjust - 36, RV_REG_S7), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 45 RV_REG_S7 = 23, enumerator
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 69 #define RV_REG_TCC_SAVED RV_REG_S7 163 emit(rv_lw(RV_REG_S7, stack_adjust - 36, RV_REG_SP), ctx); in __build_epilogue() 1338 emit(rv_sw(RV_REG_SP, stack_adjust - 36, RV_REG_S7), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 45 RV_REG_S7 = 23, enumerator
|
Completed in 9 milliseconds