Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/net/
Dbpf_jit_comp64.c60 #define EXIT_PTR_JUMP(reg, nop) hppa_bv(HPPA_REG_ZERO, reg, nop)
217 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
241 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_RP, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
Dbpf_jit.h143 #define hppa_bv(reg, base, nop) \ macro
Dbpf_jit_comp32.c67 #define EXIT_PTR_JUMP(reg, nop) hppa_bv(HPPA_REG_ZERO, reg, nop)
190 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_T0, EXEC_NEXT_INSTR), ctx); in __build_epilogue()
214 emit(hppa_bv(HPPA_REG_ZERO, HPPA_REG_RP, EXEC_NEXT_INSTR), ctx); in __build_epilogue()