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