Searched refs:pg_frame (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dkcore.h43 uint32_t pg_frame; /* PTE page frame num mask */ member in struct:cpu_kcore_hdr
/netbsd-current/sys/arch/m68k/include/
H A Dkcore.h72 uint32_t pg_frame; member in struct:m68k_kcore_hdr
88 uint32_t pg_frame; /* PTE bits */ member in struct:sun2_kcore_hdr
98 uint32_t pg_frame; /* PTE bits */ member in struct:sun3_kcore_hdr
109 uint32_t pg_frame; /* PTE bits */ member in struct:sun3x_kcore_hdr
/netbsd-current/lib/libkvm/
H A Dkvm_sun2.c78 (((pte) & (s)->pg_frame) << (v)->pgshift)
H A Dkvm_sun3.c78 (((pte) & (s)->pg_frame) << (v)->pgshift)
H A Dkvm_sun3x.c78 ((pte) & (h)->pg_frame)
H A Dkvm_m68k_cmn.c235 addr = pte & m->pg_frame;
315 addr = pte & m->pg_frame;
H A Dkvm_mips.c194 *pa = (((pte & cpu_kh->pg_frame) >> cpu_kh->pg_shift) << PGSHIFT) +
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dmachdep.c551 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dmachdep.c516 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/next68k/next68k/
H A Dmachdep.c517 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/hp300/hp300/
H A Dmachdep.c666 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dmachdep.c708 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/news68k/news68k/
H A Dmachdep.c379 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/mips/mips/
H A Dmips_machdep.c1902 cpuhdrp->pg_frame = MIPS3_PG_FRAME;
1907 cpuhdrp->pg_frame = MIPS1_PG_FRAME;
/netbsd-current/sys/arch/x68k/x68k/
H A Dmachdep.c600 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c1113 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/amiga/amiga/
H A Dmachdep.c491 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dpmap.c3576 sh->pg_frame = MMU_SHORT_PTE_BASEADDR;
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmachdep.c556 m->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/sun2/sun2/
H A Dpmap.c3710 sh->pg_frame = PG_FRAME;
/netbsd-current/sys/arch/sun3/sun3/
H A Dpmap.c3638 sh->pg_frame = PG_FRAME;

Completed in 177 milliseconds