Searched refs:extable (Results 1 – 19 of 19) sorted by relevance
| /linux/arch/x86/entry/vdso/ |
| H A D | extable.c | 16 const struct vdso_exception_table_entry *extable; in fixup_vdso_exception() local 32 nr_entries = image->extable_len / (sizeof(*extable)); in fixup_vdso_exception() 33 extable = image->extable; in fixup_vdso_exception() 36 if (regs->ip == base + extable[i].insn) { in fixup_vdso_exception() 37 regs->ip = base + extable[i].fixup; in fixup_vdso_exception()
|
| /linux/lib/ |
| H A D | extable.c | 79 within_module_init(ex_to_insn(&m->extable[0]), m)) { in trim_init_extable() 80 m->extable++; in trim_init_extable() 85 within_module_init(ex_to_insn(&m->extable[m->num_exentries - 1]), in trim_init_extable()
|
| /linux/arch/arc/mm/ |
| H A D | Makefile | 6 obj-y := extable.o ioremap.o dma.o fault.o init.o
|
| /linux/arch/arm/include/asm/ |
| H A D | Kbuild | 3 generic-y += extable.h
|
| /linux/arch/nios2/mm/ |
| H A D | Makefile | 8 obj-y += extable.o
|
| /linux/arch/xtensa/include/asm/ |
| H A D | Kbuild | 3 generic-y += extable.h
|
| /linux/arch/openrisc/include/asm/ |
| H A D | Kbuild | 4 generic-y += extable.h
|
| /linux/arch/loongarch/mm/ |
| H A D | Makefile | 6 obj-y += init.o cache.o tlb.o tlbex.o extable.o \
|
| /linux/arch/mips/mm/ |
| H A D | Makefile | 8 obj-y += extable.o
|
| /linux/arch/x86/mm/ |
| H A D | Makefile | 26 obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o mmap.o \
|
| /linux/arch/arm/mm/ |
| H A D | Makefile | 6 obj-y := extable.o fault.o init.o iomap.o
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 303 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile() 405 if (!fp->aux->extable || in bpf_add_extable_entry() 416 ex = (void *)fp->aux->extable - (void *)fimage + (void *)image; in bpf_add_extable_entry()
|
| /linux/kernel/module/ |
| H A D | main.c | 2770 mod->extable = section_objs(info, "__ex_table", in find_module_sections() 2771 sizeof(*mod->extable), &mod->num_exentries); in find_module_sections() 3010 sort_extable(mod->extable, mod->extable + mod->num_exentries); in post_relocation() 3864 return search_extable(mod->extable, mod->num_exentries, addr); in search_module_extables()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 2191 if (!bpf_prog->aux->extable) in do_jit() 2198 ex = &bpf_prog->aux->extable[excnt++]; in do_jit() 2315 if (!bpf_prog->aux->extable) in do_jit() 2322 ex = &bpf_prog->aux->extable[excnt++]; in do_jit() 3837 prog->aux->extable = (void *) image + roundup(proglen, align); in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 646 if (!ctx->image || !ctx->ro_image || !ctx->prog->aux->extable) in add_exception_handler() 657 ex = &ctx->prog->aux->extable[ctx->num_exentries]; in add_exception_handler() 2246 prog->aux->extable = (void *)ro_image_ptr + prog_size; in bpf_int_jit_compile()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1138 if (!ctx->prog->aux->extable || in add_exception_handler() 1142 ex = &ctx->prog->aux->extable[ctx->exentry_idx]; in add_exception_handler() 2113 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 773 if (!ctx->insns || !ctx->ro_insns || !ctx->prog->aux->extable || in add_exception_handler() 789 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1765 struct exception_table_entry *extable; member
|
| /linux/kernel/bpf/ |
| H A D | core.c | 794 e = search_extable(prog->aux->extable, prog->aux->num_exentries, addr); in search_bpf_extables()
|