Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dlguest_hcall.h7 #define LHCALL_SHUTDOWN 2 macro
/linux-3.4.99/arch/x86/lguest/
Dboot.c1143 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/
Dhypercalls.c59 case LHCALL_SHUTDOWN: { in do_hcall()