Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/xen/
Dhypervisor.h11 PARAVIRT_LAZY_CPU, enumerator
/linux-4.1.27/arch/x86/xen/
Denlighten.c584 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_set_ldt()
717 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_CPU) { in xen_load_tls()
731 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_load_tls()
958 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_load_sp0()
983 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_clts()
1012 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_write_cr0()
Dmmu.c1367 xen_mc_issue(PARAVIRT_LAZY_CPU); /* interrupts restored */ in xen_write_cr3()
1403 xen_mc_issue(PARAVIRT_LAZY_CPU); /* interrupts restored */ in xen_write_cr3_init()
1883 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_setup_kernel_pagetable()
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c290 enter_lazy(PARAVIRT_LAZY_CPU); in paravirt_start_context_switch()
297 leave_lazy(PARAVIRT_LAZY_CPU); in paravirt_end_context_switch()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h678 PARAVIRT_LAZY_CPU, enumerator
/linux-4.1.27/include/trace/events/
Dxen.h23 (__entry->mode == PARAVIRT_LAZY_CPU) ? "CPU" : "NONE")