Searched refs:err_ptr (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/xen/
H A Dxen-ops.h48 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
52 xen_pfn_t *pfn, int nr, int *err_ptr,
67 int *err_ptr, pgprot_t prot,
80 int *err_ptr, pgprot_t prot,
103 * @err_ptr: Returns per-GFN error status.
108 * @gfn and @err_ptr may point to the same buffer, the GFNs will be
117 int *err_ptr, pgprot_t prot,
122 return xen_xlate_remap_gfn_array(vma, addr, gfn, nr, err_ptr,
125 /* We BUG_ON because it's a programmer error to pass a NULL err_ptr,
129 BUG_ON(err_ptr
51 xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, bool no_translate) argument
77 xen_xlate_remap_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) argument
114 xen_remap_domain_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) argument
150 xen_remap_domain_mfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *mfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid) argument
[all...]
/linux-master/drivers/xen/
H A Dxlate_mmu.c73 int *err_ptr; member in struct:remap_data
123 /* info->err_ptr expect to have one error status per Xen PFN */
127 *(info->err_ptr++) = err;
146 int *err_ptr, pgprot_t prot,
165 data.err_ptr = err_ptr;
143 xen_xlate_remap_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned domid, struct page **pages) argument
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2445 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
2444 xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, bool no_translate) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c2508 void *err_ptr; local
2517 err_ptr = brcmf_p2p_create_p2pdev(p2p, NULL, NULL);
2518 if (IS_ERR(err_ptr)) {
2520 err = PTR_ERR(err_ptr);
/linux-master/fs/nfs/
H A Dpagelist.c1325 goto err_ptr;
1331 err_ptr:
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h603 __le64 err_ptr; /* Error Pointer */ member in struct:io_accel2_cmd
H A Dhpsa.c5016 cp->err_ptr = cpu_to_le64(c->busaddr +
9982 VERIFY_OFFSET(err_ptr, 48);
/linux-master/lib/
H A Dvsprintf.c657 static char *err_ptr(char *buf, char *end, void *ptr, function
2495 return err_ptr(buf, end, ptr, spec);

Completed in 369 milliseconds