Home
last modified time | relevance | path

Searched refs:hppa64_std_im16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c59 #define EXIT_PTR_STORE(reg) hppa64_std_im16(reg, -FRAME_SIZE, HPPA_REG_SP)
587 emit(hppa64_std_im16(rs, off, dstreg), ctx); in emit_store()
1153 emit(hppa64_std_im16(HPPA_REG_RP, -2*REG_SIZE, HPPA_REG_SP), ctx); in bpf_jit_build_prologue()
1159 emit(hppa64_std_im16(HPPA_R(i), -REG_SIZE * i, HPPA_REG_SP), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit.h218 #define hppa64_std_im16(src, im16, b) \ macro