OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVM_ET_ISSUBMAP
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/uvm/
uvm_fault_i.h
144
if (
UVM_ET_ISSUBMAP
(ufi->entry)) {
uvm.h
135
#define
UVM_ET_ISSUBMAP
(E) (((E)->etype & UVM_ET_SUBMAP) != 0)
uvm_coredump.c
132
KASSERT(!
UVM_ET_ISSUBMAP
(entry));
uvm_map.c
841
} else if (
UVM_ET_ISSUBMAP
(entry)) {
965
if (
UVM_ET_ISSUBMAP
(entry1)) {
2518
UVM_ET_ISSUBMAP
(first_entry));
2531
KASSERT(!
UVM_ET_ISSUBMAP
(first_entry));
3184
if (
UVM_ET_ISSUBMAP
(current)) {
3595
if (!
UVM_ET_ISSUBMAP
(entry)) { /* not submap */
3851
if (!
UVM_ET_ISSUBMAP
(entry)) { /* not submap */
3994
if (
UVM_ET_ISSUBMAP
(current)) {
4655
KASSERT(!
UVM_ET_ISSUBMAP
(old_entry));
5018
if (__predict_false(
UVM_ET_ISSUBMAP
(entry)))
[
all
...]
uvm_mmap.c
172
KASSERT(!
UVM_ET_ISSUBMAP
(entry));
/src/sys/miscfs/procfs/
procfs_map.c
148
if (
UVM_ET_ISSUBMAP
(entry))
procfs_linux.c
116
if (
UVM_ET_ISSUBMAP
(entry))
/src/usr.bin/pmap/
pmap.c
372
UVM_ET_ISSUBMAP
(vme) ? " SUBMAP" : "",
514
UVM_ET_ISSUBMAP
(vme) ? 'T' : 'F',
588
if (recurse &&
UVM_ET_ISSUBMAP
(vme)) {
836
else if (
UVM_ET_ISSUBMAP
(vme)) {
Completed in 105 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025