Searched refs:async_hcall (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/lguest/ |
H A D | boot.c | 97 * async_hcall() is pretty simple: I'm quite proud of it really. We have a 108 static void async_hcall(unsigned long call, unsigned long arg1, async_hcall() function 151 * So, when we're in lazy mode, we call async_hcall() to store the call for 159 async_hcall(call, arg1, 0, 0, 0); lazy_hcall1() 170 async_hcall(call, arg1, arg2, 0, 0); lazy_hcall2() 181 async_hcall(call, arg1, arg2, arg3, 0); lazy_hcall3() 194 async_hcall(call, arg1, arg2, arg3, arg4); lazy_hcall4()
|
Completed in 66 milliseconds