Searched refs:_hypercall4 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/i386/include/xen/ |
| H A D | hypercall.h | 93 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro 149 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 156 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 178 return _hypercall4(int, set_callbacks, in HYPERVISOR_set_callbacks() 239 return _hypercall4(int, update_descriptor, ma, ma>>32, desc, desc>>32); in HYPERVISOR_update_descriptor() 265 return _hypercall4(int, update_va_mapping, va, in HYPERVISOR_update_va_mapping()
|
| /f-stack/freebsd/amd64/include/xen/ |
| H A D | hypercall.h | 108 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro 171 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 179 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 346 return _hypercall4(int, update_va_mapping_otherdomain, va, in HYPERVISOR_update_va_mapping_otherdomain()
|