Searched refs:read_only (Results 1 – 7 of 7) sorted by relevance
/xen/tools/xenstore/ |
A D | tdb.h | 97 int read_only; /* opened read-only */ member
|
A D | tdb.c | 135 PROT_READ|(tdb->read_only? 0:PROT_WRITE), in tdb_mmap() 200 if ((rw_type == F_WRLCK) && (tdb->read_only)) { in tdb_brlock() 1120 if (tdb->read_only) return -1; 1248 if (!tdb->read_only && 1568 tdb->read_only = 1;
|
/xen/xen/arch/arm/ |
A D | mm.c | 1034 static int xen_pt_next_level(bool read_only, unsigned int level, in xen_pt_next_level() argument 1045 if ( read_only ) in xen_pt_next_level() 1144 bool read_only = mfn_eq(mfn, INVALID_MFN) && !(flags & _PAGE_POPULATE); in xen_pt_update_entry() local 1156 rc = xen_pt_next_level(read_only, level, &table, offsets[level]); in xen_pt_update_entry()
|
A D | p2m.c | 304 static int p2m_next_level(struct p2m_domain *p2m, bool read_only, in p2m_next_level() argument 316 if ( read_only ) in p2m_next_level()
|
/xen/xen/common/ |
A D | grant_table.c | 2771 bool_t read_only; member 2845 release_grant_for_copy(buf->domain, buf->ptr.u.ref, buf->read_only); in gnttab_copy_release_buf() 2867 buf->read_only = gref_flag == GNTCOPY_source_gref; in gnttab_copy_claim_buf() 2873 buf->read_only, in gnttab_copy_claim_buf() 2885 buf->read_only, buf->domain); in gnttab_copy_claim_buf() 2895 if ( !buf->read_only ) in gnttab_copy_claim_buf()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-ept.c | 318 static int ept_next_level(struct p2m_domain *p2m, bool_t read_only, in ept_next_level() argument 348 if ( read_only ) in ept_next_level()
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 330 if (! read_only)
|
Completed in 90 milliseconds