OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HPPA_PGAMASK
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/include/
cpu.h
169
#define
HPPA_PGAMASK
0xffc00000 /* PA bits 0-9 not used in index */
176
#define
HPPA_PGAMASK
0xfff00000 /* PA bits 0-11 not used in index */
pmap.h
130
newva = (*va &
HPPA_PGAMASK
) | (fo & HPPA_PGAOFF);
/src/sys/arch/hppa/hppa/
pmap.c
146
(((((va1) ^ (va2)) & ~
HPPA_PGAMASK
) != 0) || \
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026