Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/xen/
A Dxen-head.S25 SYM_CODE_START(hypercall_page)
38 .equ xen_hypercall_##n, hypercall_page + __HYPERVISOR_##n * 32; \
42 SYM_CODE_END(hypercall_page)
103 ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR hypercall_page)
A Denlighten_pvh.c38 pfn = __pa(hypercall_page); in xen_pvh_init()
A Denlighten.c28 EXPORT_SYMBOL_GPL(hypercall_page);
A Denlighten_hvm.c117 pfn = __pa(hypercall_page); in init_hvm_pv_info()
A Dxen-asm.S179 hypercall_iret = hypercall_page + __HYPERVISOR_iret * 32
/linux-6.3-rc2/arch/x86/include/asm/xen/
A 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()
/linux-6.3-rc2/arch/x86/kernel/
A Dcallthunks.c150 if (dest >= (void *)hypercall_page && in skip_addr()
151 dest < (void*)hypercall_page + PAGE_SIZE) in skip_addr()

Completed in 7 milliseconds