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

12

/freebsd-10-stable/sys/i386/include/
H A Dsmp.h50 IDTVEC(invltlb), /* TLB shootdowns - global */
51 IDTVEC(invlpg), /* TLB shootdowns - 1 page */
52 IDTVEC(invlrng), /* TLB shootdowns - page range */
53 IDTVEC(invlcache), /* Write back and invalidate cache */
54 IDTVEC(ipi_intr_bitmap_handler), /* Bitmap based IPIs */
55 IDTVEC(cpustop), /* CPU stops & waits to be restarted */
56 IDTVEC(cpususpend), /* CPU suspends & waits to be resumed */
57 IDTVEC(rendezvous), /* handle CPU rendezvous */
58 IDTVEC(lazypmap); /* handle lazy pmap release */
H A Dapicvar.h161 IDTVEC(apic_isr1), IDTVEC(apic_isr2), IDTVEC(apic_isr3),
162 IDTVEC(apic_isr4), IDTVEC(apic_isr5), IDTVEC(apic_isr6),
163 IDTVEC(apic_isr7), IDTVEC(cmcint), IDTVEC(errorint),
164 IDTVEC(spuriousin
[all...]
/freebsd-10-stable/sys/amd64/include/
H A Dsmp.h48 IDTVEC(invltlb_pcid), /* TLB shootdowns - global, pcid enabled */
49 IDTVEC(invltlb), /* TLB shootdowns - global */
50 IDTVEC(invlpg_pcid), /* TLB shootdowns - 1 page, pcid enabled */
51 IDTVEC(invlpg), /* TLB shootdowns - 1 page */
52 IDTVEC(invlrng), /* TLB shootdowns - page range */
53 IDTVEC(invlcache), /* Write back and invalidate cache */
54 IDTVEC(ipi_intr_bitmap_handler), /* Bitmap based IPIs */
55 IDTVEC(cpustop), /* CPU stops & waits to be restarted */
56 IDTVEC(cpususpend), /* CPU suspends & waits to be resumed */
57 IDTVEC(rendezvou
[all...]
H A Dapicvar.h162 IDTVEC(apic_isr1), IDTVEC(apic_isr2), IDTVEC(apic_isr3),
163 IDTVEC(apic_isr4), IDTVEC(apic_isr5), IDTVEC(apic_isr6),
164 IDTVEC(apic_isr7), IDTVEC(cmcint), IDTVEC(errorint),
165 IDTVEC(spuriousin
[all...]
H A Dintr_machdep.h87 #define IDTVEC(name) __CONCAT(X,name) macro
/freebsd-10-stable/sys/amd64/amd64/
H A Dapic_vector.S62 IDTVEC(vec_name) ; \
86 IDTVEC(spuriousint)
105 IDTVEC(timerint)
118 IDTVEC(cmcint)
130 IDTVEC(errorint)
144 IDTVEC(xen_intr_upcall)
167 IDTVEC(invltlb_pcid)
175 IDTVEC(invltlb)
186 IDTVEC(invlpg_pcid)
193 IDTVEC(invlp
[all...]
H A Datpic_vector.S49 IDTVEC(vec_name) ; \
H A Dexception.S111 IDTVEC(bpt)
114 IDTVEC(dtrace_ret)
125 IDTVEC(div)
127 IDTVEC(ofl)
129 IDTVEC(bnd)
131 IDTVEC(ill)
133 IDTVEC(dna)
135 IDTVEC(fpusegm)
137 IDTVEC(mchk)
139 IDTVEC(rsv
[all...]
H A Dmachdep.c1174 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1175 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1176 IDTVEC(ts
[all...]
H A Dtrap.c102 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(fast_syscall),
103 IDTVEC(fast_syscall32), IDTVEC(int0x80_syscall);
579 if (frame->tf_rip == (uintptr_t)IDTVEC(fast_syscall) ||
582 (uintptr_t)IDTVEC(int0x80_syscall) ||
584 frame->tf_rip == (uintptr_t)IDTVEC(bpt) ||
585 frame->tf_rip == (uintptr_t)IDTVEC(dbg) ||
587 frame->tf_rip == (uintptr_t)IDTVEC(fast_syscall3
[all...]
H A Dmp_machdep.c132 extern inthand_t IDTVEC(fast_syscall), IDTVEC(fast_syscall32);
537 setidt(IPI_INVLTLB, IDTVEC(invltlb_pcid), SDT_SYSIGT,
539 setidt(IPI_INVLPG, IDTVEC(invlpg_pcid), SDT_SYSIGT,
542 setidt(IPI_INVLTLB, IDTVEC(invltlb), SDT_SYSIGT, SEL_KPL, 0);
543 setidt(IPI_INVLPG, IDTVEC(invlpg), SDT_SYSIGT, SEL_KPL, 0);
545 setidt(IPI_INVLRNG, IDTVEC(invlrng), SDT_SYSIGT, SEL_KPL, 0);
548 setidt(IPI_INVLCACHE, IDTVEC(invlcache), SDT_SYSIGT, SEL_KPL, 0);
551 setidt(IPI_RENDEZVOUS, IDTVEC(rendezvous), SDT_SYSIGT, SEL_KPL, 0);
554 setidt(IPI_BITMAP_VECTOR, IDTVEC(ipi_intr_bitmap_handle
[all...]
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_ipi.c45 extern inthand_t IDTVEC(rsvd), IDTVEC(justreturn);
69 if (func == (uintptr_t)&IDTVEC(rsvd)) {
70 setidt(idx , IDTVEC(justreturn), SDT_SYSIGT,
89 KASSERT(func == (uintptr_t)&IDTVEC(justreturn),
92 setidt(ipinum, IDTVEC(rsvd), SDT_SYSIGT, SEL_KPL, 0);
H A Dvmm_support.S37 IDTVEC(justreturn)
/freebsd-10-stable/sys/i386/i386/
H A Dapic_vector.s56 IDTVEC(vec_name) ; \
83 IDTVEC(spuriousint)
102 IDTVEC(timerint)
118 IDTVEC(cmcint)
132 IDTVEC(errorint)
148 IDTVEC(xen_intr_upcall)
173 IDTVEC(invltlb)
187 IDTVEC(invlpg)
201 IDTVEC(invlrng)
215 IDTVEC(invlcach
[all...]
H A Dexception.s104 IDTVEC(div)
106 IDTVEC(dbg)
108 IDTVEC(nmi)
110 IDTVEC(bpt)
112 IDTVEC(dtrace_ret)
114 IDTVEC(ofl)
116 IDTVEC(bnd)
119 IDTVEC(ill)
122 IDTVEC(dna)
124 IDTVEC(fpuseg
[all...]
H A Datpic_vector.s49 IDTVEC(vec_name) ; \
H A Dmachdep.c1985 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1986 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1987 IDTVEC(ts
[all...]
/freebsd-10-stable/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S40 IDTVEC(vmbus_isr)
/freebsd-10-stable/sys/dev/hyperv/vmbus/amd64/
H A Dvmbus_vector.S40 IDTVEC(vmbus_isr)
/freebsd-10-stable/sys/i386/xen/
H A Dexception.s114 IDTVEC(div)
116 IDTVEC(dbg)
118 IDTVEC(nmi)
120 IDTVEC(bpt)
122 IDTVEC(ofl)
124 IDTVEC(bnd)
126 IDTVEC(ill)
128 IDTVEC(dna)
130 IDTVEC(fpusegm)
132 IDTVEC(ts
[all...]
H A Dxen_machdep.c81 #define IDTVEC(name) __CONCAT(X,name) macro
84 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
85 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpuseg
[all...]
/freebsd-10-stable/sys/x86/isa/
H A Datpic.c79 IDTVEC(atpic_intr0), IDTVEC(atpic_intr1), IDTVEC(atpic_intr2),
80 IDTVEC(atpic_intr3), IDTVEC(atpic_intr4), IDTVEC(atpic_intr5),
81 IDTVEC(atpic_intr6), IDTVEC(atpic_intr7), IDTVEC(atpic_intr8),
82 IDTVEC(atpic_intr
[all...]
/freebsd-10-stable/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-10-stable/sys/x86/x86/
H A Dlocal_apic.c141 IDTVEC(apic_isr1), /* 32 - 63 */
142 IDTVEC(apic_isr2), /* 64 - 95 */
143 IDTVEC(apic_isr3), /* 96 - 127 */
144 IDTVEC(apic_isr4), /* 128 - 159 */
145 IDTVEC(apic_isr5), /* 160 - 191 */
146 IDTVEC(apic_isr6), /* 192 - 223 */
147 IDTVEC(apic_isr7), /* 224 - 255 */
156 extern inthand_t IDTVEC(rsvd);
239 setidt(APIC_SPURIOUS_INT, IDTVEC(spuriousint), SDT_APIC, SEL_KPL,
249 setidt(APIC_TIMER_INT, IDTVEC(timerin
[all...]

Completed in 368 milliseconds

12