Searched refs:zone (Results 1 – 25 of 30) sorted by relevance
12
/arch/x86/mm/ |
D | highmem_32.c | 9 struct zone *zone; in set_highmem_pages_init() local 17 for_each_zone(zone) { in set_highmem_pages_init() 20 if (!is_highmem(zone)) in set_highmem_pages_init() 23 zone_start_pfn = zone->zone_start_pfn; in set_highmem_pages_init() 24 zone_end_pfn = zone_start_pfn + zone->spanned_pages; in set_highmem_pages_init() 26 nid = zone_to_nid(zone); in set_highmem_pages_init() 28 zone->name, nid, zone_start_pfn, zone_end_pfn); in set_highmem_pages_init()
|
/arch/arm64/kernel/ |
D | hibernate.c | 284 struct zone *zone; in swsusp_mte_save_tags() local 292 for_each_populated_zone(zone) { in swsusp_mte_save_tags() 293 max_zone_pfn = zone_end_pfn(zone); in swsusp_mte_save_tags() 294 for (pfn = zone->zone_start_pfn; pfn < max_zone_pfn; pfn++) { in swsusp_mte_save_tags()
|
/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-coachz-r1.dts | 19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone 29 * skin temperature thermal zone to avoid using bogus temperature values.
|
D | sc7180-trogdor-pompom-r2.dts | 19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
D | sc7180-trogdor-pompom-r1.dts | 22 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
D | sc7180-trogdor-lazor.dtsi | 26 * not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
/arch/arm/boot/dts/ |
D | exynos5420-trip-points.dtsi | 3 * Device tree sources for default Exynos5420 thermal zone definition
|
D | exynos4-cpu-thermal.dtsi | 3 * Device tree sources for Exynos4 thermal zone
|
D | intel-ixp42x-freecom-fsg-3.dts | 72 * the sensor and temperature zone and create a 73 * zone with fan control.
|
D | ste-dbx5x0.dtsi | 69 * Thermal zone for the SoC, using the thermal sensor in the 77 * zone, so no polling is needed.
|
D | gemini-dlink-dir-685.dts | 483 * thermal zone we can use for thermal control of the
|
D | tegra30-asus-nexus7-grouper-common.dtsi | 1266 * zone is a simpler solution which prevents Nexus 7 1268 * The CPU zone is intended to protect silicon from damage.
|
D | tegra20-acer-a500-picasso.dts | 1040 * zone is a simpler solution which prevents A500 from 1042 * The CPU zone is intended to protect silicon from damage.
|
/arch/arm64/boot/dts/exynos/ |
D | exynos7-trip-points.dtsi | 3 * Device tree sources for default Exynos7 thermal zone definition
|
D | exynos5433-tmu.dtsi | 3 * Device tree sources for Exynos5433 thermal zone
|
/arch/nios2/ |
D | Kconfig | 49 int "Maximum zone order" 54 blocks into "zones", where each zone is a power of two number of
|
/arch/s390/include/asm/ |
D | ap.h | 211 unsigned int zone : 8; /* zone info */ member
|
/arch/sh/mm/ |
D | Kconfig | 22 int "Maximum zone order" 32 blocks into "zones", where each zone is a power of two number of
|
/arch/x86/boot/compressed/ |
D | Makefile | 40 cflags-$(CONFIG_X86_64) := -mcmodel=small -mno-red-zone
|
/arch/m68k/ |
D | Kconfig.cpu | 410 When this option os set to N, you may want to lower "Maximum zone 415 int "Maximum zone order" if ADVANCED 420 blocks into "zones", where each zone is a power of two number of
|
/arch/x86/ |
D | Makefile | 127 KBUILD_CFLAGS += -mno-red-zone
|
/arch/csky/ |
D | Kconfig | 310 int "Maximum zone order"
|
/arch/sparc/ |
D | Kconfig | 277 int "Maximum zone order" 281 blocks into "zones", where each zone is a power of two number of
|
/arch/arm64/boot/dts/marvell/ |
D | armada-ap80x.dtsi | 311 * Only one thermal zone per AP/CP may trigger interrupts at a time, the
|
/arch/xtensa/ |
D | Kconfig | 712 int "Maximum zone order" 716 blocks into "zones", where each zone is a power of two number of
|
12