Home
last modified time | relevance | path

Searched refs:uop (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/xen/arm/
Dhypercall.h49 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
/Linux-v5.10/arch/x86/include/asm/xen/
Dhypercall.h380 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument
382 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()