Lines Matching refs:err_ptr
2398 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
2412 * We use the err_ptr to indicate if there we are doing a contiguous
2415 rmd.contiguous = !err_ptr;
2443 * @err_ptr may be the same buffer as @gfn, so
2447 if (err_ptr) {
2449 err_ptr[i] = 0;
2452 if (!err_ptr)
2454 err_ptr[i] = err;
2464 if (err_ptr)
2465 err_ptr += batch;