Searched refs:SCIF_PROT_WRITE (Results 1 – 3 of 3) sorted by relevance
67 SCIF_PROT_WRITE = (1 << 1) enumerator
122 int writeable = pin->prot & SCIF_PROT_WRITE; in scif_destroy_pinned_pages()1342 if (prot & ~(SCIF_PROT_READ | SCIF_PROT_WRITE)) in __scif_pin_pages()1385 prot |= SCIF_PROT_WRITE; in __scif_pin_pages()1401 (prot & SCIF_PROT_WRITE) ? FOLL_WRITE : 0, in __scif_pin_pages()1416 prot &= ~SCIF_PROT_WRITE; in __scif_pin_pages()1620 if (prot & ~(SCIF_PROT_READ | SCIF_PROT_WRITE)) in scif_register()
303 req.prot = SCIF_PROT_WRITE; in scif_prog_signal()