Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c147 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access()
163 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
/freebsd/sys/contrib/xen/
H A Dgrant_table.h182 #define GTF_readonly (1U<<_GTF_readonly) macro