Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 19 of 19) sorted by relevance

/xen/tools/libs/gnttab/
A Dgntshr_core.c74 int count, uint32_t *refs, int writable) in xengntshr_share_pages() argument
76 return osdep_gntshr_share_pages(xcg, domid, count, refs, writable, -1, -1); in xengntshr_share_pages()
80 uint32_t *ref, int writable, in xengntshr_share_page_notify() argument
84 return osdep_gntshr_share_pages(xcg, domid, 1, ref, writable, in xengntshr_share_page_notify()
A Dgntshr_unimp.c36 int count, uint32_t *refs, int writable) in xengntshr_share_pages() argument
42 uint32_t *ref, int writable, in xengntshr_share_page_notify() argument
A Dnetbsd.c171 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument
185 alloc.flags = writable ? GNTDEV_ALLOC_FLAG_WRITABLE : 0; in osdep_gntshr_share_pages()
A Dprivate.h53 uint32_t *refs, int writable,
A Dfreebsd.c232 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument
247 gref_info.flags = writable ? GNTDEV_ALLOC_FLAG_WRITABLE : 0; in osdep_gntshr_share_pages()
A Dlinux.c444 uint32_t *refs, int writable, in osdep_gntshr_share_pages() argument
458 gref_info->flags = writable ? GNTALLOC_FLAG_WRITABLE : 0; in osdep_gntshr_share_pages()
/xen/tools/libs/ctrl/
A Dxc_gnttab_compat.c84 int count, uint32_t *refs, int writable) in xc_gntshr_share_pages() argument
86 return xengntshr_share_pages(xcg, domid, count, refs, writable); in xc_gntshr_share_pages()
90 uint32_t *ref, int writable, in xc_gntshr_share_page_notify() argument
94 return xengntshr_share_page_notify(xcg, domid, ref, writable, in xc_gntshr_share_page_notify()
/xen/tools/include/
A Dxengnttab.h432 int count, uint32_t *refs, int writable);
447 uint32_t *ref, int writable,
A Dxenctrl_compat.h114 int count, uint32_t *refs, int writable);
116 uint32_t *ref, int writable,
/xen/docs/misc/
A Dhypfs-paths.pandoc26 either set by the hypervisor or, if the file is writable, can be set
52 * w -- Path is writable by the user. This capability is usually
67 The entry would be writable and it would exist on X86 only and only if the
A Dxenstore-paths.pandoc91 * w -- Path is writable by the containing domain, that is the domain
127 domain it would not usually be writable by the domain. The tools will
128 create writable subdirectories as necessary.
186 the path does not exist then the ~/device path will be writable by the
288 read-only to the guest. However it may writable if the
516 A domain writable path. Available for arbitrary domain use.
564 A domain writable path used by some PV drivers to pass error messages
A Dlivepatch.pandoc1042 In place patching writable data is not suitable as it is unclear what should be done
1235 In place patching writable data is not suitable as it is unclear what should be done
/xen/docs/features/
A Dhypervisorfs.pandoc37 a writable entry can be modified. With:
/xen/xen/arch/x86/hvm/
A Dhvm.c2729 bool *writable) in _hvm_map_guest_frame() argument
2739 if ( writable ) in _hvm_map_guest_frame()
2743 *writable = 0; in _hvm_map_guest_frame()
2751 if ( writable && *writable ) in _hvm_map_guest_frame()
2774 bool *writable) in hvm_map_guest_frame_rw() argument
2776 *writable = 1; in hvm_map_guest_frame_rw()
2777 return _hvm_map_guest_frame(gfn, permanent, writable); in hvm_map_guest_frame_rw()
2829 static void *hvm_map_entry(unsigned long va, bool *writable) in hvm_map_entry() argument
2852 v = hvm_map_guest_frame_rw(gfn, 0, writable); in hvm_map_entry()
2874 bool writable; in task_switch_load_seg() local
[all …]
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in33 # involve a set of nodes that is writable by at most one other domain,
/xen/xen/arch/x86/hvm/vmx/
A Dvvmx.c1793 bool writable; in nvmx_handle_vmptrld() local
1794 void *vvmcx = hvm_map_guest_frame_rw(paddr_to_pfn(gpa), 1, &writable); in nvmx_handle_vmptrld()
1798 if ( writable ) in nvmx_handle_vmptrld()
1902 bool writable; in nvmx_handle_vmclear() local
1904 vvmcs = hvm_map_guest_frame_rw(paddr_to_pfn(gpa), 0, &writable); in nvmx_handle_vmclear()
1912 if ( writable ) in nvmx_handle_vmclear()
/xen/xen/arch/x86/hvm/svm/
A Dnestedsvm.c53 bool writable; in nestedsvm_vmcb_map() local
55 &writable); in nestedsvm_vmcb_map()
59 if ( !writable ) in nestedsvm_vmcb_map()
/xen/xen/arch/x86/include/asm/hvm/
A Dhvm.h343 bool *writable);
/xen/docs/man/
A Dxl.cfg.5.pod.in645 For a PV domain, all writable pages assigned to the domain are identity
680 making the whole xenstore B<device> sub-tree writable by the domain will

Completed in 51 milliseconds