Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c1019 #define DONT_CLEAR 5 /* Unused ARM64 register from BPF's POV */ macro
1027 if (dst_reg != DONT_CLEAR) in ex_handler_bpf()
1096 dst_reg = DONT_CLEAR; in add_exception_handler()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c1391 #define DONT_CLEAR 1 macro
1398 if (reg != DONT_CLEAR) in ex_handler_bpf()
2093 ((BPF_CLASS(insn->code) == BPF_LDX ? reg2pt_regs[dst_reg] : DONT_CLEAR) << 8); in do_jit()