Lines Matching refs:hypercall_page
39 .hypercall_page = NULL,
98 void *hypercall_page = hv_context.hypercall_page; in do_hypercall() local
102 if (!hypercall_page) in do_hypercall()
108 "m" (hypercall_page)); in do_hypercall()
123 if (!hypercall_page) in do_hypercall()
130 "S"(output_address_lo), "m" (hypercall_page)); in do_hypercall()
239 hv_context.hypercall_page = virtaddr; in hv_init()
284 if (hv_context.hypercall_page) { in hv_cleanup()
287 vfree(hv_context.hypercall_page); in hv_cleanup()
288 hv_context.hypercall_page = NULL; in hv_cleanup()
504 if (!hv_context.hypercall_page) in hv_synic_init()