/openbmc/linux/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 306 unsigned long floor, unsigned long ceiling, in range_is_outside_limits() argument 311 if (ceiling) { in range_is_outside_limits() 312 ceiling &= mask; in range_is_outside_limits() 313 if (!ceiling) in range_is_outside_limits() 316 return end - 1 > ceiling - 1; in range_is_outside_limits() 321 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 334 if (range_is_outside_limits(start, end, floor, ceiling, pdmask)) in free_hugepd_range() 349 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument 353 if (range_is_outside_limits(addr, end, floor, ceiling, PMD_MASK)) in hugetlb_free_pte_range() 363 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument [all …]
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 434 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 455 if (ceiling) { in hugetlb_free_pmd_range() 456 ceiling &= PUD_MASK; in hugetlb_free_pmd_range() 457 if (!ceiling) in hugetlb_free_pmd_range() 460 if (end - 1 > ceiling - 1) in hugetlb_free_pmd_range() 471 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 487 ceiling); in hugetlb_free_pud_range() 493 if (ceiling) { in hugetlb_free_pud_range() 494 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range() 495 if (!ceiling) in hugetlb_free_pud_range() [all …]
|
/openbmc/linux/drivers/counter/ |
H A 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() 241 u64 *ceiling) in stm32_lptim_cnt_ceiling_read() argument 245 *ceiling = priv->ceiling; in stm32_lptim_cnt_ceiling_read() 252 u64 ceiling) in stm32_lptim_cnt_ceiling_write() argument 259 if (ceiling > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_ceiling_write() 262 priv->ceiling = ceiling; in stm32_lptim_cnt_ceiling_write() 428 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
|
H A D | stm32-timer-cnt.c | 62 u32 ceiling; in stm32_count_write() local 64 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write() 65 if (val > ceiling) in stm32_count_write() 153 struct counter_count *count, u64 *ceiling) in stm32_count_ceiling_read() argument 160 *ceiling = arr; in stm32_count_ceiling_read() 166 struct counter_count *count, u64 ceiling) in stm32_count_ceiling_write() argument 170 if (ceiling > priv->max_arr) in stm32_count_ceiling_write() 175 regmap_write(priv->regmap, TIM_ARR, ceiling); in stm32_count_ceiling_write()
|
H A D | ti-eqep.c | 252 u64 *ceiling) in ti_eqep_position_ceiling_read() argument 259 *ceiling = qposmax; in ti_eqep_position_ceiling_read() 266 u64 ceiling) in ti_eqep_position_ceiling_write() argument 270 if (ceiling != (u32)ceiling) in ti_eqep_position_ceiling_write() 273 regmap_write(priv->regmap32, QPOSMAX, ceiling); in ti_eqep_position_ceiling_write()
|
H A D | i8254.c | 126 struct counter_count *const count, u64 *const ceiling) in i8254_count_ceiling_read() argument 135 *ceiling = (priv->preset[count->id] == 0) ? U16_MAX : priv->preset[count->id]; in i8254_count_ceiling_read() 139 *ceiling = priv->preset[count->id] - 1; in i8254_count_ceiling_read() 142 *ceiling = U16_MAX - 1; in i8254_count_ceiling_read() 144 *ceiling = priv->preset[count->id]; in i8254_count_ceiling_read() 147 *ceiling = U16_MAX; in i8254_count_ceiling_read()
|
H A D | rz-mtu3-cnt.c | 316 u64 *ceiling) in rz_mtu3_count_ceiling_read() argument 330 *ceiling = priv->mtu_16bit_max[ch_id]; in rz_mtu3_count_ceiling_read() 333 *ceiling = priv->mtu_32bit_max; in rz_mtu3_count_ceiling_read() 347 u64 ceiling) in rz_mtu3_count_ceiling_write() argument 361 if (ceiling > U16_MAX) { in rz_mtu3_count_ceiling_write() 365 priv->mtu_16bit_max[ch_id] = ceiling; in rz_mtu3_count_ceiling_write() 368 if (ceiling > U32_MAX) { in rz_mtu3_count_ceiling_write() 372 priv->mtu_32bit_max = ceiling; in rz_mtu3_count_ceiling_write() 382 rz_mtu3_32bit_ch_write(ch, RZ_MTU3_TGRALW, ceiling); in rz_mtu3_count_ceiling_write() 384 rz_mtu3_16bit_ch_write(ch, RZ_MTU3_TGRA, ceiling); in rz_mtu3_count_ceiling_write()
|
H A D | 104-quad-8.c | 846 struct counter_count *count, u64 *ceiling) in quad8_count_ceiling_read() argument 857 *ceiling = priv->preset[count->id]; in quad8_count_ceiling_read() 860 *ceiling = LS7267_CNTR_MAX; in quad8_count_ceiling_read() 870 struct counter_count *count, u64 ceiling) in quad8_count_ceiling_write() argument 876 if (ceiling > LS7267_CNTR_MAX) in quad8_count_ceiling_write() 885 priv->preset[count->id] = ceiling; in quad8_count_ceiling_write() 886 ret = quad8_preset_register_set(priv, count->id, ceiling); in quad8_count_ceiling_write()
|
H A D | intel-qep.c | 176 struct counter_count *count, u64 *ceiling) in intel_qep_ceiling_read() argument 181 *ceiling = intel_qep_readl(qep, INTEL_QEPMAX); in intel_qep_ceiling_read()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | hugetlbpage.c | 106 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 123 if (REGION_NUMBER(ceiling) == RGN_HPAGE) in hugetlb_free_pgd_range() 124 ceiling = htlbpage_to_page(ceiling); in hugetlb_free_pgd_range() 126 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmu.c | 831 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 838 if (ceiling) { in pgtable_range_aligned() 839 ceiling &= mask; in pgtable_range_aligned() 840 if (!ceiling) in pgtable_range_aligned() 844 if (end - 1 > ceiling - 1) in pgtable_range_aligned() 983 unsigned long ceiling) in free_empty_pte_table() argument 999 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table() 1005 * handled by the floor/ceiling check. in free_empty_pte_table() 1020 unsigned long ceiling) in free_empty_pmd_table() argument 1033 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1060 free_empty_pud_table(p4d_t * p4dp,unsigned long addr,unsigned long end,unsigned long floor,unsigned long ceiling) free_empty_pud_table() argument 1100 free_empty_p4d_table(pgd_t * pgdp,unsigned long addr,unsigned long end,unsigned long floor,unsigned long ceiling) free_empty_p4d_table() argument 1118 free_empty_tables(unsigned long addr,unsigned long end,unsigned long floor,unsigned long ceiling) free_empty_tables() argument [all...] |
/openbmc/linux/include/asm-generic/ |
H A D | hugetlb.h | 71 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 73 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | zones.md | 29 is also the ceiling unless `default_ceiling` is specified. Required. 64 The ceiling of the zone, i.e. the highest target that can be set.
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | hugetlb.h | 10 unsigned long ceiling);
|
/openbmc/linux/mm/ |
H A D | memory.c | 199 unsigned long floor, unsigned long ceiling) in free_pmd_range() argument 217 if (ceiling) { in free_pmd_range() 218 ceiling &= PUD_MASK; in free_pmd_range() 219 if (!ceiling) in free_pmd_range() 222 if (end - 1 > ceiling - 1) in free_pmd_range() 233 unsigned long floor, unsigned long ceiling) in free_pud_range() argument 245 free_pmd_range(tlb, pud, addr, next, floor, ceiling); in free_pud_range() 251 if (ceiling) { in free_pud_range() 252 ceiling &= P4D_MASK; in free_pud_range() 253 if (!ceiling) in free_pud_range() [all …]
|
/openbmc/phosphor-pid-control/pid/ |
H A D | zone_interface.hpp | 75 virtual void addRPMCeiling(double ceiling) = 0;
|
H A D | zone.cpp | 167 void DbusPidZone::addRPMCeiling(double ceiling) in addRPMCeiling() argument 169 _RPMCeilings.push_back(ceiling); in addRPMCeiling()
|
H A D | zone.hpp | 83 void addRPMCeiling(double ceiling) override;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-counter | 43 What: /sys/bus/counter/devices/counterX/countY/ceiling 47 Count value ceiling for Count Y. This is the upper limit for the 61 Count mode for channel Y. The ceiling and floor values for 71 the Count Y ceiling value, while the lower limit is set 73 count = ceiling when counting up, and at count = floor 86 value and the Count Y ceiling value. The counter is 87 reset to the Count Y floor value at count = ceiling when 89 ceiling value at count = floor when counting down; the
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | hugetlb.h | 56 unsigned long ceiling);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | hugetlb.h | 45 unsigned long ceiling);
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 1353 int ceiling; in tlbflush_write_file() local 1360 if (kstrtoint(buf, 0, &ceiling)) in tlbflush_write_file() 1363 if (ceiling < 0) in tlbflush_write_file() 1366 tlb_single_page_flush_ceiling = ceiling; in tlbflush_write_file()
|
/openbmc/linux/kernel/time/ |
H A D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
/openbmc/linux/Documentation/driver-api/ |
H A D | generic-counter.rst | 293 supported by this driver ("direction", "enable", and "ceiling") and to 312 struct counter_count *count, u64 *ceiling); 314 struct counter_count *count, u64 ceiling);
|
/openbmc/phosphor-pid-control/ |
H A D | configure.md | 186 attached to it, selects the maximum setpoint, clamps it by the minimum ceiling 364 | `isCeiling` | `bool` | Whether this controller provides a setpoint or a ceiling fo…
|