Searched refs:lazy_hcall2 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/lguest/
H A Dboot.c162 /* You can imagine what lazy_hcall2, 3 and 4 look like. :*/ lazy_hcall2()
163 static void lazy_hcall2(unsigned long call, lazy_hcall2() function
370 lazy_hcall2(LHCALL_LOAD_TLS, __pa(&t->tls_array), cpu); lguest_load_tls()
704 lazy_hcall2(LHCALL_SET_PGD, __pa(pudp) & 0xFFFFFFE0, lguest_set_pud()
711 lazy_hcall2(LHCALL_SET_PMD, __pa(pmdp) & PAGE_MASK, lguest_set_pmd()
720 lazy_hcall2(LHCALL_SET_PGD, __pa(pmdp) & PAGE_MASK, lguest_set_pmd()

Completed in 34 milliseconds