Home
last modified time | relevance | path

Searched refs:ZONE_NORMAL (Results 1 – 25 of 43) sorted by relevance

12

/linux/Documentation/translations/zh_CN/mm/
H A Dphysical_memory.rst50 * ``ZONE_NORMAL`` 是普通内存的区域,这种内存可以被内核随时访问。如果DMA
52 操作。``ZONE_NORMAL`` 总是开启的。
58 * ``ZONE_MOVABLE`` 是指可访问的普通内存区域,就像 ``ZONE_NORMAL``
73 需要注意的是,许多内核操作只能使用 ``ZONE_NORMAL`` 来执行,因此它是
80 个内存将位于节点0,并且将有三个区域: ``ZONE_DMA``、 ``ZONE_NORMAL``
90 | ZONE_DMA | ZONE_NORMAL | ZONE_HIGHMEM |
96 启动时,``ZONE_DMA32``、``ZONE_NORMAL`` 和 ``ZONE_MOVABLE``
97 位于节点0,而 ``ZONE_NORMAL`` 和 ``ZONE_MOVABLE`` 位于节点1::
/linux/Documentation/driver-api/cxl/allocation/
H A Dpage-allocator.rst29 CXL capacity may be onlined in :code:`ZONE_NORMAL` or :code:`ZONE_MOVABLE`.
37 :code:`ZONE_NORMAL` or lower.
40 :code:`ZONE_NORMAL` by default, but if :code:`ZONE_MOVABLE` is depleted, it
41 will fallback to allocate from :code:`ZONE_NORMAL`.
47 into :code:`ZONE_NORMAL`, with no :code:`ZONE_MOVABLE` capacity present. The
67 prefer CXL :code:`ZONE_MOVABLE` pages over DRAM :code:`ZONE_NORMAL` pages.
78 in :code:`ZONE_NORMAL`), the :code:`cpusets.mems_allowed` may be used by
H A Dhugepages.rst28 CXL capacity onlined in :code:`ZONE_NORMAL` is eligible for 1GB Gigantic Page
/linux/Documentation/driver-api/cxl/linux/
H A Dmemory-hotplug.rst29 2) Online in :code:`ZONE_NORMAL`
32 :code:`ZONE_NORMAL` implies this capacity may be used for almost any allocation,
38 onlined into :code:`ZONE_NORMAL` should be considered permanently attached to
64 procedure. This capacity will be allocated from :code:`ZONE_NORMAL` on
69 :code:`ZONE_NORMAL` capacity to host the memory map for the hotplugged capacity.
H A Dearly-boot.rst41 SystemRAM in ZONE_NORMAL or ZONE_MOVABLE).
58 :code:`ZONE_NORMAL`, making it available for use for most allocations (including
135 SystemRAM in `ZONE_NORMAL` during early boot, CMA reservations per-node can be
/linux/include/linux/
H A Dgfp.h65 #define OPT_ZONE_HIGHMEM ZONE_NORMAL
71 #define OPT_ZONE_DMA ZONE_NORMAL
77 #define OPT_ZONE_DMA32 ZONE_NORMAL
125 (ZONE_NORMAL << 0 * GFP_ZONES_SHIFT) \
129 | (ZONE_NORMAL << ___GFP_MOVABLE * GFP_ZONES_SHIFT) \
/linux/Documentation/mm/
H A Dphysical_memory.rst51 * ``ZONE_NORMAL`` is for normal memory that can be accessed by the kernel all
53 devices support transfers to all addressable memory. ``ZONE_NORMAL`` is
61 * ``ZONE_MOVABLE`` is for normal accessible memory, just like ``ZONE_NORMAL``.
78 ``ZONE_NORMAL`` so it is the most performance critical zone. Zones are
87 ``ZONE_NORMAL`` and ``ZONE_HIGHMEM``::
96 | ZONE_DMA | ZONE_NORMAL | ZONE_HIGHMEM |
103 ``ZONE_NORMAL`` and ``ZONE_MOVABLE`` on node 0, and ``ZONE_NORMAL`` and
354 a node contains ``ZONE_DMA32``, ``ZONE_NORMAL`` and ``ZONE_MOVABLE`` and the
357 ``ZONE_NORMAL`` > ``ZONE_DMA32``.
/linux/arch/csky/kernel/
H A Dsetup.c86 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in csky_memblock_init()
/linux/arch/nios2/mm/
H A Dinit.c54 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/arc/mm/
H A Dinit.c126 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in setup_arch_memory()
/linux/arch/mips/loongson64/
H A Dnuma.c163 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/xtensa/mm/
H A Dinit.c123 [ZONE_NORMAL] = max_low_pfn, in zones_init()
/linux/arch/openrisc/mm/
H A Dinit.c49 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in zone_sizes_init()
/linux/arch/hexagon/mm/
H A Dinit.c76 max_zone_pfn[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/s390/mm/
H A Dinit.c101 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/loongarch/mm/
H A Dinit.c70 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/um/kernel/
H A Dmem.c200 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT; in paging_init()
/linux/arch/alpha/mm/
H A Dinit.c223 max_zone_pfn[ZONE_NORMAL] = max_pfn; in paging_init()
/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst174 Or one can explicitly request a kernel zone (usually ZONE_NORMAL) by::
357 zone for the memory block, such as ZONE_NORMAL.
472 (usually ZONE_NORMAL) if not set.
495 ZONE_NORMAL, not a mixture.
526 Note that ZONE_NORMAL memory provided by one
530 hotplugged DIMM to ZONE_NORMAL will not allow
534 onlined to ZONE_NORMAL will allow for more
/linux/arch/sh/mm/
H A Dinit.c325 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/include/trace/events/
H A Dmmflags.h303 EM (ZONE_NORMAL, "Normal") \
/linux/arch/powerpc/mm/
H A Dmem.c266 max_zone_pfns[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/arm64/mm/
H A Dinit.c151 max_zone_pfns[ZONE_NORMAL] = max_pfn; in zone_sizes_init()
/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c414 zones_size[ZONE_NORMAL] = max_low_pfn; in paging_init()
/linux/arch/arm/mm/
H A Dinit.c118 max_zone_pfn[ZONE_NORMAL] = max_low; in zone_sizes_init()

12