Home
last modified time | relevance | path

Searched defs:pmap_devmap (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/arch/arm/include/arm32/
H A Dpmap.h207 struct pmap_devmap { struct
208 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 */