Searched refs:ARCEMU_UNIMPL (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sgimips/sgimips/ |
H A D | arcemu.c | 71 .Load = ARCEMU_UNIMPL, 72 .Invoke = ARCEMU_UNIMPL, 73 .Execute = ARCEMU_UNIMPL, 74 .Halt = ARCEMU_UNIMPL, 75 .PowerDown = ARCEMU_UNIMPL, 76 .Restart = ARCEMU_UNIMPL, 77 .Reboot = ARCEMU_UNIMPL, 78 .EnterInteractiveMode = ARCEMU_UNIMPL, 80 .GetPeer = ARCEMU_UNIMPL, 81 .GetChild = ARCEMU_UNIMPL, [all …]
|
H A D | arcemu.h | 78 #define ARCEMU_UNIMPL ((int32_t)(intptr_t)arcemu_unimpl) macro
|