Home
last modified time | relevance | path

Searched refs:validate_code (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/net/
H A Dbpf_jit.c1215 static int validate_code(struct jit_ctx *ctx) in validate_code() function
1232 if (validate_code(ctx)) in validate_ctx()
1756 if (validate_code(&ctx) < 0) { in arch_prepare_bpf_trampoline()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1943 static int validate_code(struct jit_ctx *ctx) in validate_code() function
1958 if (validate_code(ctx)) in validate_ctx()
2813 if (ret > 0 && validate_code(&ctx) < 0) { in arch_prepare_bpf_trampoline()
/linux/arch/arm/net/
H A Dbpf_jit_32.c2128 static int validate_code(struct jit_ctx *ctx) in validate_code() function
2260 if (validate_code(&ctx)) in bpf_int_jit_compile()