Home
last modified time | relevance | path

Searched refs:LHCALL_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dlguest_hcall.h19 #define LHCALL_NOTIFY 17 macro
/linux-2.6.39/drivers/lguest/
Dlguest_device.c181 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()
Dhypercalls.c120 case LHCALL_NOTIFY: in do_hcall()
/linux-2.6.39/arch/x86/lguest/
Dboot.c1170 hcall(LHCALL_NOTIFY, __pa(scratch), 0, 0, 0); in early_put_chars()