Searched refs:aps_pt (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/alpha/common/
H A Dsgmapvar.h56 void *aps_pt; /* page table */ member in struct:alpha_sgmap
H A Dsgmap_common.c88 sgmap->aps_pt = ptva;
109 sgmap->aps_pt = (void *)ALPHA_PHYS_TO_K0SEG(sgmap->aps_ptpa);
H A Dsgmap_typedep.c75 SGMAP_PTE_TYPE *pte, *page_table = sgmap->aps_pt;
542 SGMAP_PTE_TYPE *pte, *page_table = sgmap->aps_pt;
/netbsd-current/sys/arch/vax/include/
H A Dsgmap.h51 struct pte *aps_pt; /* page table */ member in struct:vax_sgmap
/netbsd-current/sys/arch/vax/vax/
H A Dsgmap.c68 sgmap->aps_pt = ptva;
87 sgmap->aps_pt = (struct pte *)(seg.ds_addr | KERNBASE);
187 long *pte, *page_table = (long *)sgmap->aps_pt;
290 long *pte, *page_table = (long *)sgmap->aps_pt;
/netbsd-current/sys/arch/alpha/pci/
H A Dcia_dma.c338 for (i = 0, page_table = cia_pyxis_bug_sgmap.aps_pt;

Completed in 101 milliseconds