Searched refs:_hypercall4 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | hypercall.h | 185 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro 234 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 241 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 263 return _hypercall4(int, set_callbacks, in HYPERVISOR_set_callbacks() 336 return _hypercall4(int, update_descriptor, ma, ma>>32, desc, desc>>32); in HYPERVISOR_update_descriptor() 359 return _hypercall4(int, update_va_mapping, va, in HYPERVISOR_update_va_mapping() 407 return _hypercall4(int, update_va_mapping_otherdomain, va, in HYPERVISOR_update_va_mapping_otherdomain()
|