Home
last modified time | relevance | path

Searched refs:lguest_arch_do_hcall (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/lguest/
Dhypercalls.c122 if (lguest_arch_do_hcall(cpu, args)) in do_hcall()
Dlg.h208 int lguest_arch_do_hcall(struct lg_cpu *cpu, struct hcall_args *args);
/linux-4.4.14/drivers/lguest/x86/
Dcore.c631 int lguest_arch_do_hcall(struct lg_cpu *cpu, struct hcall_args *args) in lguest_arch_do_hcall() function