/Linux-v5.15/arch/powerpc/mm/ |
D | hugetlbpage.c | 300 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/ |
D | hugetlbpage.c | 427 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/ |
D | hugetlbpage.c | 121 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/ |
D | stm32-lptimer-cnt.c | 26 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()
|
D | stm32-timer-cnt.c | 77 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()
|
D | 104-quad-8.c | 710 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()
|
D | intel-qep.c | 396 INTEL_QEP_COUNTER_EXT_RW(ceiling),
|
/Linux-v5.15/arch/arm64/mm/ |
D | mmu.c | 812 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/ |
D | hugetlb.h | 46 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/ |
D | sysfs-bus-counter | 7 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/ |
D | hugetlb.h | 10 unsigned long ceiling);
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | hugetlb.h | 53 unsigned long ceiling);
|
/Linux-v5.15/mm/ |
D | memory.c | 237 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 …]
|
D | internal.h | 40 unsigned long floor, unsigned long ceiling);
|
D | memcontrol.c | 4487 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/ |
D | hugetlb.h | 36 unsigned long ceiling);
|
/Linux-v5.15/arch/x86/mm/ |
D | tlb.c | 1299 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/ |
D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | halt-polling.rst | 93 | | the ceiling value of the | |
|
/Linux-v5.15/include/linux/ |
D | hugetlb.h | 330 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument
|
D | mm.h | 1745 unsigned long end, unsigned long floor, unsigned long ceiling);
|
/Linux-v5.15/Documentation/x86/ |
D | boot.rst | 29 Lower the conventional memory ceiling. No overwrite 127 It is desirable to keep the "memory ceiling" -- the highest point in
|