Searched defs:pmap_devmap (Results 1 – 1 of 1) sorted by relevance
207 struct pmap_devmap { struct208 vaddr_t pd_va; /* virtual address */209 paddr_t pd_pa; /* physical address */210 psize_t pd_size; /* size of region */211 vm_prot_t pd_prot; /* protection code */212 int pd_cache; /* cache attributes */