Home
last modified time | relevance | path

Searched refs:hypercall_fn_t (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhypercall.h14 typedef unsigned long hypercall_fn_t( typedef
19 hypercall_fn_t *native, *compat;
31 void pv_hypercall_table_replace(unsigned int hypercall, hypercall_fn_t * native,
32 hypercall_fn_t *compat);
33 hypercall_fn_t *pv_get_hypercall_handler(unsigned int hypercall, bool compat);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhypercall.c101 [ __HYPERVISOR_ ## x ] = { (hypercall_fn_t *) do_ ## x, \
102 (hypercall_fn_t *) do_ ## x }
105 [ __HYPERVISOR_ ## x ] = { (hypercall_fn_t *) hvm_ ## x, \
106 (hypercall_fn_t *) hvm_ ## x }
109 [ __HYPERVISOR_ ## x ] = { (hypercall_fn_t *) do_ ## x, \
110 (hypercall_fn_t *) compat_ ## x }
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dhypercall.c27 [ __HYPERVISOR_ ## x ] = { (hypercall_fn_t *) do_ ## x, \
28 (hypercall_fn_t *) do_ ## x }
30 [ __HYPERVISOR_ ## x ] = { (hypercall_fn_t *) do_ ## x, \
31 (hypercall_fn_t *) compat_ ## x }
324 hypercall_fn_t * native, in pv_hypercall_table_replace()
325 hypercall_fn_t *compat) in pv_hypercall_table_replace()
334 hypercall_fn_t *pv_get_hypercall_handler(unsigned int hypercall, bool compat) in pv_get_hypercall_handler()
A Dshim.c212 (hypercall_fn_t *)pv_shim_event_channel_op, in pv_shim_setup_dom()
213 (hypercall_fn_t *)pv_shim_event_channel_op); in pv_shim_setup_dom()
215 (hypercall_fn_t *)pv_shim_grant_table_op, in pv_shim_setup_dom()
216 (hypercall_fn_t *)pv_shim_grant_table_op); in pv_shim_setup_dom()

Completed in 6 milliseconds