Home
last modified time | relevance | path

Searched refs:kve_end (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_vm.c71 (uintmax_t)kve->kve_end); in procstat_vm()
73 xo_emit("{e:kve_end/%#jx}", (uintmax_t)kve->kve_end); in procstat_vm()
/freebsd/tests/sys/vm/soxstack/
H A Dsoxstack.c39 if (stack < kve->kve_start || stack > kve->kve_end) in checkstack()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.XP.out14 <kve_end>0xcabb1e</kve_end>
H A Dtest_01.X.out1 …used-percent>12</used-percent><kve_start>0xdeadbeef</kve_start><kve_end>0xcabb1e</kve_end><host>my…
H A Dtest_01.JPu.out15 "kve_end": "0xcabb1e",
H A Dtest_01.J.out1 …":1,"address":"0x0","port":1,"used-percent":12,"kve_start":"0xdeadbeef","kve_end":"0xcabb1e","host…
H A Dtest_01.JP.out15 "kve_end": "0xcabb1e",
H A Dtest_01.E.out15 op content: [kve_end] [0xcabb1e] [0x8]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp89 segment->end = (uptr)VmEntry->kve_end; in Next()
/freebsd/sys/sys/
H A Duser.h529 void *kve_end; /* Finishing address. */ member
552 uint64_t kve_end; /* Finishing address. */ member
/freebsd/lib/librtld_db/
H A Drtld_db.c203 rdl.rdl_eaddr = kve->kve_end; in rd_loadobj_iter()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2148 void *end = reinterpret_cast<void *>(cur->kve_end); in __kmp_is_address_mapped()
2204 kiv[i].kve_end <= (uint64_t)addr) { in __kmp_is_address_mapped()
2228 if (kiv.kve_end == end) in __kmp_is_address_mapped()
2231 if (kiv.kve_start >= (uint64_t)addr && kiv.kve_end <= (uint64_t)addr) { in __kmp_is_address_mapped()
/freebsd/usr.bin/gcore/
H A Delfcore.c611 ent->end = (vm_offset_t)kve->kve_end; in readmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp657 info.GetRange().SetRangeEnd(kv->kve_end); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp698 info.GetRange().SetRangeEnd(vm[i].kve_end); in PopulateMemoryRegionCache()
/freebsd/sys/kern/
H A Dkern_proc.c2458 kve->kve_end = (void*)entry->end; in sysctl_kern_proc_ovmmap()
2667 kve->kve_end = entry->end; in kern_proc_vmmap_out()