Home | History | Annotate | Download | only in x86

Lines Matching full:volatile

17 	volatile void *addr;
31 static char volatile *volatile mapping;
51 static int testaddr(void *addr, volatile void *want)
80 asm volatile(VG_SYM(test1_ill) ": ud2");
85 asm volatile ("int3");
90 asm volatile ("int $0x10");
95 volatile int a;
96 asm volatile ("add $1, %0;"/* set OF */
105 asm volatile ("bound %0, %1" : : "r" (11), "m" (limit[0]));