Home
last modified time | relevance | path

Searched refs:vectors (Results 1 – 25 of 78) sorted by relevance

1234

/arch/m68k/kernel/
A Dvectors.c42 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 Dints.c133 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 DMakefile14 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
15 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
/arch/arm/include/asm/
A Dvmlinux.lds.h133 .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 Dpci.h32 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 DKconfig-nommu40 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 Dirq.c20 static struct intc_vect vectors[] __initdata = { variable
29 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
/arch/sh/boards/mach-highlander/
A Dirq-r7780rp.c29 static struct intc_vect vectors[] __initdata = { variable
52 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
A Dirq-r7780mp.c31 static struct intc_vect vectors[] __initdata = { variable
59 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
A Dirq-r7785rp.c29 static struct intc_vect vectors[] __initdata = { variable
61 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
/arch/m68k/sun3x/
A Dprom.c54 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 Dataints.c104 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 Dvectors.h13 extern char vectors[];
/arch/sh/kernel/cpu/sh3/
A Dsetup-sh7705.c34 static struct intc_vect vectors[] __initdata = { variable
67 static DECLARE_INTC_DESC(intc_desc, "sh7705", vectors, NULL,
A Dsetup-sh7710.c31 static struct intc_vect vectors[] __initdata = { variable
69 static DECLARE_INTC_DESC(intc_desc, "sh7710", vectors, NULL,
A Dsetup-sh770x.c35 static struct intc_vect vectors[] __initdata = { variable
87 static DECLARE_INTC_DESC(intc_desc, "sh770x", vectors, NULL,
A Dsetup-sh7720.c236 static struct intc_vect vectors[] __initdata = { variable
279 static DECLARE_INTC_DESC(intc_desc, "sh7720", vectors, NULL,
/arch/sh/kernel/cpu/sh2/
A Dsetup-sh7619.c29 static struct intc_vect vectors[] __initdata = { variable
58 static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL,
/arch/sh/kernel/cpu/sh2a/
A Dsetup-mxg.c33 static struct intc_vect vectors[] __initdata = { variable
112 static DECLARE_INTC_DESC(intc_desc, "mxg", vectors, groups,
/arch/m68k/mm/
A Dinit.c86 #define VECTORS &vectors[0]
/arch/xtensa/kernel/
A DMakefile10 vectors.o
/arch/arm/kernel/
A Dtraps.c789 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 DKconfig.machine365 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 Dsetup-sh7750.c191 static struct intc_vect vectors[] __initdata = { variable
215 static DECLARE_INTC_DESC(intc_desc, "sh7750", vectors, NULL,
/arch/m68k/coldfire/
A DMakefile18 obj-$(CONFIG_COLDFIRE) += cache.o clk.o device.o entry.o vectors.o

Completed in 44 milliseconds

1234