Home
last modified time | relevance | path

Searched refs:PTR_TO_TP_BUFFER (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c457 [PTR_TO_TP_BUFFER] = "tp_buffer", in reg_type_str()
H A Dverifier.c7467 } else if (reg->type == PTR_TO_TP_BUFFER) { in check_mem_access()
13930 case PTR_TO_TP_BUFFER: in adjust_ptr_min_max_vals()
17935 case PTR_TO_TP_BUFFER: in regsafe()
/linux/include/linux/
H A Dbpf.h922 PTR_TO_TP_BUFFER, /* reg points to a writable raw tp's buffer */ enumerator
/linux/kernel/trace/
H A Dbpf_trace.c2101 info->reg_type = PTR_TO_TP_BUFFER; in raw_tp_writable_prog_is_valid_access()