Searched refs:SCIF_PROT_WRITE (Results 1 – 3 of 3) sorted by relevance
67 SCIF_PROT_WRITE = (1 << 1) enumerator
113 int writeable = pin->prot & SCIF_PROT_WRITE; in scif_destroy_pinned_pages()1324 if (prot & ~(SCIF_PROT_READ | SCIF_PROT_WRITE)) in __scif_pin_pages()1367 prot |= SCIF_PROT_WRITE; in __scif_pin_pages()1381 (prot & SCIF_PROT_WRITE) ? FOLL_WRITE : 0, in __scif_pin_pages()1393 prot &= ~SCIF_PROT_WRITE; in __scif_pin_pages()1597 if (prot & ~(SCIF_PROT_READ | SCIF_PROT_WRITE)) in scif_register()
306 req.prot = SCIF_PROT_WRITE; in scif_prog_signal()