Searched refs:kve_protection (Results 1 – 3 of 3) sorted by relevance
68 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0) in Next()70 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0) in Next()72 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0) in Next()
92 int kve_protection; member
76 (kv->kve_protection & KVME_PROT_EXEC) != 0) { in write_maps()