Searched refs:descriptors (Results 1 – 7 of 7) sorted by relevance
171 u32 index = INDEX(ctx->descriptors[loc]); in get_target()187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) - in get_offset()556 u32 *descp = &ctx->descriptors[ctx->bpf_index]; in setup_jmp()583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp()686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) { in finish_jmp()858 u32 *descp = &ctx->descriptors[i]; in build_body()883 ctx->descriptors[prog->len] = ctx->jit_index; in build_body()895 ctx->descriptors[i] = INDEX(ctx->descriptors[i]) | flag; in set_convert_flag()949 ctx.descriptors = kcalloc(prog->len + 1, sizeof(*ctx.descriptors), in bpf_int_jit_compile()951 if (ctx.descriptors == NULL) in bpf_int_jit_compile()[all …]
77 u32 *descriptors; /* eBPF to JITed CPU insn descriptors */ member
495 * The IDT and GDT 'descriptors' are a strange 48-bit object
313 @ for 64-bit descriptors
1464 @ 32-bit addressable DRAM mapped 1:1 using short descriptors.
616 to the process as file descriptors supporting the read/write
2210 Flag for Table descriptors. When enabled an architectural executed
Completed in 24 milliseconds