Lines Matching +full:protection +full:- +full:domain
1 /* SPDX-License-Identifier: GPL-2.0 */
102 return -EOPNOTSUPP; in xen_xlate_remap_gfn_array()
108 return -EOPNOTSUPP; in xen_xlate_unmap_gfn_range()
116 * xen_remap_domain_gfn_array() - map an array of foreign frames by gfn
121 * @err_ptr: Returns per-GFN error status.
122 * @prot: page protection mask
123 * @domid: Domain owning the pages
124 * @pages: Array of pages if this domain has an auto-translated physmap
129 * Returns the number of successfully mapped frames, or a -ve error
153 * xen_remap_domain_mfn_array() - map an array of foreign frames by mfn
158 * @err_ptr: Returns per-MFN error status.
159 * @prot: page protection mask
160 * @domid: Domain owning the pages
161 * @pages: Array of pages if this domain has an auto-translated physmap
166 * Returns the number of successfully mapped frames, or a -ve error
176 return -EOPNOTSUPP; in xen_remap_domain_mfn_array()
182 /* xen_remap_domain_gfn_range() - map a range of foreign frames
187 * @prot: page protection mask
188 * @domid: Domain owning the pages
189 * @pages: Array of pages if this domain has an auto-translated physmap
191 * Returns the number of successfully mapped frames, or a -ve error
201 return -EOPNOTSUPP; in xen_remap_domain_gfn_range()