Searched refs:IN_S9_RANGE (Results 1 – 1 of 1) sorted by relevance
156 #define IN_S9_RANGE(x) ((x) <= (0x100 - 1) && (x) >= -0x100) macro1448 if (!IN_S9_RANGE(*off) || in adjust_mem_access()1449 (size == BPF_DW && !IN_S9_RANGE(*off + 4))) { in adjust_mem_access()