Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/arm/
Dhypervisor.h14 PARAVIRT_LAZY_CPU, enumerator
/Linux-v5.10/arch/x86/xen/
Denlighten_pv.c435 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_set_ldt()
531 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_CPU) in xen_load_tls()
540 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_load_tls()
830 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_load_sp0()
894 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_write_cr0()
Dmmu_pv.c1342 xen_mc_issue(PARAVIRT_LAZY_CPU); /* interrupts restored */ in xen_write_cr3()
1377 xen_mc_issue(PARAVIRT_LAZY_CPU); /* interrupts restored */ in xen_write_cr3_init()
1773 xen_mc_issue(PARAVIRT_LAZY_CPU); in xen_setup_kernel_pagetable()
/Linux-v5.10/arch/x86/kernel/
Dparavirt.c241 enter_lazy(PARAVIRT_LAZY_CPU); in paravirt_start_context_switch()
248 leave_lazy(PARAVIRT_LAZY_CPU); in paravirt_end_context_switch()
/Linux-v5.10/arch/x86/include/asm/
Dparavirt_types.h632 PARAVIRT_LAZY_CPU, enumerator
/Linux-v5.10/include/trace/events/
Dxen.h24 (__entry->mode == PARAVIRT_LAZY_CPU) ? "CPU" : "NONE")