| /src/sys/sys/ |
| vmem.h | 76 int vmem_add(vmem_t *, vmem_addr_t, vmem_size_t, vm_flag_t);
|
| /src/sys/arch/evbarm/tsarm/isa/ |
| isa_io.c | 257 error = vmem_add(isaio_arena, 0x0, 0x10000, VM_NOSLEEP); 274 error = vmem_add(isamem_arena, 0x0, 0x100000, VM_NOSLEEP);
|
| /src/sys/arch/arc/arc/ |
| wired_map_machdep.c | 76 error = vmem_add(arc_wired_map_arena, VM_MIN_WIRED_MAP_ADDRESS,
|
| bus_space.c | 359 error = vmem_add(bst->bs_arena, bst->bs_start, bst->bs_size,
|
| /src/sys/kern/ |
| subr_vmem.c | 1040 if (vmem_add(vm, base, size, flags) != 0) { 1512 * vmem_add: 1519 vmem_add(vmem_t *vm, vmem_addr_t addr, vmem_size_t size, vm_flag_t flags) function 1826 rc = vmem_add(vm, 0, 50, VM_SLEEP); 1828 rc = vmem_add(vm, 100, 200, VM_SLEEP); 1830 rc = vmem_add(vm, 2000, 1, VM_SLEEP); 1832 rc = vmem_add(vm, 40000, 65536, VM_SLEEP); 1834 rc = vmem_add(vm, 10000, 10000, VM_SLEEP); 1836 rc = vmem_add(vm, 500, 1000, VM_SLEEP); 1838 rc = vmem_add(vm, 0xffffff00, 0x100, VM_SLEEP) [all...] |
| /src/sys/arch/alpha/pci/ |
| pci_swiz_bus_mem_chipdep.c | 389 error = vmem_add(dvm, CHIP_D_MEM_W1_BUS_START(v), 421 error = vmem_add(svm, CHIP_S_MEM_W1_BUS_START(v), 432 error = vmem_add(svm, CHIP_S_MEM_W2_BUS_START(v), 450 error = vmem_add(svm, CHIP_S_MEM_W3_BUS_START(v),
|
| pci_swiz_bus_io_chipdep.c | 352 error = vmem_add(vm, CHIP_IO_W1_BUS_START(v), 362 error = vmem_add(vm, CHIP_IO_W2_BUS_START(v),
|
| pci_bwx_bus_io_chipdep.c | 326 error = vmem_add(vm, 0, 0x100000000UL, VM_NOSLEEP);
|
| pci_bwx_bus_mem_chipdep.c | 326 error = vmem_add(vm, 0, 0x100000000UL, VM_NOSLEEP);
|
| /src/sys/arch/emips/emips/ |
| machdep.c | 349 int error = vmem_add(iomap_arena, iospace, iospace_size,
|
| /src/sys/arch/atari/atari/ |
| bus.c | 114 vmem_add(bootm_arena, va, size, VM_NOSLEEP); 199 vmem_add(iomem_arena, startpa, size, VM_NOSLEEP);
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_drm.c | 371 error = vmem_add(sc->sc_ddev->cma_pool, sfb_addr,
|
| /src/sys/arch/hp300/hp300/ |
| autoconf.c | 1042 error = vmem_add(extio_arena, (vmem_addr_t)extiobase,
|
| /src/sys/arch/vax/vax/ |
| machdep.c | 327 int error = vmem_add(iomap_arena, iospace, IOSPSZ * VAX_NBPG,
|
| /src/sys/dev/pci/ |
| pci_resource.c | 218 error = vmem_add(arena->vmem, start, end - start + 1, VM_SLEEP);
|
| pciconf.c | 1451 error = vmem_add(r->arena, start, size, VM_SLEEP);
|