Searched refs:t_info (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxc/ |
A D | xc_tbuf.c | 56 struct t_info *t_info; in xc_tbuf_get_size() local 68 t_info = xc_map_foreign_range(xch, DOMID_XEN, in xc_tbuf_get_size() 72 if ( t_info == NULL || t_info->tbuf_size == 0 ) in xc_tbuf_get_size() 75 *size = t_info->tbuf_size; in xc_tbuf_get_size() 77 xenforeignmemory_unmap(xch->fmem, t_info, sysctl.u.tbuf_op.size); in xc_tbuf_get_size()
|
/xen/xen/common/ |
A D | trace.c | 53 static struct t_info *t_info; variable 114 struct t_info dummy_pages; in calculate_tbuf_size() 181 if ( t_info ) in alloc_trace_bufs() 193 if ( t_info == NULL ) in alloc_trace_bufs() 198 t_info_mfn_list = (uint32_t *)t_info; in alloc_trace_bufs() 200 t_info->tbuf_size = pages; in alloc_trace_bufs() 209 t_info->mfn_offset[cpu] = offset; in alloc_trace_bufs() 234 offset = t_info->mfn_offset[cpu]; in alloc_trace_bufs() 280 t_info = NULL; in alloc_trace_bufs() 381 tbc->buffer_mfn = t_info ? virt_to_mfn(t_info) : 0; in tb_control() [all …]
|
/xen/tools/xentrace/ |
A D | xentrace.c | 69 const struct t_info *t_info; /* Structure with information about individual buffers */ member 477 tbufs.t_info = xc_map_foreign_range(xc_handle, DOMID_XEN, tinfo_size, in map_tbufs() 480 if ( tbufs.t_info == 0 ) in map_tbufs() 486 if ( tbufs.t_info->tbuf_size == 0 ) in map_tbufs() 509 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs() 511 if ( !tbufs.t_info->mfn_offset[i] ) in map_tbufs() 514 mfn_list = (const uint32_t *)tbufs.t_info + tbufs.t_info->mfn_offset[i]; in map_tbufs() 515 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs() 521 tbufs.t_info->tbuf_size); in map_tbufs() 702 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
|
/xen/tools/xenmon/ |
A D | xenbaked.c | 88 const struct t_info *t_info; /* Structure with information about individual buffers */ member 382 tbufs.t_info = xc_map_foreign_range(xc_handle, DOMID_XEN, tinfo_size, in map_tbufs() 385 if ( tbufs.t_info == 0 ) in map_tbufs() 391 if ( tbufs.t_info->tbuf_size == 0 ) in map_tbufs() 409 const uint32_t *mfn_list = (const uint32_t *)tbufs.t_info in map_tbufs() 410 + tbufs.t_info->mfn_offset[i]; in map_tbufs() 412 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs() 414 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs() 420 tbufs.t_info->tbuf_size); in map_tbufs() 487 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
|
/xen/xen/include/public/ |
A D | trace.h | 325 struct t_info { struct
|
Completed in 12 milliseconds