Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/lguest/
Dboot.c163 static void lazy_hcall2(unsigned long call, in lazy_hcall2() function
370 lazy_hcall2(LHCALL_LOAD_TLS, __pa(&t->tls_array), cpu); in lguest_load_tls()
704 lazy_hcall2(LHCALL_SET_PGD, __pa(pudp) & 0xFFFFFFE0, in lguest_set_pud()
711 lazy_hcall2(LHCALL_SET_PMD, __pa(pmdp) & PAGE_MASK, in lguest_set_pmd()
720 lazy_hcall2(LHCALL_SET_PGD, __pa(pmdp) & PAGE_MASK, in lguest_set_pmd()