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.c6969 } else if (reg->type == PTR_TO_TP_BUFFER) { in check_mem_access()
13142 case PTR_TO_TP_BUFFER: in adjust_ptr_min_max_vals()
16792 case PTR_TO_TP_BUFFER: in regsafe()
/linux/include/linux/
H A Dbpf.h879 PTR_TO_TP_BUFFER, /* reg points to a writable raw tp's buffer */ enumerator
/linux/kernel/trace/
H A Dbpf_trace.c2150 info->reg_type = PTR_TO_TP_BUFFER; in raw_tp_writable_prog_is_valid_access()