Searched refs:pmap_mapdev (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/sys/x86/x86/
H A Dbus_machdep.c39 * wrapper around pmap_mapdev() for memory mapped I/O space. It's
48 ? (uintptr_t)pmap_mapdev(addr, size)
/freebsd-11-stable/sys/arm/include/
H A Dpmap.h54 void *pmap_mapdev(vm_paddr_t, vm_size_t);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdMemory.c94 LogicalAddress = pmap_mapdev(Address, Width / 8);
123 LogicalAddress = pmap_mapdev(Address, Width / 8);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_memory.c81 return pmap_mapdev(map->offset, map->size);
/freebsd-11-stable/sys/arm/arm/
H A Dbus_space_generic.c77 if ((va = pmap_mapdev(bpa, size)) == NULL)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_memory.c108 map->handle = pmap_mapdev(map->offset, map->size);
/freebsd-11-stable/sys/arm/freescale/
H A Dfsl_ocotp.c82 if ((ocotp_regs = pmap_mapdev((vm_offset_t)base, ocotp_size)) == NULL)
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h143 void *pmap_mapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c102 info->fb_vbase = (intptr_t)pmap_mapdev(info->fb_pbase, info->fb_size);
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h152 void *pmap_mapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dgrackle.c135 sc->sc_addr = (vm_offset_t)pmap_mapdev(GRACKLE_ADDR, PAGE_SIZE);
136 sc->sc_data = (vm_offset_t)pmap_mapdev(GRACKLE_DATA, PAGE_SIZE);
H A Duninorthpci.c162 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE);
163 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE);
H A Duninorth.c386 sc->sc_addr = (vm_offset_t)pmap_mapdev(sc->sc_physaddr, PAGE_SIZE);
597 p = pmap_mapdev(start, (vm_size_t) rman_get_size(res));
H A Dplatform_powermac.c367 rstvec_virtbase = pmap_mapdev(0x80000000, PAGE_SIZE);
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c112 dst = pmap_mapdev(0xffff0000, PAGE_SIZE);
/freebsd-11-stable/sys/arm64/arm64/
H A Dbus_machdep.c90 va = pmap_mapdev(bpa, size);
/freebsd-11-stable/sys/riscv/riscv/
H A Dbus_machdep.c98 va = pmap_mapdev(bpa, size);
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h171 void *pmap_mapdev(vm_paddr_t, vm_size_t);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmem.c147 p = pmap_mapdev(v, PAGE_SIZE);
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h237 void *pmap_mapdev(vm_paddr_t, vm_size_t);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c209 p = pmap_mapdev(start, (vm_size_t) rman_get_size(r));
/freebsd-11-stable/sys/kern/
H A Dsubr_devmap.c260 pmap_mapdev(vm_offset_t pa, vm_size_t size) function
283 panic("pmap_mapdev: Couldn't alloc kernel virtual memory");
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c115 sc->info.fb_vbase = (intptr_t)pmap_mapdev(fb.base, fb.size);
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h402 void *pmap_mapdev(vm_paddr_t, vm_size_t);
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_smi.c284 rman_set_bushandle(r, (bus_space_handle_t)pmap_mapdev(rman_get_start(r),

Completed in 189 milliseconds

123