Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c888 #define DONT_CLEAR 5 /* Unused ARM64 register from BPF's POV */ macro
896 if (dst_reg != DONT_CLEAR) in ex_handler_bpf()
965 dst_reg = DONT_CLEAR; in add_exception_handler()
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c1318 #define DONT_CLEAR 1 macro
1325 if (reg != DONT_CLEAR) in ex_handler_bpf()
1935 ((BPF_CLASS(insn->code) == BPF_LDX ? reg2pt_regs[dst_reg] : DONT_CLEAR) << 8); in do_jit()