Searched refs:_hypercall4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/i386/include/xen/
H A Dhypercall.h93 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro
149 return _hypercall4(int, mmu_update, req, count, success_count, domid);
156 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
178 return _hypercall4(int, set_callbacks,
239 return _hypercall4(int, update_descriptor, ma, ma>>32, desc, desc>>32);
265 return _hypercall4(int, update_va_mapping, va,
/freebsd-13-stable/sys/amd64/include/xen/
H A Dhypercall.h108 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro
171 return _hypercall4(int, mmu_update, req, count, success_count, domid);
179 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
346 return _hypercall4(int, update_va_mapping_otherdomain, va,

Completed in 53 milliseconds