Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dlguest_hcall.h9 #define LHCALL_FLUSH_TLB 5 macro
/linux-3.4.99/arch/x86/lguest/
Dboot.c736 lazy_hcall1(LHCALL_FLUSH_TLB, 1); in lguest_set_pte()
749 lazy_hcall1(LHCALL_FLUSH_TLB, 1); in lguest_set_pte_atomic()
790 lazy_hcall1(LHCALL_FLUSH_TLB, 0); in lguest_flush_tlb_user()
800 lazy_hcall1(LHCALL_FLUSH_TLB, 1); in lguest_flush_tlb_kernel()
/linux-3.4.99/drivers/lguest/
Dhypercalls.c75 case LHCALL_FLUSH_TLB: in do_hcall()