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.c1087 #define DONT_CLEAR 5 /* Unused ARM64 register from BPF's POV */ macro
1096 bool is_write = (dst_reg == DONT_CLEAR); in ex_handler_bpf()
1104 if (dst_reg != DONT_CLEAR) in ex_handler_bpf()
1166 dst_reg = DONT_CLEAR; in add_exception_handler()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1472 #define DONT_CLEAR 1 macro
1484 bool is_write = (reg == DONT_CLEAR); in ex_handler_bpf()
1497 if (reg != DONT_CLEAR) in ex_handler_bpf()
2217 fixup_reg = DONT_CLEAR; in do_jit()