Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h595 MEM_RINGBUF = BIT(2 + BPF_BASE_TYPE_BITS), enumerator
781 RET_PTR_TO_RINGBUF_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_RINGBUF | RET_PTR_TO_MEM,
/openbmc/linux/kernel/bpf/
H A Dverifier.c644 type & MEM_RINGBUF ? "ringbuf_" : "", in reg_type_str()
8074 PTR_TO_MEM | MEM_RINGBUF,
8090 static const struct bpf_reg_types ringbuf_mem_types = { .types = { PTR_TO_MEM | MEM_RINGBUF } };
8343 case PTR_TO_MEM | MEM_RINGBUF: in check_func_arg_reg_off()