Searched refs:LHCALL_NOTIFY (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | lguest_hcall.h | 19 #define LHCALL_NOTIFY 17 macro
|
/linux-2.6.39/drivers/lguest/ |
D | lguest_device.c | 181 hcall(LHCALL_NOTIFY, (max_pfn << PAGE_SHIFT) + offset, 0, 0, 0); in set_status() 232 hcall(LHCALL_NOTIFY, lvq->config.pfn << PAGE_SHIFT, 0, 0, 0); in lg_notify()
|
D | hypercalls.c | 120 case LHCALL_NOTIFY: in do_hcall()
|
/linux-2.6.39/arch/x86/lguest/ |
D | boot.c | 1170 hcall(LHCALL_NOTIFY, __pa(scratch), 0, 0, 0); in early_put_chars()
|