/arch/m68k/kernel/ |
D | vectors.c | 39 e_vector vectors[256]; variable 60 __asm__ volatile ("movec %0,%%vbr" : : "r" ((void*)vectors)); in base_trap_init() 66 vectors[VEC_UNIMPII] = unimp_vec; in base_trap_init() 69 vectors[VEC_BUSERR] = buserr; in base_trap_init() 70 vectors[VEC_ILLEGAL] = trap; in base_trap_init() 71 vectors[VEC_SYS] = system_call; in base_trap_init() 79 vectors[i] = bad_inthandler; in trap_init() 82 if (!vectors[i]) in trap_init() 83 vectors[i] = trap; in trap_init() 86 vectors[i] = bad_inthandler; in trap_init() [all …]
|
D | ints.c | 131 vectors[VEC_SPUR + irq] = auto_inthandler; in m68k_irq_startup_irq() 133 vectors[m68k_first_user_vec + irq - IRQ_USER] = user_inthandler; in m68k_irq_startup_irq() 147 vectors[VEC_SPUR + irq] = bad_inthandler; in m68k_irq_shutdown() 149 vectors[m68k_first_user_vec + irq - IRQ_USER] = bad_inthandler; in m68k_irq_shutdown()
|
D | Makefile | 20 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o 21 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
|
/arch/arm/include/asm/ |
D | vmlinux.lds.h | 128 .vectors { \ 129 *(.vectors) \ 131 .vectors.bhb.loop8 { \ 132 *(.vectors.bhb.loop8) \ 134 .vectors.bhb.bpiall { \ 135 *(.vectors.bhb.bpiall) \ 138 ARM_LMA(__vectors, .vectors); \ 139 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \ 140 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \ 141 . = __vectors_lma + SIZEOF(.vectors) + \ [all …]
|
/arch/x86/include/asm/xen/ |
D | pci.h | 48 int (*enable_msi)(struct pci_dev *dev, int vectors[]); 50 int (*enable_msix)(struct pci_dev *dev, int vectors[], int nvec); 57 int vectors[]) in xen_pci_frontend_enable_msi() argument 60 return xen_pci_frontend->enable_msi(dev, vectors); in xen_pci_frontend_enable_msi() 69 int vectors[], int nvec) in xen_pci_frontend_enable_msix() argument 72 return xen_pci_frontend->enable_msix(dev, vectors, nvec); in xen_pci_frontend_enable_msix()
|
/arch/sh/boards/mach-se/7721/ |
D | irq.c | 20 static struct intc_vect vectors[] __initdata = { variable 29 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
|
/arch/arm/ |
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-highlander/ |
D | irq-r7780rp.c | 29 static struct intc_vect vectors[] __initdata = { variable 52 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
|
D | irq-r7780mp.c | 31 static struct intc_vect vectors[] __initdata = { variable 59 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
|
D | irq-r7785rp.c | 29 static struct intc_vect vectors[] __initdata = { variable 61 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
|
/arch/m68k/sun3x/ |
D | prom.c | 55 asm volatile ("movec %0,%%vbr" : : "r" ((void*)vectors)); in sun3x_halt() 118 vectors[VEC_TRAP14] = sun3x_prom_abort; in sun3x_prom_init()
|
/arch/c6x/kernel/ |
D | vmlinux.lds.S | 36 .vectors : 39 *(.vectors) argument
|
D | Makefile | 10 obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
|
/arch/m68k/atari/ |
D | ataints.c | 105 vectors[VEC_INT4] = falcon_hblhandler; in atari_irq_shutdown() 317 vectors[VEC_INT2] = falcon_hblhandler; in atari_init_IRQ() 318 vectors[VEC_INT4] = falcon_hblhandler; in atari_init_IRQ()
|
/arch/sh/kernel/cpu/sh4/ |
D | setup-sh4-202.c | 92 static struct intc_vect vectors[] __initdata = { variable 110 static DECLARE_INTC_DESC(intc_desc, "sh4-202", vectors, NULL,
|
/arch/arm64/include/asm/ |
D | vectors.h | 13 extern char vectors[];
|
/arch/h8300/kernel/ |
D | vmlinux.lds.S | 20 .vectors :
|
/arch/sh/kernel/cpu/sh3/ |
D | setup-sh7705.c | 34 static struct intc_vect vectors[] __initdata = { variable 67 static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL,
|
D | setup-sh7710.c | 31 static struct intc_vect vectors[] __initdata = { variable 69 static DECLARE_INTC_DESC(intc_desc, "sh7710", vectors, NULL,
|
D | setup-sh770x.c | 35 static struct intc_vect vectors[] __initdata = { variable 87 static DECLARE_INTC_DESC(intc_desc, "sh770x", vectors, NULL,
|
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/ |
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/ |
D | setup-mxg.c | 33 static struct intc_vect vectors[] __initdata = { variable 112 static DECLARE_INTC_DESC(intc_desc, "mxg", vectors, groups,
|
/arch/xtensa/kernel/ |
D | Makefile | 10 vectors.o
|
/arch/arm/kernel/ |
D | traps.c | 790 static void __init kuser_init(void *vectors) in kuser_init() argument 795 memcpy(vectors + 0x1000 - kuser_sz, __kuser_helper_start, kuser_sz); in kuser_init() 802 memcpy(vectors + 0xfe0, vectors + 0xfe8, 4); in kuser_init() 805 static inline void __init kuser_init(void *vectors) in kuser_init() argument
|