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

/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c93 vm_offset_t vaddr_nocache; /* kva of bounce buffer uncached */ member in struct:bounce_page
1182 (void *)(bpage->vaddr_nocache != 0 ?
1183 bpage->vaddr_nocache :
1188 (void *)(bpage->vaddr_nocache != 0 ?
1189 bpage->vaddr_nocache :
1192 if (bpage->vaddr_nocache == 0) {
1199 if (bpage->vaddr_nocache == 0) {
1204 bcopy((void *)(bpage->vaddr_nocache != 0 ?
1205 bpage->vaddr_nocache : bpage->vaddr),
1208 physcopyin((void *)(bpage->vaddr_nocache !
[all...]

Completed in 214 milliseconds