Lines Matching defs:memory
147 struct bpf_map_memory memory;
235 * or a memory is read-only. We classify types into two categories: base types
248 * compatible with both mutable and immutable memory.
276 ARG_PTR_TO_UNINIT_MAP_VALUE, /* pointer to valid memory used to store a map value */
281 ARG_PTR_TO_MEM, /* pointer to valid memory (stack, packet, map value) */
282 ARG_PTR_TO_UNINIT_MEM, /* pointer to memory does not need to be initialized,
287 ARG_CONST_SIZE, /* number of bytes accessed from memory */
288 ARG_CONST_SIZE_OR_ZERO, /* number of bytes accessed from memory or 0 */
298 ARG_PTR_TO_ALLOC_MEM, /* pointer to dynamically allocated memory */
326 RET_PTR_TO_ALLOC_MEM, /* returns a pointer to dynamically allocated memory */
327 RET_PTR_TO_MEM_OR_BTF_ID, /* returns a pointer to a valid memory or a btf_id */
428 PTR_TO_MEM, /* reg points to valid memory region */