Searched refs:LHCALL_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/x86/include/asm/ |
| D | lguest_hcall.h | 7 #define LHCALL_SHUTDOWN 2 macro
|
| /linux-4.4.14/drivers/lguest/ |
| D | hypercalls.c | 59 case LHCALL_SHUTDOWN: { in do_hcall()
|
| /linux-4.4.14/arch/x86/lguest/ |
| D | boot.c | 1168 hcall(LHCALL_SHUTDOWN, __pa("Power down"), in lguest_power_off() 1179 hcall(LHCALL_SHUTDOWN, __pa(p), LGUEST_SHUTDOWN_POWEROFF, 0, 0); in lguest_panic() 1341 hcall(LHCALL_SHUTDOWN, __pa(reason), LGUEST_SHUTDOWN_RESTART, 0, 0); in lguest_restart()
|