Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c156 #define IN_S9_RANGE(x) ((x) <= (0x100 - 1) && (x) >= -0x100) macro
1448 if (!IN_S9_RANGE(*off) || in adjust_mem_access()
1449 (size == BPF_DW && !IN_S9_RANGE(*off + 4))) { in adjust_mem_access()