blob: 5f0418d0078c893a7a896dcb75dedb30dd1bace3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * include/asm-i386/processor.h
3 *
4 * Copyright (C) 1994 Linus Torvalds
5 */
6
7#ifndef __ASM_I386_PROCESSOR_H
8#define __ASM_I386_PROCESSOR_H
9
10#include <asm/vm86.h>
11#include <asm/math_emu.h>
12#include <asm/segment.h>
13#include <asm/page.h>
14#include <asm/types.h>
15#include <asm/sigcontext.h>
16#include <asm/cpufeature.h>
17#include <asm/msr.h>
18#include <asm/system.h>
19#include <linux/cache.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/threads.h>
21#include <asm/percpu.h>
Siddha, Suresh B1e9f28f2006-03-27 01:15:22 -080022#include <linux/cpumask.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
24/* flag for disabling the tsc */
25extern int tsc_disable;
26
27struct desc_struct {
28 unsigned long a,b;
29};
30
31#define desc_empty(desc) \
Zachary Amsden12aaa082005-08-16 12:05:09 -070032 (!((desc)->a | (desc)->b))
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
34#define desc_equal(desc1, desc2) \
35 (((desc1)->a == (desc2)->a) && ((desc1)->b == (desc2)->b))
36/*
37 * Default implementation of macro that returns current
38 * instruction pointer ("program counter").
39 */
40#define current_text_addr() ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; })
41
42/*
43 * CPU type and hardware bug flags. Kept separately for each CPU.
44 * Members of this structure are referenced in head.S, so think twice
45 * before touching them. [mj]
46 */
47
48struct cpuinfo_x86 {
49 __u8 x86; /* CPU family */
50 __u8 x86_vendor; /* CPU vendor */
51 __u8 x86_model;
52 __u8 x86_mask;
53 char wp_works_ok; /* It doesn't on 386's */
54 char hlt_works_ok; /* Problems on some 486Dx4's and old 386's */
55 char hard_math;
56 char rfu;
57 int cpuid_level; /* Maximum supported CPUID level, -1=no CPUID */
58 unsigned long x86_capability[NCAPINTS];
59 char x86_vendor_id[16];
60 char x86_model_id[64];
61 int x86_cache_size; /* in KB - valid for CPUS which support this
62 call */
63 int x86_cache_alignment; /* In bytes */
Andi Kleen3f98bc42006-01-11 22:42:51 +010064 char fdiv_bug;
65 char f00f_bug;
66 char coma_bug;
67 char pad0;
68 int x86_power;
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 unsigned long loops_per_jiffy;
Siddha, Suresh B1e9f28f2006-03-27 01:15:22 -080070#ifdef CONFIG_SMP
71 cpumask_t llc_shared_map; /* cpus sharing the last level cache */
72#endif
Siddha, Suresh B94605ef2005-11-05 17:25:54 +010073 unsigned char x86_max_cores; /* cpuid returned max cores value */
Siddha, Suresh B94605ef2005-11-05 17:25:54 +010074 unsigned char apicid;
Andi Kleen770d1322006-12-07 02:14:05 +010075 unsigned short x86_clflush_size;
Rohit Seth4b89aff2006-06-27 02:53:46 -070076#ifdef CONFIG_SMP
77 unsigned char booted_cores; /* number of cores as seen by OS */
78 __u8 phys_proc_id; /* Physical processor id. */
79 __u8 cpu_core_id; /* Core id */
80#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070081} __attribute__((__aligned__(SMP_CACHE_BYTES)));
82
83#define X86_VENDOR_INTEL 0
84#define X86_VENDOR_CYRIX 1
85#define X86_VENDOR_AMD 2
86#define X86_VENDOR_UMC 3
87#define X86_VENDOR_NEXGEN 4
88#define X86_VENDOR_CENTAUR 5
89#define X86_VENDOR_RISE 6
90#define X86_VENDOR_TRANSMETA 7
91#define X86_VENDOR_NSC 8
92#define X86_VENDOR_NUM 9
93#define X86_VENDOR_UNKNOWN 0xff
94
95/*
96 * capabilities of CPUs
97 */
98
99extern struct cpuinfo_x86 boot_cpu_data;
100extern struct cpuinfo_x86 new_cpu_data;
101extern struct tss_struct doublefault_tss;
102DECLARE_PER_CPU(struct tss_struct, init_tss);
103
104#ifdef CONFIG_SMP
105extern struct cpuinfo_x86 cpu_data[];
106#define current_cpu_data cpu_data[smp_processor_id()]
107#else
108#define cpu_data (&boot_cpu_data)
109#define current_cpu_data boot_cpu_data
110#endif
111
Siddha, Suresh B1e9f28f2006-03-27 01:15:22 -0800112extern int cpu_llc_id[NR_CPUS];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113extern char ignore_fpu_irq;
114
115extern void identify_cpu(struct cpuinfo_x86 *);
116extern void print_cpu_info(struct cpuinfo_x86 *);
117extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
Andi Kleen240cd6a802006-06-26 13:56:13 +0200118extern unsigned short num_cache_leaves;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119
120#ifdef CONFIG_X86_HT
121extern void detect_ht(struct cpuinfo_x86 *c);
122#else
123static inline void detect_ht(struct cpuinfo_x86 *c) {}
124#endif
125
126/*
127 * EFLAGS bits
128 */
129#define X86_EFLAGS_CF 0x00000001 /* Carry Flag */
130#define X86_EFLAGS_PF 0x00000004 /* Parity Flag */
131#define X86_EFLAGS_AF 0x00000010 /* Auxillary carry Flag */
132#define X86_EFLAGS_ZF 0x00000040 /* Zero Flag */
133#define X86_EFLAGS_SF 0x00000080 /* Sign Flag */
134#define X86_EFLAGS_TF 0x00000100 /* Trap Flag */
135#define X86_EFLAGS_IF 0x00000200 /* Interrupt Flag */
136#define X86_EFLAGS_DF 0x00000400 /* Direction Flag */
137#define X86_EFLAGS_OF 0x00000800 /* Overflow Flag */
138#define X86_EFLAGS_IOPL 0x00003000 /* IOPL mask */
139#define X86_EFLAGS_NT 0x00004000 /* Nested Task */
140#define X86_EFLAGS_RF 0x00010000 /* Resume Flag */
141#define X86_EFLAGS_VM 0x00020000 /* Virtual Mode */
142#define X86_EFLAGS_AC 0x00040000 /* Alignment Check */
143#define X86_EFLAGS_VIF 0x00080000 /* Virtual Interrupt Flag */
144#define X86_EFLAGS_VIP 0x00100000 /* Virtual Interrupt Pending */
145#define X86_EFLAGS_ID 0x00200000 /* CPUID detection flag */
146
Rusty Russelld3561b72006-12-07 02:14:07 +0100147static inline fastcall void native_cpuid(unsigned int *eax, unsigned int *ebx,
148 unsigned int *ecx, unsigned int *edx)
Rusty Russell9f093392006-09-25 23:32:24 -0700149{
150 /* ecx is often an input as well as an output. */
151 __asm__("cpuid"
152 : "=a" (*eax),
153 "=b" (*ebx),
154 "=c" (*ecx),
155 "=d" (*edx)
156 : "0" (*eax), "2" (*ecx));
157}
158
Zachary Amsden4bb0d3e2005-09-03 15:56:36 -0700159#define load_cr3(pgdir) write_cr3(__pa(pgdir))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160
161/*
162 * Intel CPU features in CR4
163 */
164#define X86_CR4_VME 0x0001 /* enable vm86 extensions */
165#define X86_CR4_PVI 0x0002 /* virtual interrupts flag enable */
166#define X86_CR4_TSD 0x0004 /* disable time stamp at ipl 3 */
167#define X86_CR4_DE 0x0008 /* enable debugging extensions */
168#define X86_CR4_PSE 0x0010 /* enable page size extensions */
169#define X86_CR4_PAE 0x0020 /* enable physical address extensions */
170#define X86_CR4_MCE 0x0040 /* Machine check enable */
171#define X86_CR4_PGE 0x0080 /* enable global pages */
172#define X86_CR4_PCE 0x0100 /* enable performance counters at ipl 3 */
173#define X86_CR4_OSFXSR 0x0200 /* enable fast FPU save and restore */
174#define X86_CR4_OSXMMEXCPT 0x0400 /* enable unmasked SSE exceptions */
175
176/*
177 * Save the cr4 feature set we're using (ie
178 * Pentium 4MB enable and PPro Global page
179 * enable), so that any CPU's that boot up
180 * after us can get the correct flags.
181 */
182extern unsigned long mmu_cr4_features;
183
184static inline void set_in_cr4 (unsigned long mask)
185{
Zachary Amsden4bb0d3e2005-09-03 15:56:36 -0700186 unsigned cr4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 mmu_cr4_features |= mask;
Zachary Amsden4bb0d3e2005-09-03 15:56:36 -0700188 cr4 = read_cr4();
189 cr4 |= mask;
190 write_cr4(cr4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191}
192
193static inline void clear_in_cr4 (unsigned long mask)
194{
Zachary Amsden4bb0d3e2005-09-03 15:56:36 -0700195 unsigned cr4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 mmu_cr4_features &= ~mask;
Zachary Amsden4bb0d3e2005-09-03 15:56:36 -0700197 cr4 = read_cr4();
198 cr4 &= ~mask;
199 write_cr4(cr4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200}
201
202/*
203 * NSC/Cyrix CPU configuration register indexes
204 */
205
206#define CX86_PCR0 0x20
207#define CX86_GCR 0xb8
208#define CX86_CCR0 0xc0
209#define CX86_CCR1 0xc1
210#define CX86_CCR2 0xc2
211#define CX86_CCR3 0xc3
212#define CX86_CCR4 0xe8
213#define CX86_CCR5 0xe9
214#define CX86_CCR6 0xea
215#define CX86_CCR7 0xeb
216#define CX86_PCR1 0xf0
217#define CX86_DIR0 0xfe
218#define CX86_DIR1 0xff
219#define CX86_ARR_BASE 0xc4
220#define CX86_RCR_BASE 0xdc
221
222/*
223 * NSC/Cyrix CPU indexed register access macros
224 */
225
226#define getCx86(reg) ({ outb((reg), 0x22); inb(0x23); })
227
228#define setCx86(reg, data) do { \
229 outb((reg), 0x22); \
230 outb((data), 0x23); \
231} while (0)
232
Andi Kleen487472b2006-01-11 22:45:27 +0100233/* Stop speculative execution */
234static inline void sync_core(void)
Zachary Amsden245067d2005-09-03 15:56:37 -0700235{
Andi Kleen487472b2006-01-11 22:45:27 +0100236 int tmp;
237 asm volatile("cpuid" : "=a" (tmp) : "0" (1) : "ebx","ecx","edx","memory");
Zachary Amsden245067d2005-09-03 15:56:37 -0700238}
239
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240static inline void __monitor(const void *eax, unsigned long ecx,
241 unsigned long edx)
242{
243 /* "monitor %eax,%ecx,%edx;" */
244 asm volatile(
245 ".byte 0x0f,0x01,0xc8;"
246 : :"a" (eax), "c" (ecx), "d"(edx));
247}
248
249static inline void __mwait(unsigned long eax, unsigned long ecx)
250{
251 /* "mwait %eax,%ecx;" */
252 asm volatile(
253 ".byte 0x0f,0x01,0xc9;"
254 : :"a" (eax), "c" (ecx));
255}
256
Venkatesh Pallipadi991528d2006-09-25 16:28:13 -0700257extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx);
258
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259/* from system description table in BIOS. Mostly for MCA use, but
260others may find it useful. */
261extern unsigned int machine_id;
262extern unsigned int machine_submodel_id;
263extern unsigned int BIOS_revision;
264extern unsigned int mca_pentium_flag;
265
266/* Boot loader type from the setup header */
267extern int bootloader_type;
268
269/*
270 * User space process size: 3GB (default).
271 */
272#define TASK_SIZE (PAGE_OFFSET)
273
274/* This decides where the kernel will search for a free chunk of vm
275 * space during mmap's.
276 */
277#define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
278
279#define HAVE_ARCH_PICK_MMAP_LAYOUT
280
281/*
282 * Size of io_bitmap.
283 */
284#define IO_BITMAP_BITS 65536
285#define IO_BITMAP_BYTES (IO_BITMAP_BITS/8)
286#define IO_BITMAP_LONGS (IO_BITMAP_BYTES/sizeof(long))
287#define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
288#define INVALID_IO_BITMAP_OFFSET 0x8000
289#define INVALID_IO_BITMAP_OFFSET_LAZY 0x9000
290
291struct i387_fsave_struct {
292 long cwd;
293 long swd;
294 long twd;
295 long fip;
296 long fcs;
297 long foo;
298 long fos;
299 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
300 long status; /* software status information */
301};
302
303struct i387_fxsave_struct {
304 unsigned short cwd;
305 unsigned short swd;
306 unsigned short twd;
307 unsigned short fop;
308 long fip;
309 long fcs;
310 long foo;
311 long fos;
312 long mxcsr;
313 long mxcsr_mask;
314 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
315 long xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
316 long padding[56];
317} __attribute__ ((aligned (16)));
318
319struct i387_soft_struct {
320 long cwd;
321 long swd;
322 long twd;
323 long fip;
324 long fcs;
325 long foo;
326 long fos;
327 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
328 unsigned char ftop, changed, lookahead, no_update, rm, alimit;
329 struct info *info;
330 unsigned long entry_eip;
331};
332
333union i387_union {
334 struct i387_fsave_struct fsave;
335 struct i387_fxsave_struct fxsave;
336 struct i387_soft_struct soft;
337};
338
339typedef struct {
340 unsigned long seg;
341} mm_segment_t;
342
343struct thread_struct;
344
345struct tss_struct {
346 unsigned short back_link,__blh;
347 unsigned long esp0;
348 unsigned short ss0,__ss0h;
349 unsigned long esp1;
350 unsigned short ss1,__ss1h; /* ss1 is used to cache MSR_IA32_SYSENTER_CS */
351 unsigned long esp2;
352 unsigned short ss2,__ss2h;
353 unsigned long __cr3;
354 unsigned long eip;
355 unsigned long eflags;
356 unsigned long eax,ecx,edx,ebx;
357 unsigned long esp;
358 unsigned long ebp;
359 unsigned long esi;
360 unsigned long edi;
361 unsigned short es, __esh;
362 unsigned short cs, __csh;
363 unsigned short ss, __ssh;
364 unsigned short ds, __dsh;
365 unsigned short fs, __fsh;
366 unsigned short gs, __gsh;
367 unsigned short ldt, __ldth;
368 unsigned short trace, io_bitmap_base;
369 /*
370 * The extra 1 is there because the CPU will access an
371 * additional byte beyond the end of the IO permission
372 * bitmap. The extra byte must be all 1 bits, and must
373 * be within the limit.
374 */
375 unsigned long io_bitmap[IO_BITMAP_LONGS + 1];
376 /*
377 * Cache the current maximum and the last task that used the bitmap:
378 */
379 unsigned long io_bitmap_max;
380 struct thread_struct *io_bitmap_owner;
381 /*
382 * pads the TSS to be cacheline-aligned (size is 0x100)
383 */
384 unsigned long __cacheline_filler[35];
385 /*
386 * .. and then another 0x100 bytes for emergency kernel stack
387 */
388 unsigned long stack[64];
389} __attribute__((packed));
390
391#define ARCH_MIN_TASKALIGN 16
392
393struct thread_struct {
394/* cached TLS descriptors. */
395 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
396 unsigned long esp0;
397 unsigned long sysenter_cs;
398 unsigned long eip;
399 unsigned long esp;
400 unsigned long fs;
401 unsigned long gs;
402/* Hardware debugging registers */
403 unsigned long debugreg[8]; /* %%db0-7 debug registers */
404/* fault info */
405 unsigned long cr2, trap_no, error_code;
406/* floating point info */
407 union i387_union i387;
408/* virtual 86 mode info */
409 struct vm86_struct __user * vm86_info;
410 unsigned long screen_bitmap;
411 unsigned long v86flags, v86mask, saved_esp0;
412 unsigned int saved_fs, saved_gs;
413/* IO permissions */
414 unsigned long *io_bitmap_ptr;
Zachary Amsdena5201122005-09-03 15:56:44 -0700415 unsigned long iopl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416/* max allowed port in the bitmap, in bytes: */
417 unsigned long io_bitmap_max;
418};
419
420#define INIT_THREAD { \
421 .vm86_info = NULL, \
422 .sysenter_cs = __KERNEL_CS, \
423 .io_bitmap_ptr = NULL, \
Jeremy Fitzhardingef95d47c2006-12-07 02:14:02 +0100424 .gs = __KERNEL_PDA, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425}
426
427/*
428 * Note that the .io_bitmap member must be extra-big. This is because
429 * the CPU will access an additional byte beyond the end of the IO
430 * permission bitmap. The extra byte must be all 1 bits, and must
431 * be within the limit.
432 */
433#define INIT_TSS { \
434 .esp0 = sizeof(init_stack) + (long)&init_stack, \
435 .ss0 = __KERNEL_DS, \
436 .ss1 = __KERNEL_CS, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 .io_bitmap_base = INVALID_IO_BITMAP_OFFSET, \
438 .io_bitmap = { [ 0 ... IO_BITMAP_LONGS] = ~0 }, \
439}
440
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441#define start_thread(regs, new_eip, new_esp) do { \
Jeremy Fitzhardingef95d47c2006-12-07 02:14:02 +0100442 __asm__("movl %0,%%fs": :"r" (0)); \
443 regs->xgs = 0; \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 set_fs(USER_DS); \
445 regs->xds = __USER_DS; \
446 regs->xes = __USER_DS; \
447 regs->xss = __USER_DS; \
448 regs->xcs = __USER_CS; \
449 regs->eip = new_eip; \
450 regs->esp = new_esp; \
451} while (0)
452
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453/* Forward declaration, a strange C thing */
454struct task_struct;
455struct mm_struct;
456
457/* Free all resources held by a thread. */
458extern void release_thread(struct task_struct *);
459
460/* Prepare to copy thread state - unlazy all lazy status */
461extern void prepare_to_copy(struct task_struct *tsk);
462
463/*
464 * create a kernel thread without removing it from tasklists
465 */
466extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
467
468extern unsigned long thread_saved_pc(struct task_struct *tsk);
Jan Beulich176a2712006-06-26 13:57:41 +0200469void show_trace(struct task_struct *task, struct pt_regs *regs, unsigned long *stack);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470
471unsigned long get_wchan(struct task_struct *p);
472
473#define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
474#define KSTK_TOP(info) \
475({ \
476 unsigned long *__ptr = (unsigned long *)(info); \
477 (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); \
478})
479
akpm@osdl.org07b047f2006-01-12 01:05:41 -0800480/*
481 * The below -8 is to reserve 8 bytes on top of the ring0 stack.
482 * This is necessary to guarantee that the entire "struct pt_regs"
483 * is accessable even if the CPU haven't stored the SS/ESP registers
484 * on the stack (interrupt gate does not save these registers
485 * when switching to the same priv ring).
486 * Therefore beware: accessing the xss/esp fields of the
487 * "struct pt_regs" is possible, but they may contain the
488 * completely wrong values.
489 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490#define task_pt_regs(task) \
491({ \
492 struct pt_regs *__regs__; \
Al Viro65e0fdf2006-01-12 01:05:41 -0800493 __regs__ = (struct pt_regs *)(KSTK_TOP(task_stack_page(task))-8); \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 __regs__ - 1; \
495})
496
497#define KSTK_EIP(task) (task_pt_regs(task)->eip)
498#define KSTK_ESP(task) (task_pt_regs(task)->esp)
499
500
501struct microcode_header {
502 unsigned int hdrver;
503 unsigned int rev;
504 unsigned int date;
505 unsigned int sig;
506 unsigned int cksum;
507 unsigned int ldrver;
508 unsigned int pf;
509 unsigned int datasize;
510 unsigned int totalsize;
511 unsigned int reserved[3];
512};
513
514struct microcode {
515 struct microcode_header hdr;
516 unsigned int bits[0];
517};
518
519typedef struct microcode microcode_t;
520typedef struct microcode_header microcode_header_t;
521
522/* microcode format is extended from prescott processors */
523struct extended_signature {
524 unsigned int sig;
525 unsigned int pf;
526 unsigned int cksum;
527};
528
529struct extended_sigtable {
530 unsigned int count;
531 unsigned int cksum;
532 unsigned int reserved[3];
533 struct extended_signature sigs[0];
534};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536/* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
537static inline void rep_nop(void)
538{
539 __asm__ __volatile__("rep;nop": : :"memory");
540}
541
542#define cpu_relax() rep_nop()
543
Rusty Russell139ec7c2006-12-07 02:14:08 +0100544#ifdef CONFIG_PARAVIRT
545#include <asm/paravirt.h>
546#else
547#define paravirt_enabled() 0
548#define __cpuid native_cpuid
549
550static inline void load_esp0(struct tss_struct *tss, struct thread_struct *thread)
551{
552 tss->esp0 = thread->esp0;
553 /* This can only happen when SEP is enabled, no need to test "SEP"arately */
554 if (unlikely(tss->ss1 != thread->sysenter_cs)) {
555 tss->ss1 = thread->sysenter_cs;
556 wrmsr(MSR_IA32_SYSENTER_CS, thread->sysenter_cs, 0);
557 }
558}
559
560/*
561 * These special macros can be used to get or set a debugging register
562 */
563#define get_debugreg(var, register) \
564 __asm__("movl %%db" #register ", %0" \
565 :"=r" (var))
566#define set_debugreg(value, register) \
567 __asm__("movl %0,%%db" #register \
568 : /* no output */ \
569 :"r" (value))
570
571#define set_iopl_mask native_set_iopl_mask
572#endif /* CONFIG_PARAVIRT */
573
574/*
575 * Set IOPL bits in EFLAGS from given mask
576 */
577static fastcall inline void native_set_iopl_mask(unsigned mask)
578{
579 unsigned int reg;
580 __asm__ __volatile__ ("pushfl;"
581 "popl %0;"
582 "andl %1, %0;"
583 "orl %2, %0;"
584 "pushl %0;"
585 "popfl"
586 : "=&r" (reg)
587 : "i" (~X86_EFLAGS_IOPL), "r" (mask));
588}
589
590/*
591 * Generic CPUID function
592 * clear %ecx since some cpus (Cyrix MII) do not set or clear %ecx
593 * resulting in stale register contents being returned.
594 */
595static inline void cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx)
596{
597 *eax = op;
598 *ecx = 0;
599 __cpuid(eax, ebx, ecx, edx);
600}
601
602/* Some CPUID calls want 'count' to be placed in ecx */
603static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx,
604 int *edx)
605{
606 *eax = op;
607 *ecx = count;
608 __cpuid(eax, ebx, ecx, edx);
609}
610
611/*
612 * CPUID functions returning a single datum
613 */
614static inline unsigned int cpuid_eax(unsigned int op)
615{
616 unsigned int eax, ebx, ecx, edx;
617
618 cpuid(op, &eax, &ebx, &ecx, &edx);
619 return eax;
620}
621static inline unsigned int cpuid_ebx(unsigned int op)
622{
623 unsigned int eax, ebx, ecx, edx;
624
625 cpuid(op, &eax, &ebx, &ecx, &edx);
626 return ebx;
627}
628static inline unsigned int cpuid_ecx(unsigned int op)
629{
630 unsigned int eax, ebx, ecx, edx;
631
632 cpuid(op, &eax, &ebx, &ecx, &edx);
633 return ecx;
634}
635static inline unsigned int cpuid_edx(unsigned int op)
636{
637 unsigned int eax, ebx, ecx, edx;
638
639 cpuid(op, &eax, &ebx, &ecx, &edx);
640 return edx;
641}
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643/* generic versions from gas */
644#define GENERIC_NOP1 ".byte 0x90\n"
645#define GENERIC_NOP2 ".byte 0x89,0xf6\n"
646#define GENERIC_NOP3 ".byte 0x8d,0x76,0x00\n"
647#define GENERIC_NOP4 ".byte 0x8d,0x74,0x26,0x00\n"
648#define GENERIC_NOP5 GENERIC_NOP1 GENERIC_NOP4
649#define GENERIC_NOP6 ".byte 0x8d,0xb6,0x00,0x00,0x00,0x00\n"
650#define GENERIC_NOP7 ".byte 0x8d,0xb4,0x26,0x00,0x00,0x00,0x00\n"
651#define GENERIC_NOP8 GENERIC_NOP1 GENERIC_NOP7
652
653/* Opteron nops */
654#define K8_NOP1 GENERIC_NOP1
655#define K8_NOP2 ".byte 0x66,0x90\n"
656#define K8_NOP3 ".byte 0x66,0x66,0x90\n"
657#define K8_NOP4 ".byte 0x66,0x66,0x66,0x90\n"
658#define K8_NOP5 K8_NOP3 K8_NOP2
659#define K8_NOP6 K8_NOP3 K8_NOP3
660#define K8_NOP7 K8_NOP4 K8_NOP3
661#define K8_NOP8 K8_NOP4 K8_NOP4
662
663/* K7 nops */
664/* uses eax dependencies (arbitary choice) */
665#define K7_NOP1 GENERIC_NOP1
666#define K7_NOP2 ".byte 0x8b,0xc0\n"
667#define K7_NOP3 ".byte 0x8d,0x04,0x20\n"
668#define K7_NOP4 ".byte 0x8d,0x44,0x20,0x00\n"
669#define K7_NOP5 K7_NOP4 ASM_NOP1
670#define K7_NOP6 ".byte 0x8d,0x80,0,0,0,0\n"
671#define K7_NOP7 ".byte 0x8D,0x04,0x05,0,0,0,0\n"
672#define K7_NOP8 K7_NOP7 ASM_NOP1
673
674#ifdef CONFIG_MK8
675#define ASM_NOP1 K8_NOP1
676#define ASM_NOP2 K8_NOP2
677#define ASM_NOP3 K8_NOP3
678#define ASM_NOP4 K8_NOP4
679#define ASM_NOP5 K8_NOP5
680#define ASM_NOP6 K8_NOP6
681#define ASM_NOP7 K8_NOP7
682#define ASM_NOP8 K8_NOP8
683#elif defined(CONFIG_MK7)
684#define ASM_NOP1 K7_NOP1
685#define ASM_NOP2 K7_NOP2
686#define ASM_NOP3 K7_NOP3
687#define ASM_NOP4 K7_NOP4
688#define ASM_NOP5 K7_NOP5
689#define ASM_NOP6 K7_NOP6
690#define ASM_NOP7 K7_NOP7
691#define ASM_NOP8 K7_NOP8
692#else
693#define ASM_NOP1 GENERIC_NOP1
694#define ASM_NOP2 GENERIC_NOP2
695#define ASM_NOP3 GENERIC_NOP3
696#define ASM_NOP4 GENERIC_NOP4
697#define ASM_NOP5 GENERIC_NOP5
698#define ASM_NOP6 GENERIC_NOP6
699#define ASM_NOP7 GENERIC_NOP7
700#define ASM_NOP8 GENERIC_NOP8
701#endif
702
703#define ASM_NOP_MAX 8
704
705/* Prefetch instructions for Pentium III and AMD Athlon */
706/* It's not worth to care about 3dnow! prefetches for the K6
707 because they are microcoded there and very slow.
708 However we don't do prefetches for pre XP Athlons currently
709 That should be fixed. */
710#define ARCH_HAS_PREFETCH
Adrian Bunke2afe67452005-09-10 00:27:16 -0700711static inline void prefetch(const void *x)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712{
713 alternative_input(ASM_NOP4,
714 "prefetchnta (%1)",
715 X86_FEATURE_XMM,
716 "r" (x));
717}
718
719#define ARCH_HAS_PREFETCH
720#define ARCH_HAS_PREFETCHW
721#define ARCH_HAS_SPINLOCK_PREFETCH
722
723/* 3dnow! prefetch to get an exclusive cache line. Useful for
724 spinlocks to avoid one state transition in the cache coherency protocol. */
Adrian Bunke2afe67452005-09-10 00:27:16 -0700725static inline void prefetchw(const void *x)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726{
727 alternative_input(ASM_NOP4,
728 "prefetchw (%1)",
729 X86_FEATURE_3DNOW,
730 "r" (x));
731}
732#define spin_lock_prefetch(x) prefetchw(x)
733
734extern void select_idle_routine(const struct cpuinfo_x86 *c);
735
736#define cache_line_size() (boot_cpu_data.x86_cache_alignment)
737
738extern unsigned long boot_option_idle_override;
Li Shaohua6fe940d2005-06-25 14:54:53 -0700739extern void enable_sep_cpu(void);
740extern int sysenter_setup(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Jeremy Fitzhardinge62111192006-12-07 02:14:02 +0100742extern int init_gdt(int cpu, struct task_struct *idle);
743extern void secondary_cpu_init(void);
744
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745#endif /* __ASM_I386_PROCESSOR_H */