Searched refs:_hypercall4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 189 #define _hypercall4(type, name, a1, a2, a3, a4) \ macro 242 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 249 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 309 return _hypercall4(int, update_descriptor, ma, ma>>32, desc, desc>>32); in HYPERVISOR_update_descriptor() 332 return _hypercall4(int, update_va_mapping, va, in HYPERVISOR_update_va_mapping()
|