Home | History | Annotate | Download | only in libnvmm

Lines Matching defs:prot

57 	nvmm_prot_t prot;
92 int prot)
99 if (prot & PROT_READ)
101 if (prot & PROT_WRITE)
103 if (prot & PROT_EXEC)
117 area->prot = nprot;
436 size_t size, int prot)
441 ret = __area_add(mach, hva, gpa, size, prot);
449 args.prot = prot;
524 nvmm_prot_t *prot)
532 *prot = ent->prot;