Lines Matching refs:btf_fd
35 __u32 btf_fd;
175 /* Get index for map_fd/btf_fd slot in reserved fd_array, or in data relative
380 emit_sys_close_stack(gen, stack_off(btf_fd));
444 /* remember btf_fd in the stack, if successful */
445 emit(gen, BPF_STX_MEM(BPF_W, BPF_REG_10, BPF_REG_7, stack_off(btf_fd)));
478 /* populate union bpf_attr with btf_fd saved in the stack earlier */
479 move_stack2blob(gen, attr_field(map_create_attr, btf_fd), 4,
480 stack_off(btf_fd));
731 debug_regs(gen, BPF_REG_9, -1, " func (%s:count=%d): btf_fd",
1002 /* populate union bpf_attr with btf_fd saved in the stack earlier */
1004 stack_off(btf_fd));