Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1107 #define DONT_CLEAR 5 /* Unused ARM64 register from BPF's POV */ macro
1124 if (dst_reg != DONT_CLEAR) in ex_handler_bpf()
1941 ret = add_exception_handler(insn, ctx, DONT_CLEAR); in build_insn()
2008 ret = add_exception_handler(insn, ctx, DONT_CLEAR); in build_insn()
2040 DONT_CLEAR : bpf2a64[load_reg]); in build_insn()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1504 #define DONT_CLEAR 1 macro
1530 if (reg != DONT_CLEAR) in ex_handler_bpf()
2404 fixup_reg = load_reg < 0 ? DONT_CLEAR : in do_jit()