Searched refs:hypercall_page (Results 1 – 7 of 7) sorted by relevance
61 ENTRY(hypercall_page)68 .equ xen_hypercall_##n, hypercall_page + __HYPERVISOR_##n * 32; \72 END(hypercall_page)88 ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR hypercall_page)
124 jmp hypercall_page + __HYPERVISOR_iret * 32
103 pfn = __pa(hypercall_page); in xen_prepare_pvh()
71 hypercall_iret = hypercall_page + __HYPERVISOR_iret * 32
106 pfn = __pa(hypercall_page); in init_hvm_pv_info()
21 EXPORT_SYMBOL_GPL(hypercall_page);
89 extern struct { char _entry[32]; } hypercall_page[]; variable93 [offset] "i" (__HYPERVISOR_##x * sizeof(hypercall_page[0]))211 : [thunk_target] "a" (&hypercall_page[call]) in xen_single_call()