Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.15/arch/powerpc/mm/
Dhugetlbpage.c300 unsigned long floor, unsigned long ceiling, in range_is_outside_limits() argument
305 if (ceiling) { in range_is_outside_limits()
306 ceiling &= mask; in range_is_outside_limits()
307 if (!ceiling) in range_is_outside_limits()
310 return end - 1 > ceiling - 1; in range_is_outside_limits()
315 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument
328 if (range_is_outside_limits(start, end, floor, ceiling, pdmask)) in free_hugepd_range()
343 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument
347 if (range_is_outside_limits(addr, end, floor, ceiling, PMD_MASK)) in hugetlb_free_pte_range()
357 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument
[all …]
/Linux-v5.15/arch/sparc/mm/
Dhugetlbpage.c427 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument
448 if (ceiling) { in hugetlb_free_pmd_range()
449 ceiling &= PUD_MASK; in hugetlb_free_pmd_range()
450 if (!ceiling) in hugetlb_free_pmd_range()
453 if (end - 1 > ceiling - 1) in hugetlb_free_pmd_range()
464 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument
480 ceiling); in hugetlb_free_pud_range()
486 if (ceiling) { in hugetlb_free_pud_range()
487 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range()
488 if (!ceiling) in hugetlb_free_pud_range()
[all …]
/Linux-v5.15/arch/ia64/mm/
Dhugetlbpage.c121 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
138 if (REGION_NUMBER(ceiling) == RGN_HPAGE) in hugetlb_free_pgd_range()
139 ceiling = htlbpage_to_page(ceiling); in hugetlb_free_pgd_range()
141 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
/Linux-v5.15/drivers/counter/
Dstm32-lptimer-cnt.c26 u32 ceiling; member
62 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state()
266 return snprintf(buf, PAGE_SIZE, "%u\n", priv->ceiling); in stm32_lptim_cnt_ceiling_read()
275 unsigned int ceiling; in stm32_lptim_cnt_ceiling_write() local
281 ret = kstrtouint(buf, 0, &ceiling); in stm32_lptim_cnt_ceiling_write()
285 if (ceiling > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_ceiling_write()
288 priv->ceiling = ceiling; in stm32_lptim_cnt_ceiling_write()
438 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
Dstm32-timer-cnt.c77 u32 ceiling; in stm32_count_write() local
79 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write()
80 if (val > ceiling) in stm32_count_write()
185 unsigned int ceiling; in stm32_count_ceiling_write() local
188 ret = kstrtouint(buf, 0, &ceiling); in stm32_count_ceiling_write()
192 if (ceiling > priv->max_arr) in stm32_count_ceiling_write()
197 regmap_write(priv->regmap, TIM_ARR, ceiling); in stm32_count_ceiling_write()
D104-quad-8.c710 unsigned int ceiling; in quad8_count_ceiling_write() local
713 ret = kstrtouint(buf, 0, &ceiling); in quad8_count_ceiling_write()
718 if (ceiling > 0xFFFFFF) in quad8_count_ceiling_write()
727 quad8_preset_register_set(priv, count->id, ceiling); in quad8_count_ceiling_write()
Dintel-qep.c396 INTEL_QEP_COUNTER_EXT_RW(ceiling),
/Linux-v5.15/arch/arm64/mm/
Dmmu.c812 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument
819 if (ceiling) { in pgtable_range_aligned()
820 ceiling &= mask; in pgtable_range_aligned()
821 if (!ceiling) in pgtable_range_aligned()
825 if (end - 1 > ceiling - 1) in pgtable_range_aligned()
964 unsigned long ceiling) in free_empty_pte_table() argument
980 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table()
1001 unsigned long ceiling) in free_empty_pmd_table() argument
1014 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table()
1020 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table()
[all …]
/Linux-v5.15/include/asm-generic/
Dhugetlb.h46 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
48 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-counter7 What: /sys/bus/counter/devices/counterX/countY/ceiling
11 Count value ceiling for Count Y. This is the upper limit for the
25 Count mode for channel Y. The ceiling and floor values for
35 the Count Y ceiling value, while the lower limit is set
37 count = ceiling when counting up, and at count = floor
50 value and the Count Y ceiling value. The counter is
51 reset to the Count Y floor value at count = ceiling when
53 ceiling value at count = floor when counting down; the
/Linux-v5.15/arch/ia64/include/asm/
Dhugetlb.h10 unsigned long ceiling);
/Linux-v5.15/arch/sparc/include/asm/
Dhugetlb.h53 unsigned long ceiling);
/Linux-v5.15/mm/
Dmemory.c237 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument
255 if (ceiling) { in free_pmd_range()
256 ceiling &= PUD_MASK; in free_pmd_range()
257 if (!ceiling) in free_pmd_range()
260 if (end - 1 > ceiling - 1) in free_pmd_range()
271 unsigned long floor, unsigned long ceiling) in free_pud_range() argument
283 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range()
289 if (ceiling) { in free_pud_range()
290 ceiling &= P4D_MASK; in free_pud_range()
291 if (!ceiling) in free_pud_range()
[all …]
Dinternal.h40 unsigned long floor, unsigned long ceiling);
Dmemcontrol.c4487 unsigned long ceiling = min(READ_ONCE(memcg->memory.max), in mem_cgroup_wb_stats() local
4491 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
/Linux-v5.15/arch/powerpc/include/asm/
Dhugetlb.h36 unsigned long ceiling);
/Linux-v5.15/arch/x86/mm/
Dtlb.c1299 int ceiling; in tlbflush_write_file() local
1306 if (kstrtoint(buf, 0, &ceiling)) in tlbflush_write_file()
1309 if (ceiling < 0) in tlbflush_write_file()
1312 tlb_single_page_flush_ceiling = ceiling; in tlbflush_write_file()
/Linux-v5.15/kernel/time/
Dtimeconst.bc20 /* Adjustment factor when a ceiling value is used. Use as:
/Linux-v5.15/Documentation/virt/kvm/
Dhalt-polling.rst93 | | the ceiling value of the | |
/Linux-v5.15/include/linux/
Dhugetlb.h330 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
Dmm.h1745 unsigned long end, unsigned long floor, unsigned long ceiling);
/Linux-v5.15/Documentation/x86/
Dboot.rst29 Lower the conventional memory ceiling. No overwrite
127 It is desirable to keep the "memory ceiling" -- the highest point in