Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c66 #define EXIT_PTR_STORE(reg) hppa_stw(reg, -0x08, HPPA_REG_SP)
264 emit(hppa_stw(hi(src), REG_SIZE * hi(reg), HPPA_REG_SP), ctx); in bpf_put_reg64()
898 emit(hppa_stw(hi(reg), -0x48, HPPA_REG_SP), ctx); in emit_call()
899 emit(hppa_stw(lo(reg), -0x44, HPPA_REG_SP), ctx); in emit_call()
902 emit(hppa_stw(hi(reg), -0x40, HPPA_REG_SP), ctx); in emit_call()
903 emit(hppa_stw(lo(reg), -0x3c, HPPA_REG_SP), ctx); in emit_call()
906 emit(hppa_stw(hi(reg), -0x38, HPPA_REG_SP), ctx); in emit_call()
907 emit(hppa_stw(lo(reg), -0x34, HPPA_REG_SP), ctx); in emit_call()
1081 emit(hppa_stw(lo(rs), off + 0, dstreg), ctx); in emit_store_r64()
1084 emit(hppa_stw(hi(rs), off + 0, dstreg), ctx); in emit_store_r64()
[all …]
H A Dbpf_jit.h135 #define hppa_stw(reg, val14, base) \ macro
H A Dbpf_jit_comp64.c578 emit(hppa_stw(rs, off, dstreg), ctx); in emit_store()