OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_FRAME
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/sys/arch/sun2/include/
pte.h
136
#define
PG_FRAME
0x00000FFF
162
#define PG_PFNUM(pte) (pte &
PG_FRAME
)
/src/sys/arch/sun3/include/
pte3.h
52
#define
PG_FRAME
0x0007FFFF
66
#define PG_PFNUM(pte) (pte &
PG_FRAME
)
pte3x.h
113
#define
PG_FRAME
MMU_SHORT_PTE_BASEADDR
114
#define PG_PA(pte) ((pte) &
PG_FRAME
)
/src/sys/arch/m68k/include/
pte_motorola.h
101
#define
PG_FRAME
((~0U) << PG_SHIFT)
102
#define PG_PFNUM(x) (((uintptr_t)(x) &
PG_FRAME
) >> PG_SHIFT)
/src/lib/libkvm/
kvm_hppa.c
138
pte_pa = (pde &
PG_FRAME
) + (ptei(va) * sizeof(pt_entry_t));
152
*pa = (pte &
PG_FRAME
) + page_off;
/src/sys/arch/alpha/include/
pte.h
99
#define
PG_FRAME
ALPHA_PTE_PFN
/src/sys/arch/vax/include/
pte.h
64
#define
PG_FRAME
0x001fffff
pmap.h
181
if (kvtopte(&pte[sva])->pg_v && (pte[sva] &
PG_FRAME
)) {
183
*pap = (pte[sva] &
PG_FRAME
) << VAX_PGSHIFT;
/src/sys/arch/sun68k/stand/libsa/
sun2.c
408
pte = (sun2_get_pte(0) & ~
PG_FRAME
);
/src/sys/arch/vax/vax/
pmap.c
529
if (IOSPACE_P((br[0] &
PG_FRAME
) << VAX_PGSHIFT))
532
pv = pv_table + ((br[0] &
PG_FRAME
) >> LTOHPS);
1148
if ((newpte &
PG_FRAME
) == (oldpte &
PG_FRAME
)) {
1157
if (oldpte &
PG_FRAME
) {
1258
*pap = (pte[sva] &
PG_FRAME
) << VAX_PGSHIFT;
/src/sys/arch/m68k/m68k/
busaddrerr.s
102
andl #
PG_FRAME
,%d1 | and truncate
137
andl #
PG_FRAME
,%d1 | and truncate
pmap_motorola.c
200
#define pmap_pte_pa(pte) (*(pte) &
PG_FRAME
)
1639
pa = (pte &
PG_FRAME
) | (va & ~
PG_FRAME
);
2972
page = (u_int)paddr &
PG_FRAME
;
/src/sys/arch/atari/atari/
atari_init.c
453
pg_proto = (pg_proto &
PG_FRAME
) | PG_RW | PG_V;
1113
m->
pg_frame
=
PG_FRAME
;
1417
printf("$%08x -> $%08x\t", i, *p &
PG_FRAME
);
locore.s
130
andl #
PG_FRAME
,%d1 | and truncate
152
andl #
PG_FRAME
,%d1 | and truncate
/src/sys/arch/luna68k/luna68k/
machdep.c
516
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/next68k/next68k/
machdep.c
517
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/virt68k/virt68k/
machdep.c
551
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/sun2/sun2/
pmap.c
2089
if ((old_pte & (PG_TYPE|
PG_FRAME
)) == (new_pte & (PG_TYPE|
PG_FRAME
))) {
2265
if ((old_pte & (PG_TYPE|
PG_FRAME
)) == (new_pte & (PG_TYPE|
PG_FRAME
))) {
3710
sh->
pg_frame
=
PG_FRAME
;
/src/sys/arch/sun3/sun3/
pmap.c
2119
if ((old_pte & (PG_TYPE|
PG_FRAME
)) == (new_pte & (PG_TYPE|
PG_FRAME
))) {
2294
if ((old_pte & (PG_TYPE|
PG_FRAME
)) == (new_pte & (PG_TYPE|
PG_FRAME
))) {
3638
sh->
pg_frame
=
PG_FRAME
;
/src/sys/arch/mvme68k/mvme68k/
machdep.c
708
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/hp300/hp300/
machdep.c
664
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/news68k/news68k/
machdep.c
379
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/x68k/x68k/
machdep.c
600
m->
pg_frame
=
PG_FRAME
;
/src/sys/arch/amiga/amiga/
machdep.c
491
m->
pg_frame
=
PG_FRAME
;
amiga_init.c
571
pg_proto = (pg_proto &
PG_FRAME
) | PG_RW | PG_V;
Completed in 112 milliseconds
1
2
Indexes created Mon Oct 20 05:10:11 GMT 2025