Home
last modified time | relevance | path

Searched refs:mem_sections (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dmemory-model.rst77 `mem_section` 对象被安排在一个叫做 `mem_sections` 的二维数组中。这个数组的
80 * 当 `CONFIG_SPARSEMEM_EXTREME` 被禁用时, `mem_sections` 数组是静态的,有
82 * 当 `CONFIG_SPARSEMEM_EXTREME` 被启用时, `mem_sections` 数组被动态分配。
/openbmc/linux/Documentation/mm/
H A Dmemory-model.rst88 called `mem_sections`. The size and placement of this array depend
92 * When `CONFIG_SPARSEMEM_EXTREME` is disabled, the `mem_sections`
95 * When `CONFIG_SPARSEMEM_EXTREME` is enabled, the `mem_sections`
/openbmc/qemu/hw/virtio/
H A Dvhost.c290 MemoryRegionSection *section = &dev->mem_sections[i]; in vhost_log_sync_range()
640 old_sections = dev->mem_sections; in vhost_commit()
642 dev->mem_sections = dev->tmp_sections; in vhost_commit()
651 &dev->mem_sections[i])) { in vhost_commit()
678 struct MemoryRegionSection *mrs = dev->mem_sections + i; in vhost_commit()
1613 hdev->mem_sections = NULL; in vhost_dev_init()
1676 g_free(hdev->mem_sections); in vhost_dev_cleanup()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h84 MemoryRegionSection *mem_sections; member