Lines Matching +full:protection +full:- +full:domain
1 /* SPDX-License-Identifier: GPL-2.0 */
84 return -EOPNOTSUPP; in xen_xlate_remap_gfn_array()
90 return -EOPNOTSUPP; in xen_xlate_unmap_gfn_range()
98 * xen_remap_domain_gfn_array() - map an array of foreign frames by gfn
103 * @err_ptr: Returns per-GFN error status.
104 * @prot: page protection mask
105 * @domid: Domain owning the pages
106 * @pages: Array of pages if this domain has an auto-translated physmap
111 * Returns the number of successfully mapped frames, or a -ve error
135 * xen_remap_domain_mfn_array() - map an array of foreign frames by mfn
140 * @err_ptr: Returns per-MFN error status.
141 * @prot: page protection mask
142 * @domid: Domain owning the pages
147 * Returns the number of successfully mapped frames, or a -ve error
156 return -EOPNOTSUPP; in xen_remap_domain_mfn_array()
162 /* xen_remap_domain_gfn_range() - map a range of foreign frames
167 * @prot: page protection mask
168 * @domid: Domain owning the pages
169 * @pages: Array of pages if this domain has an auto-translated physmap
171 * Returns the number of successfully mapped frames, or a -ve error
181 return -EOPNOTSUPP; in xen_remap_domain_gfn_range()