OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmap_wired_count
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/rump/include/machine/
pmap.h
39
#define
pmap_wired_count
(a) (0)
macro
/src/sys/rump/librump/rumpkern/arch/generic/
rump_generic_pmap.c
101
#ifndef
pmap_wired_count
103
pmap_wired_count
(struct pmap *pmap)
function in typeref:typename:long
/src/sys/arch/sun3/include/
pmap3x.h
44
/* Common function for pmap_resident_count(),
pmap_wired_count
() */
51
#define
pmap_wired_count
(pmap) (pmap_count((pmap), 1))
macro
pmap3.h
62
#define
pmap_wired_count
(pmap) (pmap_wired_pages(pmap))
macro
/src/sys/uvm/
uvm_pmap.h
206
#if !defined(
pmap_wired_count
)
207
long
pmap_wired_count
(pmap_t);
uvm_mmap.c
763
if (size + ptoa(
pmap_wired_count
(vm_map_pmap(&p->p_vmspace->vm_map))) >
971
size + ptoa(
pmap_wired_count
(vm_map_pmap(map))) >
uvm_map.c
3828
(size + ptoa(
pmap_wired_count
(vm_map_pmap(map))) > limit)) {
5227
pmap_resident_count(map->pmap),
pmap_wired_count
(map->pmap));
/src/sys/arch/sh3/include/
pmap.h
60
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/sun2/include/
pmap.h
62
#define
pmap_wired_count
(pmap) (pmap_wired_pages(pmap))
macro
/src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_pmap.c
119
pmap_wired_count
(struct pmap *pmap)
function in typeref:typename:long
/src/sys/arch/sparc64/include/
pmap.h
189
#define
pmap_wired_count
(pm) pmap_count_wired((pm))
macro
192
#define
pmap_wired_count
(pm) ((pm)->pm_stats.wired_count)
macro
/src/sys/arch/powerpc/include/ibm4xx/
pmap.h
166
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/m68k/include/
pmap_motorola.h
210
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/hppa/include/
pmap.h
143
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/vax/include/
pmap.h
239
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/powerpc/include/oea/
pmap.h
145
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/sparc/include/
pmap.h
244
#define
pmap_wired_count
(pm) ((pm)->pm_stats.wired_count)
macro
/src/sys/uvm/pmap/
pmap.h
299
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/alpha/include/
pmap.h
210
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/aarch64/include/
pmap.h
374
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/arm/include/arm32/
pmap.h
329
#define
pmap_wired_count
(pmap) ((pmap)->pm_stats.wired_count)
macro
/src/sys/arch/usermode/usermode/
pmap.c
577
pmap_wired_count
(pmap_t pmap)
function in typeref:typename:long
/src/share/man/man9/
Makefile
741
pmap.9
pmap_wired_count
.9 \
/src/sys/arch/ia64/ia64/
pmap.c
1565
*
pmap_wired_count
: [ INTERFACE ]
1571
pmap_wired_count
(pmap_t pmap)
function in typeref:typename:long
/src/sys/arch/x86/x86/
pmap.c
540
pmap_wired_count
(struct pmap *pmap)
function in typeref:typename:long
Completed in 29 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025