Searched refs:IDTVEC (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/sys/amd64/include/
H A Dsmp.h34 IDTVEC(invltlb_pcid), /* TLB shootdowns - global, pcid */
35 IDTVEC(invltlb_invpcid),/* TLB shootdowns - global, invpcid */
36 IDTVEC(justreturn); /* interrupt CPU with minimum overhead */
H A Dintr_machdep.h88 #define IDTVEC(name) __CONCAT(X,name) macro
H A Dasmacros.h149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ macro
/freebsd-11.0-release/sys/amd64/amd64/
H A Dapic_vector.S79 IDTVEC(vec_name) ; \
110 IDTVEC(spuriousint)
129 IDTVEC(timerint)
142 IDTVEC(cmcint)
154 IDTVEC(errorint)
168 IDTVEC(xen_intr_upcall)
190 IDTVEC(invltlb)
196 IDTVEC(invltlb_pcid)
202 IDTVEC(invltlb_invpcid)
214 IDTVEC(invlp
[all...]
H A Dmp_machdep.c90 extern inthand_t IDTVEC(fast_syscall), IDTVEC(fast_syscall32);
135 setidt(IPI_INVLTLB, IDTVEC(invltlb_invpcid),
138 setidt(IPI_INVLTLB, IDTVEC(invltlb_pcid), SDT_SYSIGT,
142 setidt(IPI_INVLTLB, IDTVEC(invltlb), SDT_SYSIGT, SEL_KPL, 0);
144 setidt(IPI_INVLPG, IDTVEC(invlpg), SDT_SYSIGT, SEL_KPL, 0);
145 setidt(IPI_INVLRNG, IDTVEC(invlrng), SDT_SYSIGT, SEL_KPL, 0);
148 setidt(IPI_INVLCACHE, IDTVEC(invlcache), SDT_SYSIGT, SEL_KPL, 0);
151 setidt(IPI_RENDEZVOUS, IDTVEC(rendezvous), SDT_SYSIGT, SEL_KPL, 0);
154 setidt(IPI_BITMAP_VECTOR, IDTVEC(ipi_intr_bitmap_handle
[all...]
H A Datpic_vector.S49 IDTVEC(vec_name) ; \
H A Dexception.S110 IDTVEC(dbg)
112 IDTVEC(bpt)
115 IDTVEC(dtrace_ret)
126 IDTVEC(div)
128 IDTVEC(ofl)
130 IDTVEC(bnd)
132 IDTVEC(ill)
134 IDTVEC(dna)
136 IDTVEC(fpusegm)
138 IDTVEC(mch
[all...]
H A Dmachdep.c823 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
824 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
825 IDTVEC(ts
[all...]
/freebsd-11.0-release/sys/x86/include/
H A Dx86_smp.h66 IDTVEC(invltlb), /* TLB shootdowns - global */
67 IDTVEC(invlpg), /* TLB shootdowns - 1 page */
68 IDTVEC(invlrng), /* TLB shootdowns - page range */
69 IDTVEC(invlcache), /* Write back and invalidate cache */
70 IDTVEC(ipi_intr_bitmap_handler), /* Bitmap based IPIs */
71 IDTVEC(cpustop), /* CPU stops & waits to be restarted */
72 IDTVEC(cpususpend), /* CPU suspends & waits to be resumed */
73 IDTVEC(rendezvous); /* handle CPU rendezvous */
H A Dapicvar.h179 IDTVEC(apic_isr1), IDTVEC(apic_isr2), IDTVEC(apic_isr3),
180 IDTVEC(apic_isr4), IDTVEC(apic_isr5), IDTVEC(apic_isr6),
181 IDTVEC(apic_isr7), IDTVEC(cmcint), IDTVEC(errorint),
182 IDTVEC(spuriousin
[all...]
/freebsd-11.0-release/sys/i386/i386/
H A Dexception.s103 IDTVEC(div)
105 IDTVEC(dbg)
107 IDTVEC(nmi)
109 IDTVEC(bpt)
111 IDTVEC(dtrace_ret)
113 IDTVEC(ofl)
115 IDTVEC(bnd)
118 IDTVEC(ill)
121 IDTVEC(dna)
123 IDTVEC(fpuseg
[all...]
H A Dapic_vector.s73 IDTVEC(vec_name) ; \
107 IDTVEC(spuriousint)
126 IDTVEC(timerint)
142 IDTVEC(cmcint)
156 IDTVEC(errorint)
172 IDTVEC(xen_intr_upcall)
196 IDTVEC(invltlb)
210 IDTVEC(invlpg)
224 IDTVEC(invlrng)
238 IDTVEC(invlcach
[all...]
H A Datpic_vector.s49 IDTVEC(vec_name) ; \
H A Dmp_machdep.c174 setidt(IPI_INVLTLB, IDTVEC(invltlb),
176 setidt(IPI_INVLPG, IDTVEC(invlpg),
178 setidt(IPI_INVLRNG, IDTVEC(invlrng),
182 setidt(IPI_INVLCACHE, IDTVEC(invlcache),
186 setidt(IPI_RENDEZVOUS, IDTVEC(rendezvous),
190 setidt(IPI_BITMAP_VECTOR, IDTVEC(ipi_intr_bitmap_handler),
194 setidt(IPI_STOP, IDTVEC(cpustop),
198 setidt(IPI_SUSPEND, IDTVEC(cpususpend),
H A Dmachdep.c1528 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1529 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1530 IDTVEC(ts
[all...]
H A Dtrap.c118 extern inthand_t IDTVEC(lcall_syscall);
657 if (frame->tf_eip == (int)IDTVEC(lcall_syscall)) {
666 if (frame->tf_eip == (int)IDTVEC(lcall_syscall) + 1) {
/freebsd-11.0-release/sys/dev/hyperv/vmbus/amd64/
H A Dvmbus_vector.S40 IDTVEC(vmbus_isr)
/freebsd-11.0-release/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S40 IDTVEC(vmbus_isr)
/freebsd-11.0-release/sys/x86/isa/
H A Datpic.c83 IDTVEC(atpic_intr0), IDTVEC(atpic_intr1), IDTVEC(atpic_intr2),
84 IDTVEC(atpic_intr3), IDTVEC(atpic_intr4), IDTVEC(atpic_intr5),
85 IDTVEC(atpic_intr6), IDTVEC(atpic_intr7), IDTVEC(atpic_intr8),
86 IDTVEC(atpic_intr
[all...]
/freebsd-11.0-release/sys/amd64/ia32/
H A Dia32_syscall.c94 #define IDTVEC(name) __CONCAT(X,name) macro
96 extern inthand_t IDTVEC(int0x80_syscall), IDTVEC(rsvd);
208 setidt(IDT_SYSCALL, &IDTVEC(int0x80_syscall), SDT_SYSIGT, SEL_UPL, 0);
215 setidt(IDT_SYSCALL, &IDTVEC(rsvd), SDT_SYSIGT, SEL_KPL, 0);
H A Dia32_exception.S43 IDTVEC(int0x80_syscall)
/freebsd-11.0-release/sys/x86/x86/
H A Dlocal_apic.c151 IDTVEC(apic_isr1), /* 32 - 63 */
152 IDTVEC(apic_isr2), /* 64 - 95 */
153 IDTVEC(apic_isr3), /* 96 - 127 */
154 IDTVEC(apic_isr4), /* 128 - 159 */
155 IDTVEC(apic_isr5), /* 160 - 191 */
156 IDTVEC(apic_isr6), /* 192 - 223 */
157 IDTVEC(apic_isr7), /* 224 - 255 */
166 extern inthand_t IDTVEC(rsvd);
435 setidt(APIC_SPURIOUS_INT, IDTVEC(spuriousint), SDT_APIC, SEL_KPL,
445 setidt(APIC_TIMER_INT, IDTVEC(timerin
[all...]
/freebsd-11.0-release/sys/i386/include/
H A Dintr_machdep.h88 #define IDTVEC(name) __CONCAT(X,name) macro
H A Dasmacros.h139 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ macro
/freebsd-11.0-release/sys/dev/hyperv/vmbus/
H A Dvmbus.c74 extern inthand_t IDTVEC(vmbus_isr);
438 sc->vmbus_idtvec = lapic_ipi_alloc(IDTVEC(vmbus_isr));

Completed in 171 milliseconds

12