Searched defs:HPPA_REG_SP (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 1159 emit(hppa64_std_im16(HPPA_R(i), -REG_SIZE * i, HPPA_REG_SP), ctx); bpf_jit_build_prologue() local [all...] |
H A D | bpf_jit_comp32.c | 264 emit(hppa_stw(hi(src), REG_SIZE * hi(reg), HPPA_REG_SP), ct in bpf_put_reg64() local 265 emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx); bpf_put_reg64() local 309 emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx); bpf_put_reg32() local [all...] |
H A D | bpf_jit.h | 42 HPPA_REG_SP = 30, /* Stack pointer */ enumerator
|
Completed in 6 milliseconds