Searched refs:hppa_stw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 66 #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() 265 emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx); in bpf_put_reg64() 309 emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx); in bpf_put_reg32() 312 emit(hppa_stw(HPPA_REG_ZERO, REG_SIZE * hi(reg), HPPA_REG_SP), ctx); in bpf_put_reg32() 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() [all …]
|
D | bpf_jit.h | 135 #define hppa_stw(reg, val14, base) \ macro
|
D | bpf_jit_comp64.c | 578 emit(hppa_stw(rs, off, dstreg), ctx); in emit_store()
|