Home
last modified time | relevance | path

Searched refs:EXC_HEA (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dtrap.h81 #define EXC_HEA 0x0e40 /* Hypervisor Emulation Assistance */ macro
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c127 { EXC_HEA, "hypervisor emulation assistance" },
353 case EXC_HEA: in trap()
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c417 bcopy(&hypertrapcode, (void *)(EXC_HEA + trap_offset), trapsize); in aim_cpu_init()