| /arch/m68k/kernel/ |
| A D | vectors.c | 42 e_vector vectors[256]; variable 72 vectors[VEC_BUSERR] = buserr; in base_trap_init() 73 vectors[VEC_ILLEGAL] = trap; in base_trap_init() 74 vectors[VEC_SYS] = system_call; in base_trap_init() 82 vectors[i] = bad_inthandler; in trap_init() 85 if (!vectors[i]) in trap_init() 86 vectors[i] = trap; in trap_init() 89 vectors[i] = bad_inthandler; in trap_init() 93 vectors[VEC_LINE11] = fpu_emu; in trap_init() 108 vectors[VEC_FPDIVZ] = dz_vec; in trap_init() [all …]
|
| A D | ints.c | 133 vectors[VEC_SPUR + irq] = auto_inthandler; in m68k_irq_startup_irq() 135 vectors[m68k_first_user_vec + irq - IRQ_USER] = user_inthandler; in m68k_irq_startup_irq() 149 vectors[VEC_SPUR + irq] = bad_inthandler; in m68k_irq_shutdown() 151 vectors[m68k_first_user_vec + irq - IRQ_USER] = bad_inthandler; in m68k_irq_shutdown()
|
| A D | Makefile | 14 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o 15 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
|
| /arch/arm/include/asm/ |
| A D | vmlinux.lds.h | 133 .vectors { \ 134 OVERLAY_KEEP(*(.vectors)) \ 136 .vectors.bhb.loop8 { \ 137 OVERLAY_KEEP(*(.vectors.bhb.loop8)) \ 139 .vectors.bhb.bpiall { \ 140 OVERLAY_KEEP(*(.vectors.bhb.bpiall)) \ 143 ARM_LMA(__vectors, .vectors); \ 144 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \ 146 . = __vectors_lma + SIZEOF(.vectors) + \ 147 SIZEOF(.vectors.bhb.loop8) + \ [all …]
|
| /arch/x86/include/asm/xen/ |
| A D | pci.h | 32 int (*enable_msi)(struct pci_dev *dev, int vectors[]); 34 int (*enable_msix)(struct pci_dev *dev, int vectors[], int nvec); 41 int vectors[]) in xen_pci_frontend_enable_msi() argument 44 return xen_pci_frontend->enable_msi(dev, vectors); in xen_pci_frontend_enable_msi() 53 int vectors[], int nvec) in xen_pci_frontend_enable_msix() argument 56 return xen_pci_frontend->enable_msix(dev, vectors, nvec); in xen_pci_frontend_enable_msix()
|
| /arch/arm/ |
| A D | Kconfig-nommu | 40 bool 'Install vectors to the beginning of RAM' 42 The kernel needs to change the hardware exception vectors. 43 In nommu mode, the hardware exception vectors are normally 50 vectors to be mapped to writable memory, say 'n' here. 53 external support to redirect the hardware exception vectors to
|
| /arch/sh/boards/mach-se/7721/ |
| A D | irq.c | 20 static struct intc_vect vectors[] __initdata = { variable 29 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
|
| /arch/sh/boards/mach-highlander/ |
| A D | irq-r7780rp.c | 29 static struct intc_vect vectors[] __initdata = { variable 52 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
|
| A D | irq-r7780mp.c | 31 static struct intc_vect vectors[] __initdata = { variable 59 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
|
| A D | irq-r7785rp.c | 29 static struct intc_vect vectors[] __initdata = { variable 61 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
|
| /arch/m68k/sun3x/ |
| A D | prom.c | 54 asm volatile ("movec %0,%%vbr" : : "r" ((void*)vectors)); in sun3x_halt() 117 vectors[VEC_TRAP14] = sun3x_prom_abort; in sun3x_prom_init()
|
| /arch/m68k/atari/ |
| A D | ataints.c | 104 vectors[VEC_INT4] = falcon_hblhandler; in atari_irq_shutdown() 312 vectors[VEC_INT2] = falcon_hblhandler; in atari_init_IRQ() 313 vectors[VEC_INT4] = falcon_hblhandler; in atari_init_IRQ()
|
| /arch/arm64/include/asm/ |
| A D | vectors.h | 13 extern char vectors[];
|
| /arch/sh/kernel/cpu/sh3/ |
| A D | setup-sh7705.c | 34 static struct intc_vect vectors[] __initdata = { variable 67 static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL,
|
| A D | setup-sh7710.c | 31 static struct intc_vect vectors[] __initdata = { variable 69 static DECLARE_INTC_DESC(intc_desc, "sh7710", vectors, NULL,
|
| A D | setup-sh770x.c | 35 static struct intc_vect vectors[] __initdata = { variable 87 static DECLARE_INTC_DESC(intc_desc, "sh770x", vectors, NULL,
|
| A D | setup-sh7720.c | 236 static struct intc_vect vectors[] __initdata = { variable 279 static DECLARE_INTC_DESC(intc_desc, "sh7720", vectors, NULL,
|
| /arch/sh/kernel/cpu/sh2/ |
| A D | setup-sh7619.c | 29 static struct intc_vect vectors[] __initdata = { variable 58 static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL,
|
| /arch/sh/kernel/cpu/sh2a/ |
| A D | setup-mxg.c | 33 static struct intc_vect vectors[] __initdata = { variable 112 static DECLARE_INTC_DESC(intc_desc, "mxg", vectors, groups,
|
| /arch/m68k/mm/ |
| A D | init.c | 86 #define VECTORS &vectors[0]
|
| /arch/xtensa/kernel/ |
| A D | Makefile | 10 vectors.o
|
| /arch/arm/kernel/ |
| A D | traps.c | 789 static void __init kuser_init(void *vectors) in kuser_init() argument 794 memcpy(vectors + 0x1000 - kuser_sz, __kuser_helper_start, kuser_sz); in kuser_init() 801 memcpy(vectors + 0xfe0, vectors + 0xfe8, 4); in kuser_init() 804 static inline void __init kuser_init(void *vectors) in kuser_init() argument
|
| /arch/m68k/ |
| A D | Kconfig.machine | 365 hex "Address of the base of system vectors" 368 Define the address of the system vectors. Commonly this is 402 processor vectors at the base of RAM and then the start of the 406 for the theoretical maximum number of 256 vectors. 418 hex "Address of the base of the ROM vectors" 423 68000 type variants the vectors are at the base of the boot device 432 is strait after the ROM vectors.
|
| /arch/sh/kernel/cpu/sh4/ |
| A D | setup-sh7750.c | 191 static struct intc_vect vectors[] __initdata = { variable 215 static DECLARE_INTC_DESC(intc_desc, "sh7750", vectors, NULL,
|
| /arch/m68k/coldfire/ |
| A D | Makefile | 18 obj-$(CONFIG_COLDFIRE) += cache.o clk.o device.o entry.o vectors.o
|