OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VM_PROT_NONE
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/sys/uvm/
uvm_prot.h
82
#define
VM_PROT_NONE
((vm_prot_t) 0x00)
uvm_anon.c
154
pmap_page_protect(pg,
VM_PROT_NONE
);
uvm_mremap.c
58
reserved_entry->protection !=
VM_PROT_NONE
) {
uvm_aobj.c
632
pmap_page_protect(pg,
VM_PROT_NONE
);
765
pmap_page_protect(pg,
VM_PROT_NONE
);
uvm_loan.c
68
* and thus will never be pmap_page_protect()'d with
VM_PROT_NONE
. a
1120
pmap_page_protect(uobjpage,
VM_PROT_NONE
);
1182
pmap_page_protect(oldpg,
VM_PROT_NONE
);
uvm_mmap.c
592
if (!uvm_map_checkprot(map, addr, addr + size,
VM_PROT_NONE
)) {
984
if (prot ==
VM_PROT_NONE
) {
uvm_map.c
2548
* map (dummy means obj=NULL, amap=NULL, prot=
VM_PROT_NONE
)
3248
* wire this entry now if the old protection was
VM_PROT_NONE
3249
* and the new protection is not
VM_PROT_NONE
.
3254
old_prot ==
VM_PROT_NONE
&&
3255
new_prot !=
VM_PROT_NONE
) {
3600
if (entry->protection ==
VM_PROT_NONE
||
3804
if (entry->protection !=
VM_PROT_NONE
&&
3827
if (entry->protection ==
VM_PROT_NONE
)
3899
* Skip
VM_PROT_NONE
entries like we did above.
3905
if (entry->protection ==
VM_PROT_NONE
)
[
all
...]
uvm_pdaemon.c
775
pmap_page_protect(p,
VM_PROT_NONE
);
/src/sys/compat/linux/arch/i386/
linux_exec_machdep.c
117
noaccess_linear_min, NULLVP, 0,
VM_PROT_NONE
, VMCMD_STACK);
/src/sys/compat/linux32/arch/aarch64/
linux32_exec_machdep.c
128
noaccess_linear_min, NULLVP, 0,
VM_PROT_NONE
, VMCMD_STACK);
/src/sys/kern/
exec_subr.c
457
epp->ep_maxsaddr, NULL, 0,
VM_PROT_NONE
);
460
epp->ep_maxsaddr - user_stack_guard_size, NULL, 0,
VM_PROT_NONE
);
466
VM_PROT_NONE
| PROT_MPROTECT(VM_PROT_READ | VM_PROT_WRITE),
/src/sys/arch/m68k/m68k/
pmap_motorola.c
403
protection_codes[
VM_PROT_NONE
|
VM_PROT_NONE
|
VM_PROT_NONE
] = 0;
404
protection_codes[VM_PROT_READ|
VM_PROT_NONE
|
VM_PROT_NONE
] = PG_RO;
405
protection_codes[VM_PROT_READ|
VM_PROT_NONE
|VM_PROT_EXECUTE] = PG_RO;
406
protection_codes[
VM_PROT_NONE
|
VM_PROT_NONE
|VM_PROT_EXECUTE] = PG_RO;
407
protection_codes[
VM_PROT_NONE
|VM_PROT_WRITE|
VM_PROT_NONE
] = PG_RW
[
all
...]
/src/sys/arch/sparc64/dev/
mkclock.c
286
if (prot ==
VM_PROT_NONE
) {
/src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c
114
noaccess_linear_min, NULLVP, 0,
VM_PROT_NONE
, VMCMD_STACK);
/src/sys/arch/usermode/usermode/
pmap.c
723
cur_prot =
VM_PROT_NONE
;
1063
if (prot ==
VM_PROT_NONE
) {
1295
if (prot ==
VM_PROT_NONE
) {
/src/sys/arch/sun3/sun3x/
pmap.c
2220
case
VM_PROT_NONE
:
2244
* is discovered, we are effectively applying a protection of
VM_PROT_NONE
,
2276
case
VM_PROT_NONE
:
2279
* '
VM_PROT_NONE
' is a synonym for pmap_remove().
2728
case
VM_PROT_NONE
:
2768
if (prot ==
VM_PROT_NONE
)
/src/sys/arch/ia64/ia64/
pmap.c
1166
PTE_AR_R, /*
VM_PROT_NONE
*/
1174
pte->pte |= (prot ==
VM_PROT_NONE
|| pm == kernel_pmap)
1887
if ((prot & VM_PROT_READ) ==
VM_PROT_NONE
) {
2832
pmap_protect(pmap_kernel(), va, va+1,
VM_PROT_NONE
);
2882
pmap_page_protect(pg,
VM_PROT_NONE
);
/src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c
404
case
VM_PROT_NONE
:
gnu-nat.c
2621
last_protection =
VM_PROT_NONE
;
2657
if (last_protection !=
VM_PROT_NONE
)
2673
if (last_region_end > last_region_address && last_protection !=
VM_PROT_NONE
)
/src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c
404
case
VM_PROT_NONE
:
gnu-nat.c
2621
last_protection =
VM_PROT_NONE
;
2657
if (last_protection !=
VM_PROT_NONE
)
2673
if (last_region_end > last_region_address && last_protection !=
VM_PROT_NONE
)
/src/sys/ufs/lfs/
lfs_pages.c
308
pmap_page_protect(pg,
VM_PROT_NONE
);
/src/sys/arch/aarch64/aarch64/
pmap.c
1285
if ((prot & VM_PROT_READ) ==
VM_PROT_NONE
) {
1635
*
VM_PROT_NONE
. it is not correct because without considering
1789
KASSERT((prot & VM_PROT_ALL) !=
VM_PROT_NONE
);
2283
KASSERT(prot ==
VM_PROT_NONE
);
2310
VM_PROT_NONE
) {
/src/sys/arch/vax/vax/
pmap.c
1333
if (prot ==
VM_PROT_NONE
) {
1530
if (prot ==
VM_PROT_NONE
) {
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c
1852
pmap_pv_protect(pa,
VM_PROT_NONE
);
1859
VM_PROT_NONE
);
Completed in 58 milliseconds
1
2
Indexes created Fri Jun 19 00:25:02 UTC 2026