Searched refs:MEM_USER (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/bpf/
H A Dlog.c478 type & MEM_USER ? "user_" : "",
H A Dbtf.c6362 info->reg_type |= MEM_USER;
6613 tmp_flag = MEM_USER;
H A Dverifier.c6473 if (reg->type & MEM_USER) {
6552 } else if (flag & (MEM_PERCPU | MEM_USER)) {
/linux-master/include/linux/
H A Dbpf.h606 MEM_USER = BIT(3 + BPF_BASE_TYPE_BITS), enumerator in enum:bpf_type_flag

Completed in 347 milliseconds