Home
last modified time | relevance | path

Searched refs:HYPERVISOR_tmem_op (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/xen/arm/
Dhypercall.h56 int HYPERVISOR_tmem_op(void *arg);
/Linux-v4.19/drivers/xen/
Dtmem.c107 rc = HYPERVISOR_tmem_op(&op); in xen_tmem_op()
125 rc = HYPERVISOR_tmem_op(&op); in xen_tmem_new_pool()
/Linux-v4.19/arch/arm/xen/
Denlighten.c472 EXPORT_SYMBOL_GPL(HYPERVISOR_tmem_op);
/Linux-v4.19/arch/x86/include/asm/xen/
Dhypercall.h416 HYPERVISOR_tmem_op( in HYPERVISOR_tmem_op() function