Home
last modified time | relevance | path

Searched refs:vas (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c770 if (info->vas[count] != NULL) { in hsfs_ra_task()
771 ppmapout(info->vas[count]); in hsfs_ra_task()
774 kmem_free(info->vas, info->bufcnt * sizeof (caddr_t)); in hsfs_ra_task()
810 caddr_t *vas; in hsfs_getpage_ra() local
909 vas = kmem_alloc(bufcnt * sizeof (caddr_t), KM_SLEEP); in hsfs_getpage_ra()
965 va = vas[count] = ppmapin(searchp, PROT_WRITE, in hsfs_getpage_ra()
969 vas[count] = NULL; in hsfs_getpage_ra()
1047 info->vas = vas; in hsfs_getpage_ra()
1101 caddr_t *vas; in hsfs_getapage() local
1273 vas = kmem_alloc(bufcnt * sizeof (caddr_t), KM_SLEEP); in hsfs_getapage()
[all …]
/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h203 caddr_t *vas; /* The kmem_alloced chunk for the bufs */ member
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2566 struct as *vas; in immu_map_dvmaseg() local
2597 vas = dmar_object->dmao_obj.virt_obj.v_as; in immu_map_dvmaseg()
2599 if (vas == NULL) { in immu_map_dvmaseg()
2600 vas = &kas; in immu_map_dvmaseg()
2608 paddr = pfn_to_pa(hat_getpfnum(vas->a_hat, in immu_map_dvmaseg()
2665 paddr = pfn_to_pa(hat_getpfnum(vas->a_hat, vaddr)); in immu_map_dvmaseg()