Searched defs:a64_jit_ctx (Results 1 – 1 of 1) sorted by relevance
37 struct a64_jit_ctx { struct38 size_t stack_sz; /* Stack size */39 uint32_t *ins; /* ARM64 instructions. NULL if first pass */40 struct ebpf_a64_map *map; /* eBPF to arm64 insn mapping for jump */41 uint32_t idx; /* Current instruction index */42 uint32_t program_start; /* Program index, Just after prologue */43 uint32_t program_sz; /* Program size. Found in first pass */44 uint8_t foundcall; /* Found EBPF_CALL class code in eBPF pgm */