OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_anon
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_amap.c
198
amap->
am_anon
= kmem_alloc(totalslots * sizeof(struct vm_anon *),
200
if (amap->
am_anon
== NULL)
245
memset(amap->
am_anon
, 0,
332
kmem_free(amap->
am_anon
, slots * sizeof(*amap->
am_anon
));
415
KASSERT(amap->
am_anon
[i] == NULL);
418
KASSERT(amap->
am_anon
[i] == NULL);
480
* no need to zero
am_anon
since that was done at
512
memmove(amap->
am_anon
+ slotarea,
513
amap->
am_anon
+ slotoff
[
all
...]
uvm_amap.h
162
struct vm_anon **
am_anon
; /* array of anonymous pages */
member in struct:vm_amap
170
* note that am_slots, am_bckptr, and
am_anon
are arrays. this allows
183
*
am_anon
: NULL, anon0, NULL, anon1 (actual pointers to anons)
188
* note that am_bckptr is D/C if the slot in
am_anon
is set to NULL.
191
* in general, if
am_anon
[X] is non-NULL, then the following must be
/src/usr.bin/pmap/
pmap.c
606
struct vm_anon **
am_anon
;
local
623
"%*s am_bckptr = %p,
am_anon
= %p, am_ppref = %p }\n",
635
D(amap, amap)->
am_anon
,
645
am_anon
= ecalloc(D(amap, amap)->am_maxslot, sizeof(*
am_anon
));
646
l = D(amap, amap)->am_maxslot * sizeof(*
am_anon
);
647
_KDEREF(kd, (u_long)D(amap, amap)->
am_anon
,
am_anon
, l);
670
printf(" %10s\n", "
am_anon
");
677
if (
am_anon
[i] || verbose > 1
[
all
...]
/src/lib/libkvm/
kvm_proc.c
232
addr = (u_long)amap.
am_anon
+ (offset / kd->nbpg) * sizeof(anonp);
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026