Lines Matching refs:index
92 u32 index, unsigned long gmfn, u32 tmem_offset, u32 pfn_offset, u32 len) in xen_tmem_op() argument
102 op.u.gen.index = index; in xen_tmem_op()
132 u32 index, unsigned long pfn) in xen_tmem_put_page() argument
136 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index, in xen_tmem_put_page()
141 u32 index, unsigned long pfn) in xen_tmem_get_page() argument
145 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index, in xen_tmem_get_page()
149 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) in xen_tmem_flush_page() argument
151 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index, in xen_tmem_flush_page()
172 pgoff_t index, struct page *page) in tmem_cleancache_put_page() argument
174 u32 ind = (u32) index; in tmem_cleancache_put_page()
180 if (ind != index) in tmem_cleancache_put_page()
187 pgoff_t index, struct page *page) in tmem_cleancache_get_page() argument
189 u32 ind = (u32) index; in tmem_cleancache_get_page()
197 if (ind != index) in tmem_cleancache_get_page()
207 pgoff_t index) in tmem_cleancache_flush_page() argument
209 u32 ind = (u32) index; in tmem_cleancache_flush_page()
214 if (ind != index) in tmem_cleancache_flush_page()