Searched refs:HPPA_REG_ARG0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 469 emit_hppa_copy(regmap[BPF_REG_1], HPPA_REG_ARG0, ctx); in emit_call() 511 emit_hppa64_zext32(arg0, HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll() 514 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll() 537 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll() 1167 LOAD_PARAM(HPPA_REG_ARG0, BPF_REG_1); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 330 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx); in emit_call_millicode() 344 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET1, ctx); in emit_call_millicode() 364 emit_hppa_copy(lo(arg0), HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll() 384 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET1, ctx); in emit_call_libgcc_ll() 915 emit_hppa_copy(lo(reg), HPPA_REG_ARG0, ctx); in emit_call() 1593 emit_hppa_copy(HPPA_REG_ARG0, lo(reg), ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 38 HPPA_REG_ARG0 = 26, enumerator
|