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

/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h99 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro
137 return _hypercall4(int, mmu_update, req, count, success_count, domid);
144 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
166 return _hypercall4(int, set_callbacks,
227 return _hypercall4(int, update_descriptor, ma, ma>>32, desc, desc>>32);
259 return _hypercall4(int, update_va_mapping, va,
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h111 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro
154 return _hypercall4(int, mmu_update, req, count, success_count, domid);
162 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
329 return _hypercall4(int, update_va_mapping_otherdomain, va,

Completed in 58 milliseconds