Searched refs:ARM_COND_CS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.h | 31 #define ARM_COND_CS 0x2 /* unsigned >= */ macro 32 #define ARM_COND_HS ARM_COND_CS
|
H A D | bpf_jit_32.c | 1198 _emit(ARM_COND_CS, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1756 _emit(ARM_COND_CS, ARM_B(jmp_offset), ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.h | 31 #define ARM_COND_CS 0x2 /* unsigned >= */ macro 32 #define ARM_COND_HS ARM_COND_CS
|
H A D | bpf_jit_32.c | 1182 _emit(ARM_COND_CS, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1196 _emit(ARM_COND_CS, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1740 _emit(ARM_COND_CS, ARM_B(jmp_offset), ctx); in build_insn()
|
Completed in 7 milliseconds