Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlguest.h55 struct hcall_args hcalls[LHCALL_RING_SIZE]; member
/linux-4.4.14/arch/x86/lguest/
Dboot.c126 lguest_data.hcalls[next_call].arg0 = call; in async_hcall()
127 lguest_data.hcalls[next_call].arg1 = arg1; in async_hcall()
128 lguest_data.hcalls[next_call].arg2 = arg2; in async_hcall()
129 lguest_data.hcalls[next_call].arg3 = arg3; in async_hcall()
130 lguest_data.hcalls[next_call].arg4 = arg4; in async_hcall()
/linux-4.4.14/drivers/lguest/
Dhypercalls.c170 if (copy_from_user(&args, &cpu->lg->lguest_data->hcalls[n], in do_async_hcalls()
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3579 This capability controls whether individual sPAPR hypercalls (hcalls)
3582 initial set of hcalls are enabled for in-kernel handling, which
3583 consists of those hcalls for which in-kernel handlers were implemented
3587 disable others of a group of related hcalls, but KVM does not prevent