Home
last modified time | relevance | path

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

/linux/include/xen/interface/
H A Dgrant_table.h65 * Use SMP-safe CMPXCHG to set GTF_readonly, while checking !GTF_writing.
126 * GTF_readonly: Restrict @domid to read-only mappings and accesses. [GST]
137 #define GTF_readonly (1U<<_GTF_readonly) macro
/linux/drivers/usb/host/
H A Dxen-hcd.c674 usb_pipein(urb->pipe) ? 0 : GTF_readonly); in xenhcd_map_urb_for_request()