Lines Matching full:hypervisor
254 /* PowerPC 64 with hypervisor mode support */ in cpu_loop()
255 case POWERPC_EXCP_HDECR: /* Hypervisor decrementer exception */ in cpu_loop()
256 cpu_abort(cs, "Hypervisor decrementer interrupt " in cpu_loop()
264 /* PowerPC 64 with hypervisor mode support */ in cpu_loop()
265 case POWERPC_EXCP_HDSI: /* Hypervisor data storage exception */ in cpu_loop()
266 cpu_abort(cs, "Hypervisor data storage exception " in cpu_loop()
269 case POWERPC_EXCP_HISI: /* Hypervisor instruction storage excp */ in cpu_loop()
270 cpu_abort(cs, "Hypervisor instruction storage exception " in cpu_loop()
273 case POWERPC_EXCP_HDSEG: /* Hypervisor data segment exception */ in cpu_loop()
274 cpu_abort(cs, "Hypervisor data segment exception " in cpu_loop()
277 case POWERPC_EXCP_HISEG: /* Hypervisor instruction segment excp */ in cpu_loop()
278 cpu_abort(cs, "Hypervisor instruction segment exception " in cpu_loop()