Searched refs:hcall (Results 1 – 5 of 5) sorted by relevance
/drivers/lguest/ |
D | hypercalls.c | 207 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()
|
D | lguest_device.c | 120 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()
|
D | core.c | 220 if (cpu->hcall) in run_guest()
|
D | lg.h | 66 struct hcall_args *hcall; member
|
/drivers/lguest/x86/ |
D | core.c | 426 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()
|