map_mem
sc->regArea = map_mem(&sc->regAddr, (void *)info->u.h0.base_registers[0], 0x800,
area_id map_mem(void **virt, void *phy, size_t size, uint32 protection, const char *name);
fRegsArea = map_mem((void **)&fRegs, addr, size, B_KERNEL_READ_AREA | B_KERNEL_WRITE_AREA,
area_id map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection,
config->area_mmbar = map_mem(&config->log_mmbar, config->mmbar, ICH4_MMBAR_SIZE, "auich mmbar io");
config->area_mbbar = map_mem(&config->log_mbbar, config->mbbar, ICH4_MBBAR_SIZE, "auich mbbar io");
card->area_bmbar = map_mem(&card->log_bmbar, card->bmbar,
area_id map_mem(void **log, phys_addr_t phy, size_t size, const char *name);
device->regs_area = map_mem(&device->regs, (addr_t)val,
area_id map_mem(void **virt, phys_addr_t phy, size_t size, uint32 protection,
res->r_mapped_area = map_mem(&virtualAddr, addr, size,