Home
last modified time | relevance | path

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

/xen/xen/common/
A Dtrace.c99 int offset_in_bytes = offsetof(struct t_info, mfn_offset[NR_CPUS]); in calc_tinfo_first_offset()
116 typeof(dummy_pages.mfn_offset[0]) max_mfn_offset; in calculate_tbuf_size()
209 t_info->mfn_offset[cpu] = offset; in alloc_trace_bufs()
234 offset = t_info->mfn_offset[cpu]; in alloc_trace_bufs()
267 offset = t_info->mfn_offset[cpu]; in alloc_trace_bufs()
534 per_cpu_mfn_offset = t_info->mfn_offset[smp_processor_id()]; in next_record()
/xen/xen/include/public/
A Dtrace.h327 uint16_t mfn_offset[]; /* Offset within t_info structure of the page list per cpu */ member
/xen/tools/xentrace/
A Dxentrace.c511 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()
/xen/tools/xenmon/
A Dxenbaked.c410 + tbufs.t_info->mfn_offset[i]; in map_tbufs()

Completed in 10 milliseconds