Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dextmem.c275 struct qout64_old *qout_old; in query_segment_type() local
276 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
277 if (qout_old == NULL) { in query_segment_type()
281 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()
282 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()
283 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()
284 qout->segcnt = qout_old->segcnt; in query_segment_type()
285 qout->segrcnt = qout_old->segrcnt; in query_segment_type()
291 (unsigned long) qout_old->range[i].start; in query_segment_type()
293 (unsigned long) qout_old->range[i].end; in query_segment_type()
[all …]