Searched refs:xen_tmem_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | tmem.c | 91 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid, in xen_tmem_op() function 134 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index, in xen_tmem_put_page() 141 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index, in xen_tmem_get_page() 147 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index, in xen_tmem_flush_page() 153 return xen_tmem_op(TMEM_FLUSH_OBJECT, pool_id, oid, 0, 0, 0, 0, 0); in xen_tmem_flush_object() 162 return xen_tmem_op(TMEM_DESTROY_POOL, pool_id, oid, 0, 0, 0, 0, 0); in xen_tmem_destroy_pool()
|