Home
last modified time | relevance | path

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

/drivers/lguest/
Dhypercalls.c204 if (cpu->hcall->arg0 != LHCALL_LGUEST_INIT) { in initialize()
205 kill_guest(cpu, "hypercall %li before INIT", cpu->hcall->arg0); in initialize()
263 cpu->hcall = NULL; in do_hypercalls()
280 do_hcall(cpu, cpu->hcall); in do_hypercalls()
293 cpu->hcall = NULL; in do_hypercalls()
Dcore.c225 if (cpu->hcall) in run_guest()
Dlg.h69 struct hcall_args *hcall; member
/drivers/lguest/x86/
Dcore.c445 cpu->hcall = (struct hcall_args *)cpu->regs; in lguest_arch_handle_trap()
659 if (!lguest_address_ok(cpu->lg, cpu->hcall->arg1, in lguest_arch_init_hypercalls()
670 cpu->lg->lguest_data = cpu->lg->mem_base + cpu->hcall->arg1; in lguest_arch_init_hypercalls()