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

/freebsd-10.0-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-10.0-release/sys/amd64/include/xen/
H A Dhypercall.h113 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro
156 return _hypercall4(int, mmu_update, req, count, success_count, domid);
164 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
331 return _hypercall4(int, update_va_mapping_otherdomain, va,

Completed in 177 milliseconds