OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHYSMEM
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
emul.c
54
*
physmem
is largely unused (except for nmbcluster calculations),
59
#define
PHYSMEM
512*256
60
psize_t
physmem
=
PHYSMEM
;
variable in typeref:typename:psize_t
61
size_t nkmempages =
PHYSMEM
/2; /* from le chapeau */
62
#undef
PHYSMEM
164
t = (paddr_t)
physmem
* pct / 100 * PAGE_SIZE;
/src/sys/arch/evbppc/virtex/
machdep.c
114
memsize = (
PHYSMEM
* 1024 * 1024) & ~PGOFSET;
153
static u_int memsize =
PHYSMEM
* 1024 * 1024;
167
format_bytes(pbuf, sizeof(pbuf), ctob(
physmem
));
virtex_start.S
62
#define PHYSMEM_REGIONS_MASK ~((1 << (32 - MB(
PHYSMEM
)/MB(128))) - 1)
Completed in 11 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025