HomeSort by: relevance | last modified time | path
    Searched defs:vmapbuf (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/usermode/usermode/
vm_machdep.c 47 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
55 panic("vmapbuf");
69 panic("vmapbuf: null page frame");
  /src/sys/arch/ia64/ia64/
vm_machdep.c 230 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
  /src/sys/arch/m68k/m68k/
vm_machdep.c 149 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
158 panic("vmapbuf");
170 panic("vmapbuf: null page frame");
  /src/sys/arch/hppa/hppa/
vm_machdep.c 206 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
216 panic("vmapbuf");
229 panic("vmapbuf: null page frame");
  /src/sys/arch/sparc/sparc/
vm_machdep.c 81 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
90 panic("vmapbuf");
115 panic("vmapbuf: null page frame");
  /src/sys/arch/alpha/alpha/
vm_machdep.c 200 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
207 panic("vmapbuf");
219 panic("vmapbuf: null page frame");
  /src/sys/arch/powerpc/powerpc/
vm_machdep.c 250 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
259 panic("vmapbuf");
  /src/sys/arch/aarch64/aarch64/
vm_machdep.c 211 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
218 panic("vmapbuf");
  /src/sys/arch/riscv/riscv/
vm_machdep.c 213 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
218 panic("vmapbuf");
233 panic("vmapbuf: null page frame");
  /src/sys/arch/vax/vax/
vm_machdep.c 236 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
249 panic("vmapbuf");
261 panic("vmapbuf: null page frame");
  /src/sys/arch/x86/x86/
vm_machdep.c 293 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
  /src/sys/arch/sparc64/sparc64/
vm_machdep.c 80 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
89 panic("vmapbuf");
101 panic("vmapbuf: null page frame");
  /src/sys/arch/mips/mips/
vm_machdep.c 292 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
297 panic("vmapbuf");
312 panic("vmapbuf: null page frame");
  /src/sys/arch/sh3/sh3/
vm_machdep.c 319 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
326 panic("vmapbuf");
  /src/sys/arch/arm/arm32/
vm_machdep.c 204 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
213 printf("vmapbuf: bp=%08x buf=%08x len=%08x\n", (u_int)bp,
218 panic("vmapbuf");
  /src/sys/rump/librump/rumpkern/
vm.c 967 vmapbuf(struct buf *bp, vsize_t len) function in typeref:typename:int
975 bp->b_data = rump_hypermalloc(len, 0, true, "vmapbuf");

Completed in 18 milliseconds