Home
last modified time | relevance | path

Searched refs: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
83 nullable = bpf_task_acquire(t); in trusted_task_arg_nonnull_fail2()
86 res = subprog_trusted_task_nonnull(nullable); in trusted_task_arg_nonnull_fail2()
88 if (nullable) in trusted_task_arg_nonnull_fail2()
89 bpf_task_release(nullable); in trusted_task_arg_nonnull_fail2()
/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() argument
2584 if (nullable) { in emit_arena_arg_conv()
2611 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local
2618 emit_arena_arg_conv(ctx, tmp, reg, nullable, base_lo); in save_args()
2642 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local
2661 emit_arena_arg_conv(ctx, tmp, tmp, nullable, base_lo); in save_args()
/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() argument
3081 if (nullable) { in emit_arena_arg_conv()
3112 bool nullable = m->arg_flags[i] & BTF_FMODEL_NULLABLE_ARG; in save_args() local
3148 emit_arena_arg_conv(prog, BPF_REG_0, nullable, in save_args()
3173 emit_arena_arg_conv(prog, src, nullable, (u32)arena_base); in save_args()