Searched refs:pmap_mapdev_uncacheable (Results 1 – 6 of 6) sorted by relevance
375 void *pmap_mapdev_uncacheable(vm_paddr_t, vm_size_t);
278 pcie_base = (vm_offset_t)pmap_mapdev_uncacheable(base, in pcie_cfgregopen()
258 sc->sc_mch = pmap_mapdev_uncacheable(map_addr, MCH_CORE_SIZE); in coremctl_attach()
607 return pmap_mapdev_uncacheable(pa, PAGE_SIZE); in ioapic_map()
1084 lapic_mem = pmap_mapdev_uncacheable(lapic_addr, sizeof(struct LAPIC)); in lapic_map()
6046 pmap_mapdev_uncacheable(vm_paddr_t pa, vm_size_t size) in pmap_mapdev_uncacheable() function