Home
last modified time | relevance | path

Searched refs:memmap (Results 1 – 16 of 16) sorted by relevance

/drivers/firmware/efi/
Dmemmap.c49 __efi_memmap_free(efi.memmap.phys_map, in efi_memmap_free()
50 efi.memmap.desc_size * efi.memmap.nr_map, in efi_memmap_free()
51 efi.memmap.flags); in efi_memmap_free()
71 data->size = num_entries * efi.memmap.desc_size; in efi_memmap_alloc()
72 data->desc_version = efi.memmap.desc_version; in efi_memmap_alloc()
73 data->desc_size = efi.memmap.desc_size; in efi_memmap_alloc()
75 data->flags |= efi.memmap.flags & EFI_MEMMAP_LATE; in efi_memmap_alloc()
138 efi.memmap = map; in __efi_memmap_init()
153 WARN_ON(efi.memmap.flags & EFI_MEMMAP_LATE); in efi_memmap_init_early()
164 if (!(efi.memmap.flags & EFI_MEMMAP_LATE)) { in efi_memmap_unmap()
[all …]
Druntime-map.c140 return efi.memmap.nr_map * efi.memmap.desc_size; in efi_get_runtime_map_size()
145 return efi.memmap.desc_size; in efi_get_runtime_map_desc_size()
155 memcpy(buf, efi.memmap.map, sz); in efi_runtime_map_copy()
168 map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL); in efi_runtime_map_init()
Driscv-runtime.c77 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in riscv_enable_runtime_services()
79 if (efi_memmap_init_late(efi.memmap.phys_map, mapsize)) { in riscv_enable_runtime_services()
Darm-runtime.c99 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in arm_enable_runtime_services()
101 if (efi_memmap_init_late(efi.memmap.phys_map, mapsize)) { in arm_enable_runtime_services()
Dfake_mem.c40 int new_nr_map = efi.memmap.nr_map; in efi_fake_range()
59 efi_memmap_insert(&efi.memmap, new_memmap, efi_range); in efi_fake_range()
Defi-init.c229 WARN(efi.memmap.desc_version != 1, in efi_init()
231 efi.memmap.desc_version); in efi_init()
DMakefile15 obj-$(CONFIG_EFI) += capsule.o memmap.o
DKconfig59 EFI memmap.
60 This is useful for debugging of EFI memmap related feature.
/drivers/atm/
Dhorizon.c713 rx_ch_desc * rx_desc = &memmap->rx_descs[channel]; in hrz_open_rx()
787 rx_ch_desc * rx_desc = &memmap->rx_descs[vc]; in hrz_close_rx()
882 rx_q_entry * wr_ptr = &memmap->rx_q_entries[rd_regw (dev, RX_QUEUE_WR_PTR_OFF)]; in hrz_close_rx()
1466 tx_ch_desc * tx_desc = &memmap->tx_descs[tx_channel]; in setup_idle_tx_channel()
1844 for (mem = (HDW *) memmap; mem < (HDW *) (memmap + 1); ++mem) in hrz_init()
1856 tx_ch_desc * tx_desc = &memmap->tx_descs[chan]; in hrz_init()
1857 cell_buf * buf = &memmap->inittxbufs[chan]; in hrz_init()
1871 tx_desc = memmap->bufn3; in hrz_init()
1873 wr_mem (dev, &memmap->txfreebufstart.next, BUF_PTR(tx_desc) | BUFF_STATUS_EMPTY); in hrz_init()
1880 wr_mem (dev, &tx_desc->next, BUF_PTR(&memmap->txfreebufend) | BUFF_STATUS_EMPTY); in hrz_init()
[all …]
Dhorizon.h360 #define memmap ((MEMMAP *)0) macro
/drivers/firmware/
DMakefile17 obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
DKconfig106 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
110 See also Documentation/ABI/testing/sysfs-firmware-memmap.
/drivers/net/wireless/ti/wlcore/
Dtx.c975 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete() local
981 ret = wlcore_read(wl, le32_to_cpu(memmap->tx_result), in wlcore_tx_complete()
989 ret = wlcore_write32(wl, le32_to_cpu(memmap->tx_result) + in wlcore_tx_complete()
/drivers/nvdimm/
DKconfig33 'memmap=nn[KMG]!ss[KMG]' kernel command line (see
/drivers/message/fusion/
Dmptbase.h677 u8 __iomem *memmap; /* mmap address */ member
Dmptbase.c1733 ioc->memmap = mem; in mpt_mapresources()
2019 iounmap(ioc->memmap); in mpt_attach()
2068 iounmap(ioc->memmap); in mpt_attach()
2841 if (ioc->memmap != NULL) { in mpt_adapter_dispose()
2842 iounmap(ioc->memmap); in mpt_adapter_dispose()
2843 ioc->memmap = NULL; in mpt_adapter_dispose()