Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/grant_table/
HDgrant_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()
/NextBSD/sys/xen/interface/
HDgrant_table.h163 #define GTF_permit_access (1U<<0) macro