Searched defs:BPF_MOV (Results 1 – 8 of 8) sorted by relevance
57 #define BPF_MOV 0xb0 macro
24 #define BPF_MOV 0xb0 /* mov reg to reg */ macro
54 #define BPF_MOV 0xb0 /* mov reg to reg */ macro
27 #define BPF_MOV 0xb0 /* mov reg to reg */ macro
269 pub const BPF_MOV: u32 = 176; constant