Searched refs:memmap (Results 1 – 14 of 14) sorted by relevance
/drivers/firmware/efi/ |
D | fake_mem.c | 60 int new_nr_map = memmap.nr_map; in efi_fake_memmap() 71 for (old = memmap.map; old < memmap.map_end; old += memmap.desc_size) { in efi_fake_memmap() 98 new_memmap_phy = memblock_alloc(memmap.desc_size * new_nr_map, in efi_fake_memmap() 105 memmap.desc_size * new_nr_map); in efi_fake_memmap() 107 memblock_free(new_memmap_phy, memmap.desc_size * new_nr_map); in efi_fake_memmap() 111 for (old = memmap.map, new = new_memmap; in efi_fake_memmap() 112 old < memmap.map_end; in efi_fake_memmap() 113 old += memmap.desc_size, new += memmap.desc_size) { in efi_fake_memmap() 116 memcpy(new, old, memmap.desc_size); in efi_fake_memmap() 137 new += memmap.desc_size; in efi_fake_memmap() [all …]
|
D | arm-runtime.c | 49 for_each_efi_memory_desc(&memmap, md) { in efi_virtmap_init() 92 mapsize = memmap.map_end - memmap.map; in arm_enable_runtime_services() 93 memmap.map = (__force void *)ioremap_cache(memmap.phys_map, in arm_enable_runtime_services() 95 if (!memmap.map) { in arm_enable_runtime_services() 99 memmap.map_end = memmap.map + mapsize; in arm_enable_runtime_services() 100 efi.memmap = &memmap; in arm_enable_runtime_services()
|
D | arm-init.c | 23 struct efi_memory_map memmap; variable 43 for_each_efi_memory_desc(&memmap, md) { in efi_to_phys() 146 for_each_efi_memory_desc(&memmap, md) { in reserve_regions() 187 memmap.phys_map = params.mmap; in efi_init() 188 memmap.map = early_memremap(params.mmap, params.mmap_size); in efi_init() 189 if (memmap.map == NULL) { in efi_init() 197 memmap.map_end = memmap.map + params.mmap_size; in efi_init() 198 memmap.desc_size = params.desc_size; in efi_init() 199 memmap.desc_version = params.desc_ver; in efi_init() 205 early_memunmap(memmap.map, params.mmap_size); in efi_init()
|
D | Kconfig | 63 EFI memmap. 64 This is useful for debugging of EFI memmap related feature.
|
D | efi.c | 258 struct efi_memory_map *map = efi.memmap; in efi_mem_desc_lookup() 624 map = efi.memmap; in efi_mem_attributes()
|
/drivers/atm/ |
D | horizon.c | 727 rx_ch_desc * rx_desc = &memmap->rx_descs[channel]; in hrz_open_rx() 801 rx_ch_desc * rx_desc = &memmap->rx_descs[vc]; in hrz_close_rx() 896 rx_q_entry * wr_ptr = &memmap->rx_q_entries[rd_regw (dev, RX_QUEUE_WR_PTR_OFF)]; in hrz_close_rx() 1480 tx_ch_desc * tx_desc = &memmap->tx_descs[tx_channel]; in setup_idle_tx_channel() 1858 for (mem = (HDW *) memmap; mem < (HDW *) (memmap + 1); ++mem) in hrz_init() 1870 tx_ch_desc * tx_desc = &memmap->tx_descs[chan]; in hrz_init() 1871 cell_buf * buf = &memmap->inittxbufs[chan]; in hrz_init() 1885 tx_desc = memmap->bufn3; in hrz_init() 1887 wr_mem (dev, &memmap->txfreebufstart.next, BUF_PTR(tx_desc) | BUFF_STATUS_EMPTY); in hrz_init() 1894 wr_mem (dev, &tx_desc->next, BUF_PTR(&memmap->txfreebufend) | BUFF_STATUS_EMPTY); in hrz_init() [all …]
|
D | horizon.h | 375 #define memmap ((MEMMAP *)0) macro
|
/drivers/firmware/ |
D | Makefile | 15 obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
|
D | Kconfig | 55 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap. 59 See also Documentation/ABI/testing/sysfs-firmware-memmap.
|
/drivers/nvdimm/ |
D | Kconfig | 30 'memmap=nn[KMG]!ss[KMG]' kernel command line (see
|
/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 987 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete() local 993 ret = wlcore_read(wl, le32_to_cpu(memmap->tx_result), in wlcore_tx_complete() 1001 ret = wlcore_write32(wl, le32_to_cpu(memmap->tx_result) + in wlcore_tx_complete()
|
/drivers/xen/ |
D | efi.c | 319 .memmap = NULL, /* Not used under Xen. */
|
/drivers/message/fusion/ |
D | mptbase.h | 677 u8 __iomem *memmap; /* mmap address */ member
|
D | mptbase.c | 1731 ioc->memmap = mem; in mpt_mapresources() 2007 iounmap(ioc->memmap); in mpt_attach() 2811 if (ioc->memmap != NULL) { in mpt_adapter_dispose() 2812 iounmap(ioc->memmap); in mpt_adapter_dispose() 2813 ioc->memmap = NULL; in mpt_adapter_dispose()
|