Home
last modified time | relevance | path

Searched refs:ZONE_HIGHMEM (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dhighmem.rst73 存页面才会被临时映射。因此,用户可以为那些已知不是来自ZONE_HIGHMEM的页面调用普通的
/linux/arch/mips/mm/
H A Dinit.c408 max_zone_pfns[ZONE_HIGHMEM] = highend_pfn; in arch_zone_limits_init()
414 max_zone_pfns[ZONE_HIGHMEM] = max_low_pfn; in arch_zone_limits_init()
/linux/arch/loongarch/mm/
H A Dinit.c53 max_zone_pfns[ZONE_HIGHMEM] = max_pfn; in arch_zone_limits_init()
/linux/arch/powerpc/mm/
H A Dmem.c228 max_zone_pfns[ZONE_HIGHMEM] = max_pfn; in arch_zone_limits_init()
/linux/include/linux/
H A Dmmzone.h916 ZONE_HIGHMEM, enumerator
1738 return (idx == ZONE_HIGHMEM || in is_highmem_idx()
1739 (idx == ZONE_MOVABLE && movable_zone == ZONE_HIGHMEM)); in is_highmem_idx()
/linux/mm/
H A Dmm_init.c1259 unsigned long high_zone_low = arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]; in calc_nr_kernel_pages()
1742 highmem > PFN_PHYS(arch_zone_lowest_possible_pfn[ZONE_HIGHMEM])) in set_high_memory()
1743 highmem = PFN_PHYS(arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]); in set_high_memory()
H A Dpage_alloc.c240 [ZONE_HIGHMEM] = 0,
/linux/arch/x86/mm/
H A Dinit.c1009 max_zone_pfns[ZONE_HIGHMEM] = max_pfn; in arch_zone_limits_init()
/linux/Documentation/mm/
H A Dhighmem.rst84 for pages which are known to not come from ZONE_HIGHMEM. However, it is
/linux/Documentation/admin-guide/mm/
H A Dconcepts.rst107 devices for DMA, ZONE_HIGHMEM will contain memory that is not
/linux/arch/sparc/mm/
H A Dsrmmu.c862 max_zone_pfns[ZONE_HIGHMEM] = highend_pfn; in arch_zone_limits_init()