Home
last modified time | relevance | path

Searched refs:mend (Results 1 – 5 of 5) sorted by relevance

/drivers/hwtracing/stm/
A Dcore.c249 unsigned int *mstart, unsigned int mend, in stm_find_master_chan() argument
256 for (midx = *mstart; midx <= mend; midx++) { in stm_find_master_chan()
285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local
299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign()
307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
A Dstm.h57 unsigned int *mstart, unsigned int *mend,
A Dpolicy.c51 unsigned int *mstart, unsigned int *mend, in stp_policy_node_get_ranges() argument
55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()
/drivers/xen/
A Dgntdev.c553 unsigned long mstart, mend; in gntdev_invalidate() local
572 mend = min(range->end, map_end); in gntdev_invalidate()
575 range->start, range->end, mstart, mend); in gntdev_invalidate()
577 (mend - mstart) >> PAGE_SHIFT); in gntdev_invalidate()
/drivers/misc/
A Dfastrpc.c191 u64 mend; member
555 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
561 ctx->olaps[i].mend = 0; in fastrpc_get_buff_overlaps()
566 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
896 size += (ctx->olaps[oix].mend - ctx->olaps[oix].mstart); in fastrpc_get_payload_size()
1011 mlen = ctx->olaps[oix].mend - ctx->olaps[oix].mstart; in fastrpc_get_args()

Completed in 16 milliseconds