Searched refs:MEM_ALLOC (Results 1 – 6 of 6) sorted by relevance
/kernel/liteos_m/components/trace/ |
D | los_trace.h | 182 MEM_ALLOC = TRACE_MEM_FLAG | 0, enumerator
|
/kernel/liteos_m/components/trace/cnv/ |
D | trace_cnv.c | 49 LOS_TRACE(MEM_ALLOC, pool, (UINTPTR)ptr, size); in LOS_TraceMemAlloc()
|
/kernel/liteos_a/kernel/include/ |
D | los_trace.h | 185 MEM_ALLOC = TRACE_MEM_FLAG | 0, enumerator
|
/kernel/liteos_a/kernel/extended/trace/cnv/ |
D | trace_cnv.c | 50 LOS_TRACE(MEM_ALLOC, pool, (UINTPTR)ptr, size); in LOS_TraceMemAlloc()
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 279 MEM_ALLOC = BIT(2 + BPF_BASE_TYPE_BITS), enumerator 281 __BPF_TYPE_LAST_FLAG = MEM_ALLOC, 360 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | verifier.c | 526 if (type & MEM_ALLOC) in reg_type_str() 4409 PTR_TO_MEM | MEM_ALLOC, 4426 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM | MEM_ALLOC } }; 4580 case PTR_TO_MEM | MEM_ALLOC: in check_func_arg()
|