OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVME_PROT_WRITE
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_bsd.cc
34
#define
KVME_PROT_WRITE
KVE_PROT_WRITE
116
if ((VmEntry->kve_protection &
KVME_PROT_WRITE
) != 0)
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_bsd.cpp
90
if ((VmEntry->kve_protection &
KVME_PROT_WRITE
) != 0)
sanitizer_procmaps_freebsd.cc
79
if ((VmEntry->kve_protection &
KVME_PROT_WRITE
) != 0)
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_bsd.cpp
106
if ((VmEntry->kve_protection &
KVME_PROT_WRITE
) != 0)
/src/external/bsd/librtld_db/dist/
rtld_db.c
176
if (kve->kve_protection &
KVME_PROT_WRITE
)
/src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c
255
kve->kve_protection &
KVME_PROT_WRITE
? 'w' : '-',
262
kve->kve_protection &
KVME_PROT_WRITE
,
fbsd-nat.c
183
kve->kve_protection &
KVME_PROT_WRITE
? 'w' : '-',
190
kve->kve_protection &
KVME_PROT_WRITE
,
/src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c
255
kve->kve_protection &
KVME_PROT_WRITE
? 'w' : '-',
262
kve->kve_protection &
KVME_PROT_WRITE
,
fbsd-nat.c
183
kve->kve_protection &
KVME_PROT_WRITE
? 'w' : '-',
190
kve->kve_protection &
KVME_PROT_WRITE
,
/src/external/bsd/libproc/dist/
proc_sym.c
251
if (kve->kve_protection &
KVME_PROT_WRITE
)
/src/sys/sys/
sysctl.h
807
#define
KVME_PROT_WRITE
0x00000002
/src/sys/uvm/
uvm_map.c
5352
(((p) & VM_PROT_WRITE) ?
KVME_PROT_WRITE
: 0) | \
Completed in 77 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026