Searched refs:ubuf (Results 1 – 4 of 4) sorted by relevance
70 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_pre()76 if ( b->ubuf == NULL ) in xc__hypercall_bounce_pre()87 memcpy(b->hbuf, b->ubuf, b->sz); in xc__hypercall_bounce_pre()97 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_post()104 memcpy(b->ubuf, b->hbuf, b->sz); in xc__hypercall_bounce_post()
838 (HYPERCALL_BUFFER(info))->ubuf = info + *done; in xc_livepatch_list()839 (HYPERCALL_BUFFER(name))->ubuf = name + name_off; in xc_livepatch_list()840 (HYPERCALL_BUFFER(len))->ubuf = len + *done; in xc_livepatch_list()841 (HYPERCALL_BUFFER(metadata))->ubuf = metadata + metadata_off; in xc_livepatch_list()842 (HYPERCALL_BUFFER(metadata_len))->ubuf = metadata_len + *done; in xc_livepatch_list()
162 .sz = _sz, .dir = _dir, .ubuf = _ubuf, \
210 void *ubuf; member230 #define HYPERCALL_BUFFER_INIT_NO_BOUNCE .dir = 0, .sz = 0, .ubuf = (void *)-1
Completed in 14 milliseconds