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

/freebsd-13-stable/sys/amd64/include/
H A Dsmp.h30 IDTVEC(justreturn), /* interrupt CPU with minimum overhead */
31 IDTVEC(justreturn1_pti),
32 IDTVEC(invlop_pti),
33 IDTVEC(invlop),
34 IDTVEC(ipi_intr_bitmap_handler_pti),
35 IDTVEC(ipi_swi_pti),
36 IDTVEC(cpustop_pti),
37 IDTVEC(cpususpend_pti),
38 IDTVEC(rendezvous_pti);
H A Dasmacros.h167 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ macro
/freebsd-13-stable/sys/i386/include/
H A Dsmp.h31 IDTVEC(invltlb), /* TLB shootdowns - global */
32 IDTVEC(invlpg), /* TLB shootdowns - 1 page */
33 IDTVEC(invlrng), /* TLB shootdowns - page range */
34 IDTVEC(invlcache); /* Write back and invalidate cache */
H A Dasmacros.h146 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ macro
/freebsd-13-stable/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S44 IDTVEC(vmbus_isr_pti)
45 IDTVEC(vmbus_isr)
/freebsd-13-stable/sys/x86/include/
H A Dapicvar.h181 IDTVEC(apic_isr1), IDTVEC(apic_isr2), IDTVEC(apic_isr3),
182 IDTVEC(apic_isr4), IDTVEC(apic_isr5), IDTVEC(apic_isr6),
183 IDTVEC(apic_isr7), IDTVEC(cmcint), IDTVEC(errorint),
184 IDTVEC(spuriousin
[all...]
H A Dx86_smp.h78 IDTVEC(ipi_intr_bitmap_handler), /* Bitmap based IPIs */
79 IDTVEC(ipi_swi), /* Runs delayed SWI */
80 IDTVEC(cpustop), /* CPU stops & waits to be restarted */
81 IDTVEC(cpususpend), /* CPU suspends & waits to be resumed */
82 IDTVEC(rendezvous); /* handle CPU rendezvous */
H A Dintr_machdep.h71 #define IDTVEC(name) __CONCAT(X,name) macro
/freebsd-13-stable/sys/x86/isa/
H A Datpic.c76 IDTVEC(atpic_intr0), IDTVEC(atpic_intr1), IDTVEC(atpic_intr2),
77 IDTVEC(atpic_intr3), IDTVEC(atpic_intr4), IDTVEC(atpic_intr5),
78 IDTVEC(atpic_intr6), IDTVEC(atpic_intr7), IDTVEC(atpic_intr8),
79 IDTVEC(atpic_intr
[all...]
/freebsd-13-stable/sys/i386/i386/
H A Dapic_vector.s114 IDTVEC(spuriousint)
133 IDTVEC(timerint_pti)
134 IDTVEC(timerint)
152 IDTVEC(cmcint_pti)
153 IDTVEC(cmcint)
169 IDTVEC(errorint_pti)
170 IDTVEC(errorint)
188 IDTVEC(xen_intr_upcall)
213 IDTVEC(invltlb)
227 IDTVEC(invlp
[all...]
H A Dexception.s105 IDTVEC(div)
107 IDTVEC(bpt)
109 IDTVEC(dtrace_ret)
111 IDTVEC(ofl)
113 IDTVEC(bnd)
116 IDTVEC(ill)
119 IDTVEC(dna)
121 IDTVEC(fpusegm)
123 IDTVEC(tss)
125 IDTVEC(missin
[all...]
H A Dmp_machdep.c164 setidt(IPI_INVLTLB, IDTVEC(invltlb),
166 setidt(IPI_INVLPG, IDTVEC(invlpg),
168 setidt(IPI_INVLRNG, IDTVEC(invlrng),
172 setidt(IPI_INVLCACHE, IDTVEC(invlcache),
176 setidt(IPI_RENDEZVOUS, IDTVEC(rendezvous),
180 setidt(IPI_BITMAP_VECTOR, IDTVEC(ipi_intr_bitmap_handler),
184 setidt(IPI_STOP, IDTVEC(cpustop),
188 setidt(IPI_SUSPEND, IDTVEC(cpususpend),
192 setidt(IPI_SWI, IDTVEC(ipi_swi),
H A Dmachdep.c1545 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1546 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1547 IDTVEC(ts
[all...]
H A Dtrap.c123 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
650 (uintptr_t)IDTVEC(int0x80_syscall) + setidt_disp ||
651 frame->tf_eip == (uintptr_t)IDTVEC(bpt) +
653 frame->tf_eip == (uintptr_t)IDTVEC(dbg) +
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_syscall.c94 #define IDTVEC(name) __CONCAT(X,name) macro
96 extern inthand_t IDTVEC(int0x80_syscall), IDTVEC(int0x80_syscall_pti),
97 IDTVEC(rsvd), IDTVEC(rsvd_pti);
236 setidt(IDT_SYSCALL, pti ? &IDTVEC(int0x80_syscall_pti) :
237 &IDTVEC(int0x80_syscall), SDT_SYSIGT, SEL_UPL, 0);
244 setidt(IDT_SYSCALL, pti ? &IDTVEC(rsvd_pti) : &IDTVEC(rsvd),
H A Dia32_exception.S43 IDTVEC(int0x80_syscall_pti)
47 IDTVEC(int0x80_syscall)
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c831 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
832 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
833 IDTVEC(ts
[all...]
H A Dtrap.c104 extern inthand_t IDTVEC(bpt), IDTVEC(bpt_pti), IDTVEC(dbg),
105 IDTVEC(fast_syscall), IDTVEC(fast_syscall_pti), IDTVEC(fast_syscall32),
106 IDTVEC(int0x80_syscall_pti), IDTVEC(int0x80_syscall);
574 (uintptr_t)IDTVEC(fast_syscall_pti) ||
577 (uintptr_t)IDTVEC(int0x80_syscall_pt
[all...]
H A Dapic_vector.S114 IDTVEC(spuriousint)
253 IDTVEC(justreturn)
H A Dmp_machdep.c209 setidt(IPI_INVLOP, pti ? IDTVEC(invlop_pti) : IDTVEC(invlop),
213 setidt(IPI_RENDEZVOUS, pti ? IDTVEC(rendezvous_pti) :
214 IDTVEC(rendezvous), SDT_SYSIGT, SEL_KPL, 0);
217 setidt(IPI_BITMAP_VECTOR, pti ? IDTVEC(ipi_intr_bitmap_handler_pti) :
218 IDTVEC(ipi_intr_bitmap_handler), SDT_SYSIGT, SEL_KPL, 0);
221 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop),
225 setidt(IPI_SUSPEND, pti ? IDTVEC(cpususpend_pti) : IDTVEC(cpususpen
[all...]
H A Dexception.S324 IDTVEC(dblfault)
366 IDTVEC(page_pti)
382 IDTVEC(page)
453 IDTVEC(\name\()_pti)
460 IDTVEC(\name)
526 IDTVEC(fast_syscall_pti)
537 IDTVEC(fast_syscall)
632 IDTVEC(fast_syscall32)
641 IDTVEC(dbg)
780 IDTVEC(nm
[all...]
/freebsd-13-stable/sys/x86/x86/
H A Dlocal_apic.c168 IDTVEC(apic_isr1), /* 32 - 63 */
169 IDTVEC(apic_isr2), /* 64 - 95 */
170 IDTVEC(apic_isr3), /* 96 - 127 */
171 IDTVEC(apic_isr4), /* 128 - 159 */
172 IDTVEC(apic_isr5), /* 160 - 191 */
173 IDTVEC(apic_isr6), /* 192 - 223 */
174 IDTVEC(apic_isr7), /* 224 - 255 */
179 IDTVEC(apic_isr1_pti), /* 32 - 63 */
180 IDTVEC(apic_isr2_pti), /* 64 - 95 */
181 IDTVEC(apic_isr3_pt
[all...]
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c145 extern inthand_t IDTVEC(vmbus_isr), IDTVEC(vmbus_isr_pti);
146 #define VMBUS_ISR_ADDR trunc_page((uintptr_t)IDTVEC(vmbus_isr_pti))
996 sc->vmbus_idtvec = lapic_ipi_alloc(pti ? IDTVEC(vmbus_isr_pti) :
997 IDTVEC(vmbus_isr));
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm.c367 vmm_ipinum = lapic_ipi_alloc(pti ? &IDTVEC(justreturn1_pti) :
368 &IDTVEC(justreturn));
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.c873 pirvec = lapic_ipi_alloc(pti ? &IDTVEC(justreturn1_pti) :
874 &IDTVEC(justreturn));

Completed in 145 milliseconds