Searched refs:LLSC_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 110 #define LLSC_offset 4 macro 113 #define LLSC_offset 0 macro
|
H A D | bpf_jit_comp.c | 435 emit(ctx, LLSC_beqz, MIPS_R_T8, -16 - LLSC_offset); in emit_atomic_r() 452 emit(ctx, LLSC_beqz, MIPS_R_T8, -20 - LLSC_offset); in emit_cmpxchg_r()
|
H A D | bpf_jit_comp64.c | 411 emit(ctx, LLSC_beqz, t2, -16 - LLSC_offset); in emit_atomic_r64() 432 emit(ctx, LLSC_beqz, t2, -20 - LLSC_offset); in emit_cmpxchg_r64()
|