Home
last modified time | relevance | path

Searched refs:extable (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/linux/arch/x86/entry/vdso/
H A Dextable.c16 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 Drx-gdbsim.c62 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 Dextable.c79 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 Dbpf_jit_comp.c166 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 DKbuild2 generic-y += extable.h
/openbmc/linux/arch/m68k/include/asm/
H A DKbuild3 generic-y += extable.h
/openbmc/linux/arch/arc/include/asm/
H A DKbuild2 generic-y += extable.h
/openbmc/linux/arch/arc/mm/
H A DMakefile6 obj-y := extable.o ioremap.o dma.o fault.o init.o
/openbmc/linux/arch/ia64/mm/
H A DMakefile6 obj-y := init.o fault.o tlb.o extable.o ioremap.o
/openbmc/linux/arch/nios2/include/asm/
H A DKbuild3 generic-y += extable.h
/openbmc/linux/arch/arm/include/asm/
H A DKbuild3 generic-y += extable.h
/openbmc/linux/arch/nios2/mm/
H A DMakefile8 obj-y += extable.o
/openbmc/linux/arch/loongarch/mm/
H A DMakefile6 obj-y += init.o cache.o tlb.o tlbex.o extable.o \
/openbmc/linux/arch/openrisc/include/asm/
H A DKbuild2 generic-y += extable.h
/openbmc/linux/arch/xtensa/include/asm/
H A DKbuild3 generic-y += extable.h
/openbmc/linux/arch/microblaze/include/asm/
H A DKbuild4 generic-y += extable.h
/openbmc/linux/arch/s390/mm/
H A DMakefile7 obj-y += page-states.o pageattr.o pgtable.o pgalloc.o extable.o
/openbmc/linux/arch/x86/include/asm/
H A Dvdso.h19 const void *extable; member
/openbmc/linux/arch/csky/include/asm/
H A DKbuild3 generic-y += extable.h
/openbmc/linux/arch/arm64/mm/
H A DMakefile2 obj-y := dma-mapping.o extable.o fault.o init.o \
/openbmc/u-boot/arch/powerpc/lib/
H A DMakefile36 obj-y += extable.o
/openbmc/linux/arch/riscv/mm/
H A DMakefile16 obj-$(CONFIG_MMU) += extable.o fault.o pageattr.o pgtable.o
/openbmc/linux/arch/um/include/asm/
H A DKbuild10 generic-y += extable.h
/openbmc/linux/arch/mips/mm/
H A DMakefile8 obj-y += extable.o
/openbmc/linux/arch/x86/mm/
H A DMakefile27 obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o mmap.o \

12