Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Denlighten_hvm.c36 __ro_after_init bool xen_percpu_upcall; variable
37 EXPORT_SYMBOL_GPL(xen_percpu_upcall);
134 if (xen_percpu_upcall) in DEFINE_IDTENTRY_SYSVEC()
180 if (xen_percpu_upcall) { in xen_cpu_up_prepare_hvm()
Dsuspend_hvm.c18 if (xen_percpu_upcall) { in xen_hvm_post_suspend()
/linux-6.1.9/arch/x86/include/asm/xen/
Devents.h37 extern bool xen_percpu_upcall;
/linux-6.1.9/drivers/xen/events/
Devents_base.c2217 xen_percpu_upcall = true; in xen_init_setup_upcall_vector()