Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c80 struct task_struct *nullable; in trusted_task_arg_nonnull_fail2() local
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2582 static void emit_arena_arg_conv(struct jit_ctx *ctx, u8 dst, u8 src, bool nullable, u8 base_lo) in emit_arena_arg_conv()
2611 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local
2642 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3077 static void emit_arena_arg_conv(u8 **pprog, u32 src_reg, bool nullable, u32 base_lo) in emit_arena_arg_conv()
3112 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local