Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dxen-head.S25 SYM_CODE_START(hypercall_page)
38 .equ xen_hypercall_##n, hypercall_page + __HYPERVISOR_##n * 32; \
42 SYM_CODE_END(hypercall_page)
96 ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR hypercall_page)
Denlighten_pvh.c38 pfn = __pa(hypercall_page); in xen_pvh_init()
Denlighten_hvm.c112 pfn = __pa(hypercall_page); in init_hvm_pv_info()
Dxen-asm.S179 hypercall_iret = hypercall_page + __HYPERVISOR_iret * 32
Denlighten.c28 EXPORT_SYMBOL_GPL(hypercall_page);
/linux-5.19.10/arch/x86/include/asm/xen/
Dhypercall.h89 extern struct { char _entry[32]; } hypercall_page[]; variable
93 [offset] "i" (__HYPERVISOR_##x * sizeof(hypercall_page[0]))
209 if (call >= PAGE_SIZE / sizeof(hypercall_page[0])) in xen_single_call()
214 : [thunk_target] "a" (&hypercall_page[call]) in xen_single_call()