Searched refs:vectors (Results 1 - 25 of 88) sorted by path

1234

/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h338 | exception vectors
/linux-master/arch/sh/boards/mach-highlander/
H A Dirq-r7780mp.c31 static struct intc_vect vectors[] __initdata = {
59 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
H A Dirq-r7780rp.c29 static struct intc_vect vectors[] __initdata = {
30 INTC_IRQ(PCI_A, 65), /* dirty: overwrite cpu vectors for pci */
52 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
H A Dirq-r7785rp.c29 static struct intc_vect vectors[] __initdata = {
61 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
/linux-master/arch/sh/boards/mach-se/7721/
H A Dirq.c20 static struct intc_vect vectors[] __initdata = {
29 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
/linux-master/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S12 #include <asm/vectors.h>
/linux-master/drivers/sh/intc/
H A Dirqdomain.c52 irq_base = evt2irq(hw->vectors[0].vect);
53 irq_end = evt2irq(hw->vectors[hw->nr_vectors - 1].vect);
/linux-master/include/uapi/drm/
H A Dradeon_drm.h201 } vectors; member in union:__anon372
/linux-master/arch/arc/kernel/
H A Dentry-compact.S199 ; (Kernel mode memory errors handled via separate exception vectors)
/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h121 * The vectors and stubs are relocatable code, and the
127 .vectors { \
128 *(.vectors) \
130 .vectors.bhb.loop8 { \
131 *(.vectors.bhb.loop8) \
133 .vectors.bhb.bpiall { \
134 *(.vectors.bhb.bpiall) \
137 ARM_LMA(__vectors, .vectors); \
138 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \
139 ARM_LMA(__vectors_bhb_bpiall, .vectors
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-armv.S838 * vectors, rather than ldr's. Note that this code must not exceed
1067 .section .vectors, "ax", %progbits
1080 .section .vectors.bhb.loop8, "ax", %progbits
1092 .section .vectors.bhb.bpiall, "ax", %progbits
H A Dtraps.c530 * bad_mode handles the impossible case in the vectors. If you see one of
792 static void __init kuser_init(void *vectors) argument
797 memcpy(vectors + 0x1000 - kuser_sz, __kuser_helper_start, kuser_sz);
800 * vectors + 0xfe0 = __kuser_get_tls
801 * vectors + 0xfe8 = hardware TLS instruction at 0xffff0fe8
804 memcpy(vectors + 0xfe0, vectors + 0xfe8, 4);
807 static inline void __init kuser_init(void *vectors) argument
872 * Poison the vectors page with an undefined instruction. This
881 * Copy the vectors, stub
[all...]
/linux-master/arch/arm/mm/
H A Dmmu.c576 * r/o, kernel r/w to map the vectors page.
1381 void *vectors; local
1386 vectors = early_alloc(PAGE_SIZE * 2);
1388 early_trap_init(vectors);
1436 * Create a mapping for the machine vectors at the high-vectors
1437 * location (0xffff0000). If we aren't using high-vectors, also
1438 * create a mapping at the low-vectors virtual address.
1440 map.pfn = __phys_to_pfn(virt_to_phys(vectors));
/linux-master/arch/arm64/include/asm/
H A Dvectors.h13 extern char vectors[];
20 * 'full fat' vectors are used directly.
26 * vectors.
32 * canonical vectors.
38 * vectors.
44 * Remap the kernel before branching to the canonical vectors.
55 /* The vectors to use on return from EL0. e.g. to remap the kernel */
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c92 #include <asm/vectors.h>
117 DEFINE_PER_CPU_READ_MOSTLY(const char *, this_cpu_vector) = vectors;
1965 if (__this_cpu_read(this_cpu_vector) == vectors) {
H A Dentry.S44 * skipped by the trampoline vectors, to trigger the cleanup.
514 * Exception vectors.
519 SYM_CODE_START(vectors)
539 SYM_CODE_END(vectors)
634 /* 2MB boundary containing the vectors, so we nobble the walk cache */
710 * enter the full-fat kernel vectors.
717 tramp_data_read_var x30, vectors
725 adr_l x30, vectors
756 * Exception vectors trampoline.
781 * Exception vectors fo
[all...]
H A Dhead.S221 adr_l x8, vectors // load VBAR_EL1 with virtual
403 adr_l x5, vectors
H A Dproton-pack.c32 #include <asm/vectors.h>
228 * the door when we're a guest. Skip the hyp-vectors work.
322 * an indirect trampoline for the hyp vectors so that guests can't read
814 * software mitigation in the vectors is needed.
972 * When KPTI is in use, the vectors are switched when exiting to
1037 * vectors. The indirect vector doesn't include the EL3
1047 * The WA3 call in the vectors supersedes the WA1 call
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c29 #include <asm/vectors.h>
94 const char *host_vectors = vectors;
/linux-master/arch/m68k/atari/
H A Dataints.c13 * just the normal way. Additionally, all vectors >= 48 are initialized to
69 * (new vectors starting from 0x70 can be allocated by
104 vectors[VEC_INT4] = falcon_hblhandler;
316 vectors[VEC_INT2] = falcon_hblhandler;
317 vectors[VEC_INT4] = falcon_hblhandler;
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c132 unsigned long *new = (unsigned long *)vectors;
/linux-master/arch/m68k/coldfire/
H A DMakefile18 obj-$(CONFIG_COLDFIRE) += cache.o clk.o device.o entry.o vectors.o
/linux-master/arch/m68k/include/asm/
H A Dtraps.h20 extern e_vector vectors[];
/linux-master/arch/m68k/kernel/
H A DMakefile22 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
23 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
H A Dints.c133 vectors[VEC_SPUR + irq] = auto_inthandler;
135 vectors[m68k_first_user_vec + irq - IRQ_USER] = user_inthandler;
149 vectors[VEC_SPUR + irq] = bad_inthandler;
151 vectors[m68k_first_user_vec + irq - IRQ_USER] = bad_inthandler;

Completed in 402 milliseconds

1234