Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xen/grant_table/
Dgrant_table.c153 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access()
169 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
/freebsd-12-stable/sys/xen/interface/
Dgrant_table.h179 #define GTF_readonly (1U<<_GTF_readonly) macro