HomeSort by: relevance | last modified time | path
    Searched refs:kve_protection (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_bsd.cc 114 if ((VmEntry->kve_protection & KVME_PROT_READ) != 0)
116 if ((VmEntry->kve_protection & KVME_PROT_WRITE) != 0)
118 if ((VmEntry->kve_protection & KVME_PROT_EXEC) != 0)
sanitizer_freebsd.h 92 int kve_protection; member in struct:__sanitizer::xkinfo_vmentry
  /src/sys/sys/
sysctl.h 831 uint32_t kve_protection; /* Protection bitmask. */ member in struct:kinfo_vmentry
  /src/sys/uvm/
uvm_map.c 5354 kve->kve_protection = PROT(e->protection);

Completed in 61 milliseconds