Lines Matching refs:err_ptr
2445 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
2459 * We use the err_ptr to indicate if there we are doing a contiguous
2462 rmd.contiguous = !err_ptr;
2490 * @err_ptr may be the same buffer as @gfn, so
2494 if (err_ptr) {
2496 err_ptr[i] = 0;
2499 if (!err_ptr)
2501 err_ptr[i] = err;
2511 if (err_ptr)
2512 err_ptr += batch;