Searched refs:t_info (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/common/ |
A D | trace.c | 52 static struct t_info *t_info; variable 113 struct t_info dummy_pages; in calculate_tbuf_size() 180 if ( t_info ) in alloc_trace_bufs() 192 if ( t_info == NULL ) in alloc_trace_bufs() 197 t_info_mfn_list = (uint32_t *)t_info; in alloc_trace_bufs() 199 t_info->tbuf_size = pages; in alloc_trace_bufs() 208 t_info->mfn_offset[cpu] = offset; in alloc_trace_bufs() 234 offset = t_info->mfn_offset[cpu]; in alloc_trace_bufs() 282 t_info = NULL; in alloc_trace_bufs() 383 tbc->buffer_mfn = t_info ? virt_to_mfn(t_info) : 0; in tb_control() [all …]
|
/xen-4.10.0-shim-comet/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() 504 const uint32_t *mfn_list = (const uint32_t *)tbufs.t_info in map_tbufs() 505 + tbufs.t_info->mfn_offset[i]; in map_tbufs() 507 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs() 509 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs() 515 tbufs.t_info->tbuf_size); in map_tbufs() 696 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 88 const struct t_info *t_info; /* Structure with information about individual buffers */ member 380 tbufs.t_info = xc_map_foreign_range(xc_handle, DOMID_XEN, tinfo_size, in map_tbufs() 383 if ( tbufs.t_info == 0 ) in map_tbufs() 389 if ( tbufs.t_info->tbuf_size == 0 ) in map_tbufs() 407 const uint32_t *mfn_list = (const uint32_t *)tbufs.t_info in map_tbufs() 408 + tbufs.t_info->mfn_offset[i]; in map_tbufs() 410 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs() 412 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs() 418 tbufs.t_info->tbuf_size); in map_tbufs() 485 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | trace.h | 323 struct t_info { struct
|
Completed in 9 milliseconds