Home
last modified time | relevance | path

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

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