Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 10 of 10) sorted by relevance

/xen/xen/include/xen/
A Dp2m-common.h36 bool readonly, p2m_type_t *p2mt_p,
/xen/tools/pygrub/src/
A DLiloConf.py68 if self.readonly:
77 readonly = property(get_readonly, set_readonly) variable in LiloImage
A DExtLinuxConf.py115 readonly = property(get_readonly, set_readonly) variable in ExtLinuxImage
/xen/xen/common/
A Dgrant_table.c749 int readonly, in _set_status_v1() argument
795 if ( !readonly ) in _set_status_v1()
822 int readonly, in _set_status_v2() argument
846 if ( readonly ) in _set_status_v2()
897 int readonly, in _set_status() argument
2408 struct domain *rd, grant_ref_t gref, bool readonly) in release_grant_for_copy() argument
2438 if ( readonly ) in release_grant_for_copy()
2553 if ( (!old_pin || (!readonly && in acquire_grant_for_copy()
2677 readonly, rd); in acquire_grant_for_copy()
2688 readonly, rd); in acquire_grant_for_copy()
[all …]
A Dmemory.c1696 int check_get_page_from_gfn(struct domain *d, gfn_t gfn, bool readonly, in check_get_page_from_gfn() argument
1699 p2m_query_t q = readonly ? P2M_ALLOC : P2M_UNSHARE; in check_get_page_from_gfn()
/xen/tools/python/xen/lowlevel/xs/
A Dxs.c982 int readonly = 0; in xshandle_init() local
985 &readonly)) in xshandle_init()
988 self->xh = (readonly ? xs_daemon_open_readonly() : xs_daemon_open()); in xshandle_init()
/xen/docs/misc/
A Dblock-scripts.txt49 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write)
62 $XENBUS/mode 'r' (for readonly) or 'w' (for read-write)
A Dgrant-tables.txt149 gref[i] = gnttab_grant_foreign_access( domBid, mfn, (readonly ? 1 : 0) );
219 gnttab_end_foreign_access( gref[i], readonly );
221 TODO: readonly yet to be implemented.
/xen/tools/tests/depriv/
A Ddepriv-fd-checker.c378 DEFCHECK(readonly),
/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff31 + __u32 s_feature_ro_compat; /* readonly-compatible feature set */

Completed in 845 milliseconds