Home
last modified time | relevance | path

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

/arch/s390/mm/
Dextmem.c289 struct qout64_old *qout_old; in query_segment_type() local
290 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
291 if (qout_old == NULL) { in query_segment_type()
295 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()
296 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()
297 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()
298 qout->segcnt = qout_old->segcnt; in query_segment_type()
299 qout->segrcnt = qout_old->segrcnt; in query_segment_type()
305 (unsigned long) qout_old->range[i].start; in query_segment_type()
307 (unsigned long) qout_old->range[i].end; in query_segment_type()
[all …]