Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c401 emit(A64_B_(A64_COND_CS, jmp_offset), ctx); in emit_bpf_tail_call()
410 emit(A64_B_(A64_COND_CS, jmp_offset), ctx); in emit_bpf_tail_call()
1065 emit(A64_B_(jmp_cond, jmp_offset), ctx); in build_insn()
H A Dbpf_jit.h42 #define A64_B_(cond, imm19) A64_COND_BRANCH(cond, (imm19) << 2) macro