Searched refs:BPF_MEMWORDS (Results 1 – 7 of 7) sorted by relevance
57 #define BPF_MEMWORDS 16 macro
219 int32 mem[BPF_MEMWORDS];593 if (p->k >= BPF_MEMWORDS)604 if (p->k >= BPF_MEMWORDS)
238 #define N_ATOMS (BPF_MEMWORDS+2)
85 #define A_ATOM BPF_MEMWORDS86 #define X_ATOM (BPF_MEMWORDS+1)
7014 static int regused[BPF_MEMWORDS];7033 int n = BPF_MEMWORDS; in alloc_reg()7037 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()
1332 #define BPF_MEMWORDS 16 macro