Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c334 emit(A64_NOP, ctx); in build_prologue()
645 emit(A64_NOP, ctx); in build_plt()
1748 emit(A64_NOP, ctx); in invoke_bpf_prog()
1795 emit(A64_NOP, ctx); in invoke_bpf_mod_ret()
1984 emit(A64_NOP, ctx); in prepare_trampoline()
H A Dbpf_jit.h291 #define A64_NOP A64_HINT(AARCH64_INSN_HINT_NOP) macro