Searched refs:GTF_readonly (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h80 * Use SMP-safe CMPXCHG to set GTF_readonly, while checking !GTF_writing.
119 * GTF_readonly: Restrict @domid to read-only mappings and accesses. [GST]
125 #define GTF_readonly (1U<<_GTF_readonly) macro
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c267 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);
281 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0);

Completed in 59 milliseconds