Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dxen-emu.c50 #define hypercall_compat32(longmode) (!(longmode)) macro
52 #define hypercall_compat32(longmode) (false) macro
642 if (hypercall_compat32(exit->u.hcall.longmode)) { in do_add_to_physmap()
675 if (hypercall_compat32(exit->u.hcall.longmode)) { in do_add_to_physmap_batch()
1608 if (hypercall_compat32(exit->u.hcall.longmode)) { in kvm_xen_hcall_physdev_op()