Home
last modified time | relevance | path

Searched refs:blinded (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arc/net/
H A Dbpf_jit_core.c117 bool blinded; member
170 ctx->blinded = (ctx->prog != ctx->orig_prog); in jit_ctx_init()
217 if (ctx->blinded) { in jit_ctx_cleanup()
/linux/Documentation/process/
H A D6.Followthrough.rst76 be easy to become blinded by your own solution to a problem to the point
/linux/kernel/bpf/
H A Dcore.c1476 if (!prog->blinding_requested || prog->blinded) in bpf_jit_blind_constants()
1529 clone->blinded = 1; in bpf_jit_blind_constants()
H A Dsyscall.c4639 if (prog->blinded && !bpf_dump_raw_ok(file->f_cred)) { in bpf_prog_get_info_by_fd()
/linux/include/linux/
H A Dbpf.h1546 blinded:1, /* Was blinded */ member