Searched refs:pmap_unmapdev (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-11-stable/sys/x86/x86/
H A Dbus_machdep.c58 pmap_unmapdev(bsh, size);
/freebsd-11-stable/sys/arm/include/
H A Dpmap.h55 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdMemory.c113 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
142 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_memory.c86 pmap_unmapdev((vm_offset_t) map->virtual, map->size);
/freebsd-11-stable/sys/arm/arm/
H A Dbus_space_generic.c97 pmap_unmapdev((vm_offset_t)h, size);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_memory.c132 pmap_unmapdev((vm_offset_t)map->handle, map->size);
/freebsd-11-stable/sys/arm/freescale/
H A Dfsl_ocotp.c136 pmap_unmapdev((vm_offset_t)ocotp_regs, ocotp_size);
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h145 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h154 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c145 pmap_unmapdev(sc->info.fb_vbase, sc->info.fb_size);
150 pmap_unmapdev(sc->info.fb_vbase, sc->info.fb_size);
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h386 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz))
406 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c375 pmap_unmapdev(sc->info.fb_vbase, sc->info.fb_size);
420 pmap_unmapdev(sc->info.fb_vbase, sc->info.fb_size);
438 pmap_unmapdev(sc->info.fb_vbase, sc->info.fb_size);
/freebsd-11-stable/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.c117 pmap_unmapdev((vm_offset_t)dst, PAGE_SIZE);
/freebsd-11-stable/sys/arm64/arm64/
H A Dbus_machdep.c101 pmap_unmapdev(bsh, size);
/freebsd-11-stable/sys/riscv/riscv/
H A Dbus_machdep.c109 pmap_unmapdev(bsh, size);
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h172 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmem.c149 pmap_unmapdev((vm_offset_t)p, PAGE_SIZE);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c227 pmap_unmapdev((vm_offset_t)virtual, mem->bus.size);
266 pmap_unmapdev((vm_offset_t)dst, PAGE_SIZE);
288 pmap_unmapdev((vm_offset_t)src, PAGE_SIZE);
573 pmap_unmapdev((vm_offset_t)map->virtual, map->size);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c515 pmap_unmapdev((vm_offset_t)opregion->header, OPREGION_SIZE);
577 pmap_unmapdev((vm_offset_t)base, OPREGION_SIZE);
/freebsd-11-stable/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c167 pmap_unmapdev(sc->sc_bank0, NVRAM_SIZE * 2);
192 pmap_unmapdev(sc->sc_bank0, NVRAM_SIZE * 2);
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h404 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz))
428 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h239 void pmap_unmapdev(vm_offset_t, vm_size_t);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c231 pmap_unmapdev((vm_offset_t)rman_get_virtual(r), psize);
/freebsd-11-stable/sys/kern/
H A Dsubr_devmap.c294 pmap_unmapdev(vm_offset_t va, vm_size_t size) function
/freebsd-11-stable/sys/powerpc/psim/
H A Diobus.c409 pmap_unmapdev((vm_offset_t)rman_get_virtual(res), psize);

Completed in 165 milliseconds

123