Searched refs:__FORCE_ORDER (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h22 #define __FORCE_ORDER "m"(*(unsigned int *)0x1000UL) macro
29 asm volatile("mov %%cr0,%0\n\t" : "=r" (val) : __FORCE_ORDER);
36 asm volatile("mov %%cr2,%0\n\t" : "=r" (val) : __FORCE_ORDER);
48 asm volatile("mov %%cr3,%0\n\t" : "=r" (val) : __FORCE_ORDER);
69 : "=r" (val) : "0" (0), __FORCE_ORDER);
72 asm volatile("mov %%cr4,%0\n\t" : "=r" (val) : __FORCE_ORDER);
H A Ddebugreg.h46 * Apply __FORCE_ORDER to DR7 reads to forbid re-ordering them
58 asm volatile("mov %%db7, %0" : "=r" (val) : __FORCE_ORDER);
86 * Apply __FORCE_ORDER to DR7 writes to forbid re-ordering them
91 * __FORCE_ORDER here too to avoid similar problems in the
94 asm volatile("mov %0, %%db7" ::"r" (value), __FORCE_ORDER);

Completed in 445 milliseconds