Searched refs:pmap_physseg (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/
H A Dvmparam.h82 * pmap_physseg since IBM4XX uses one. This will waste a tiny of space
87 struct pmap_physseg { struct
92 __CTASSERT(sizeof(struct pmap_physseg) == sizeof(uintptr_t) * 2);
/netbsd-current/sys/arch/amiga/include/
H A Dvmparam.h127 struct pmap_physseg { struct
/netbsd-current/sys/arch/mac68k/include/
H A Dvmparam.h166 struct pmap_physseg { struct
/netbsd-current/sys/arch/x68k/include/
H A Dvmparam.h119 struct pmap_physseg { struct
/netbsd-current/sys/arch/atari/include/
H A Dvmparam.h118 struct pmap_physseg { struct
/netbsd-current/sys/arch/next68k/include/
H A Dvmparam.h122 struct pmap_physseg { struct
/netbsd-current/sys/arch/luna68k/include/
H A Dvmparam.h113 struct pmap_physseg { struct
/netbsd-current/sys/arch/powerpc/include/ibm4xx/
H A Dvmparam.h97 struct pmap_physseg { struct
/netbsd-current/sys/arch/mvme68k/include/
H A Dvmparam.h127 struct pmap_physseg { struct
/netbsd-current/sys/arch/news68k/include/
H A Dvmparam.h125 struct pmap_physseg { struct
/netbsd-current/sys/arch/hp300/include/
H A Dvmparam.h135 struct pmap_physseg { struct
/netbsd-current/sys/arch/cesfic/include/
H A Dvmparam.h138 struct pmap_physseg { struct
/netbsd-current/sys/arch/virt68k/include/
H A Dvmparam.h136 struct pmap_physseg { struct
/netbsd-current/sys/uvm/
H A Duvm_physseg.h105 struct pmap_physseg * uvm_physseg_get_pmseg(uvm_physseg_t);
H A Duvm_physseg.c105 struct pmap_physseg pmseg; /* pmap specific (MD) data */
1096 struct pmap_physseg *
/netbsd-current/tests/sys/uvm/
H A Dt_uvm_physseg.c52 struct pmap_physseg { struct
1743 atf_tc_set_md_var(tc, "descr", "Tests if the returned pmap_physseg \
1752 struct pmap_physseg pmseg = { true };
1754 struct pmap_physseg *extracted_pmseg = NULL;
H A Dt_uvm_physseg_load.c52 struct pmap_physseg { struct

Completed in 243 milliseconds