Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dxen.h40 void xen_prepare_pvh(void);
/linux/arch/x86/platform/pvh/
H A Dhead.S185 /* Call xen_prepare_pvh() via the kernel virtual mapping */
186 leaq xen_prepare_pvh(%rip), %rax
209 call xen_prepare_pvh
252 * page tables, but xen_prepare_pvh calls into the high mapping.
H A Denlighten.c121 void __init xen_prepare_pvh(void) in xen_prepare_pvh() function