Home
last modified time | relevance | path

Searched refs:B_PHYS (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/sys/arch/usermode/usermode/
H A Dvm_machdep.c54 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
88 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/m68k/m68k/
H A Dvm_machdep.c157 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
195 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/kern/
H A Dkern_physio.c122 KASSERT((bp->b_flags & B_PHYS) != 0); in physio_done()
300 bp->b_flags = flags | B_PHYS | B_RAW; in physio()
433 obp->b_flags &= ~(B_PHYS | B_RAW); in physio()
/netbsd-src/sys/arch/riscv/riscv/
H A Dvm_machdep.c217 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
253 KASSERT(bp->b_flags & B_PHYS); in vunmapbuf()
/netbsd-src/sys/arch/vax/vax/
H A Dvm_machdep.c246 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
285 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
H A Ddisksubr.c271 if ((bp->b_flags & B_PHYS) == 0) { in disk_reallymapin()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dvm_machdep.c217 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
255 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/alpha/alpha/
H A Dvm_machdep.c206 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
238 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c88 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
123 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/sparc/sparc/
H A Dvm_machdep.c89 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
137 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/sh3/sh3/
H A Dvm_machdep.c325 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
370 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/hppa/hppa/
H A Dvm_machdep.c215 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
251 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/atari/dev/
H A Dmd_root.c219 bp->b_flags = B_PHYS | B_READ; in ramd_norm_read()
294 bp->b_flags = B_PHYS | B_READ; in md_compressed()
/netbsd-src/sys/arch/x86/x86/
H A Dvm_machdep.c298 KASSERT((bp->b_flags & B_PHYS) != 0); in vmapbuf()
339 KASSERT((bp->b_flags & B_PHYS) != 0); in vunmapbuf()
/netbsd-src/sys/arch/arm/arm32/
H A Dvm_machdep.c217 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
258 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dvm_machdep.c258 if (!(bp->b_flags & B_PHYS)) in vmapbuf()
296 if (!(bp->b_flags & B_PHYS)) in vunmapbuf()
/netbsd-src/sys/dev/bi/
H A Dkdb.c235 bp->b_bcount, (bp->b_flags & B_PHYS ? bp->b_proc : 0), in kdbgo()
246 if ((bp->b_flags & B_PHYS) == 0) { in kdbgo()
/netbsd-src/sys/dev/qbus/
H A Duda.c278 (bp->b_flags & B_PHYS ? bp->b_proc : 0), BUS_DMA_NOWAIT); in udago()
309 bp->b_bcount, (bp->b_flags & B_PHYS ? bp->b_proc : 0), in udaready()
H A Drl.c644 (blks*DEV_BSIZE), (bp->b_flags & B_PHYS ? bp->b_proc : 0), in rlcstart()
/netbsd-src/sys/arch/mips/mips/
H A Dvm_machdep.c296 if ((bp->b_flags & B_PHYS) == 0) in vmapbuf()
332 if ((bp->b_flags & B_PHYS) == 0) in vunmapbuf()
/netbsd-src/sys/sys/
H A Dbuf.h197 #define B_PHYS 0x00040000 /* I/O to user memory. */ macro
/netbsd-src/sys/arch/sun3/dev/
H A Dsi.c324 * Some machines might not need to remap B_PHYS buffers. in si_dma_alloc()
325 * The sun3 does not map B_PHYS buffers into DVMA space, in si_dma_alloc()
330 if (xs->bp && (xs->bp->b_flags & B_PHYS)) in si_dma_alloc()
H A Dfd.c1838 bp->b_flags = B_PHYS | B_FORMAT; in fdformat()
2000 bp->b_flags = B_PHYS | B_RAW | B_READ; in fd_read_md_image()
/netbsd-src/sys/arch/sparc/dev/
H A Dfd.c2192 bp->b_flags = B_PHYS | B_FORMAT; in fdformat()
2371 bp->b_flags = B_PHYS | B_RAW | B_READ; in fd_read_md_image()
/netbsd-src/sys/arch/sparc64/dev/
H A Dfdc.c2375 bp->b_flags = B_PHYS | B_FORMAT;
2559 bp->b_flags = B_PHYS | B_RAW | B_READ;

12