Home | History | Annotate | Download | only in qemu

Lines Matching refs:alt

4330   int alt = 0;
4340 alt = 0;
4342 alt += 1;
4344 alt += 2;
4345 while (alt != 0)
4359 alt--;
4363 alt = 1;
4387 if (intel_syntax && !alt)
4549 if (intel_syntax && !alt)
4647 alt = 0;
6254 const char *alt;
6260 alt = "vmrun";
6263 alt = "vmmcall";
6266 alt = "vmload";
6269 alt = "vmsave";
6272 alt = "stgi";
6275 alt = "clgi";
6278 alt = "skinit";
6281 alt = "invlpga";
6292 strcpy (p, alt);
6310 alt = names32[0];
6312 alt = names16[0];
6313 strcpy (obufp, alt);
6314 obufp += strlen (alt);
6324 const char *alt;
6329 alt = "swapgs";
6332 alt = "rdtscp";
6339 strcpy (obuf + strlen (obuf) - 6, alt);