Lines Matching refs:eax

62 	movl	LA_ISR + 16 * (index)(%edx), %eax ;	/* load ISR */	\
63 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \
65 addl $(32 * index),%eax ; \
67 pushl %eax ; /* pass the IRQ */ \
148 pushl %eax
150 movl $KDSEL, %eax /* Kernel data selector */
151 movl %eax, %ds
155 movl $KPSEL, %eax /* Private space selector */
156 movl %eax, %fs
157 movl PCPU(CPUID), %eax
160 incl xhits_gbl(,%eax,4)
163 movl ipi_invltlb_counts(,%eax,4),%eax
164 incl (%eax)
168 movl %cr3, %eax /* invalidate the TLB */
169 movl %eax, %cr3
171 movl lapic, %eax
172 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
178 popl %eax
187 pushl %eax
189 movl $KDSEL, %eax /* Kernel data selector */
190 movl %eax, %ds
194 movl $KPSEL, %eax /* Private space selector */
195 movl %eax, %fs
196 movl PCPU(CPUID), %eax
199 incl xhits_pg(,%eax,4)
202 movl ipi_invlpg_counts(,%eax,4),%eax
203 incl (%eax)
207 movl smp_tlb_addr1, %eax
208 invlpg (%eax) /* invalidate single page */
210 movl lapic, %eax
211 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
217 popl %eax
226 pushl %eax
229 movl $KDSEL, %eax /* Kernel data selector */
230 movl %eax, %ds
234 movl $KPSEL, %eax /* Private space selector */
235 movl %eax, %fs
236 movl PCPU(CPUID), %eax
239 incl xhits_rng(,%eax,4)
242 movl ipi_invlrng_counts(,%eax,4),%eax
243 incl (%eax)
248 movl smp_tlb_addr2, %eax
251 cmpl %eax, %edx
254 movl lapic, %eax
255 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
262 popl %eax
271 pushl %eax
273 movl $KDSEL, %eax /* Kernel data selector */
274 movl %eax, %ds
278 movl $KPSEL, %eax /* Private space selector */
279 movl %eax, %fs
280 movl PCPU(CPUID), %eax
282 movl ipi_invlcache_counts(,%eax,4),%eax
283 incl (%eax)
288 movl lapic, %eax
289 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
295 popl %eax
328 movl lapic, %eax
329 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
347 movl lapic, %eax
348 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
369 movl PCPU(CPUID), %eax
370 movl ipi_rendezvous_counts(,%eax,4), %eax
371 incl (%eax)
375 movl lapic, %eax
376 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */
392 movl lapic, %eax
393 movl $0, LA_EOI(%eax) /* End Of Interrupt to APIC */