Home
last modified time | relevance | path

Searched refs:hcall (Results 1 – 5 of 5) sorted by relevance

/drivers/lguest/
Dhypercalls.c207 if (cpu->hcall->arg0 != LHCALL_LGUEST_INIT) { in initialize()
208 kill_guest(cpu, "hypercall %li before INIT", cpu->hcall->arg0); in initialize()
267 cpu->hcall = NULL; in do_hypercalls()
284 do_hcall(cpu, cpu->hcall); in do_hypercalls()
297 cpu->hcall = NULL; in do_hypercalls()
Dlguest_device.c120 hcall(LHCALL_NOTIFY, (max_pfn << PAGE_SHIFT) + offset, 0, 0, 0); in status_notify()
240 hcall(LHCALL_NOTIFY, lvq->config.pfn << PAGE_SHIFT, 0, 0, 0); in lg_notify()
Dcore.c220 if (cpu->hcall) in run_guest()
Dlg.h66 struct hcall_args *hcall; member
/drivers/lguest/x86/
Dcore.c426 cpu->hcall = (struct hcall_args *)cpu->regs; in lguest_arch_handle_trap()
640 if (!lguest_address_ok(cpu->lg, cpu->hcall->arg1, in lguest_arch_init_hypercalls()
651 cpu->lg->lguest_data = cpu->lg->mem_base + cpu->hcall->arg1; in lguest_arch_init_hypercalls()