Home | History | Annotate | Download | only in qemu

Lines Matching refs:CPU

66    restored in a state compatible with the CPU emulator
80 /* XXX: restore cpu registers saved in host registers */
187 /* we record a subset of the CPU state. It will
276 /* put eflags in CPU temporary format */
299 #error unsupported target CPU
314 /* exit request from the cpu execution loop */
323 which will be handled outside the cpu execution
337 /* simulate a real cpu exception. On i386, it can
533 CPU tries to execute code at the magic address.
728 #error unsupported target CPU
832 return 1; /* the MMU fault was handled without causing real CPU fault */
833 /* now we have a real cpu fault */
837 a virtual CPU fault */
1324 #error host CPU specific signal handler needed