/openbmc/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()
|
/openbmc/qemu/hw/rx/ |
H A D | rx-gdbsim.c | 62 static uint32_t extable[32]; in DECLARE_OBJ_CHECKERS() local 75 for (i = 0; i < ARRAY_SIZE(extable); i++) { in DECLARE_OBJ_CHECKERS() 76 extable[i] = cpu_to_le32(0x10 + i * 4); in DECLARE_OBJ_CHECKERS() 78 rom_add_blob_fixed("extable", extable, sizeof(extable), VECTOR_TABLE_BASE); in DECLARE_OBJ_CHECKERS()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 166 fp->aux->extable = (void *)image + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile() 245 if (!fp->aux->extable || in bpf_add_extable_entry() 251 fixup = (void *)fp->aux->extable - in bpf_add_extable_entry() 262 ex = &fp->aux->extable[ctx->exentry_idx]; in bpf_add_extable_entry()
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | Kbuild | 2 generic-y += extable.h
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | Kbuild | 3 generic-y += extable.h
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | Kbuild | 2 generic-y += extable.h
|
/openbmc/linux/arch/arc/mm/ |
H A D | Makefile | 6 obj-y := extable.o ioremap.o dma.o fault.o init.o
|
/openbmc/linux/arch/ia64/mm/ |
H A D | Makefile | 6 obj-y := init.o fault.o tlb.o extable.o ioremap.o
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | Kbuild | 3 generic-y += extable.h
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | Kbuild | 3 generic-y += extable.h
|
/openbmc/linux/arch/nios2/mm/ |
H A D | Makefile | 8 obj-y += extable.o
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | Makefile | 6 obj-y += init.o cache.o tlb.o tlbex.o extable.o \
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | Kbuild | 2 generic-y += extable.h
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | Kbuild | 3 generic-y += extable.h
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | Kbuild | 4 generic-y += extable.h
|
/openbmc/linux/arch/s390/mm/ |
H A D | Makefile | 7 obj-y += page-states.o pageattr.o pgtable.o pgalloc.o extable.o
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vdso.h | 19 const void *extable; member
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | Kbuild | 3 generic-y += extable.h
|
/openbmc/linux/arch/arm64/mm/ |
H A D | Makefile | 2 obj-y := dma-mapping.o extable.o fault.o init.o \
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | Makefile | 36 obj-y += extable.o
|
/openbmc/linux/arch/riscv/mm/ |
H A D | Makefile | 16 obj-$(CONFIG_MMU) += extable.o fault.o pageattr.o pgtable.o
|
/openbmc/linux/arch/um/include/asm/ |
H A D | Kbuild | 10 generic-y += extable.h
|
/openbmc/linux/arch/mips/mm/ |
H A D | Makefile | 8 obj-y += extable.o
|
/openbmc/linux/arch/x86/mm/ |
H A D | Makefile | 27 obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o mmap.o \
|