/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-smp.c | 29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument 45 if (cpuid > highest) in node_scan_cpus() 46 highest = cpuid; in node_scan_cpus() 64 return highest; in node_scan_cpus() 69 int i, highest = 0; in cpu_node_probe() local 78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe() 81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sunxi_dw.c | 120 MBUS_CONF( CPU, true, HIGHEST, 0, 512, 256, 128); in mctl_set_master_priority_h3() 122 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h3() 123 MBUS_CONF( DMA, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3() 125 MBUS_CONF( CSI, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3() 127 MBUS_CONF( SS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3() 128 MBUS_CONF( TS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3() 130 MBUS_CONF( DE, true, HIGHEST, 3, 8192, 6120, 1024); in mctl_set_master_priority_h3() 145 MBUS_CONF( CPU, true, HIGHEST, 0, 160, 100, 80); in mctl_set_master_priority_a64() 147 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_a64() 152 MBUS_CONF( SS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_a64() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc3815.rst | 43 in1_highest Highest input voltage. 49 in2_highest Highest output voltage. 54 temp1_highest Highest measured temperature. 59 curr1_highest Highest input current. 65 curr2_highest Highest output current.
|
H A D | ir35221.rst | 48 curr[2-3]_highest Highest output current 57 in1_highest Highest input voltage 68 in[2-3]_highest Highest output voltage 88 temp[1-2]_highest Highest temperature
|
H A D | ltc2947.rst | 45 in0_highest Highest measured voltage 55 in1_highest Highest measured voltage 65 curr1_highest Highest measured current
|
H A D | ltc2945.rst | 60 in1_highest Highest measured voltage 69 in2_highest Highest measured voltage 78 curr1_highest Highest measured current
|
H A D | lt7182s.rst | 52 curr[3-4]_highest Highest measured output current 58 in[1-2]_highest Highest measured input voltage 74 in[3-4|6-7]_highest Highest measured output voltage
|
/openbmc/qemu/include/hw/intc/ |
H A D | armv7m_nvic.h | 21 /* Highest permitted number of exceptions (architectural limit) */ 71 unsigned int vectpending; /* highest prio pending enabled exception */ 76 int exception_prio; /* group prio of the highest prio active exception */ 126 * armv7m_nvic_get_pending_irq_info: return highest priority pending 132 * This function writes the number of the highest priority pending 135 * to true if the current highest priority pending exception should 141 * armv7m_nvic_acknowledge_irq: make highest priority pending exception active 144 * Move the current highest priority pending exception from the pending
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 20 interrupt server numbers (ie, highest possible vcpu id plus one). 48 Zero is the highest priority, 255 means no interrupt is pending. 51 Zero is the highest priority, 255 means no IPI is pending. 57 Zero is the highest priority, meaning no interrupts can be 74 the highest priority and 255 is the lowest. An interrupt with a
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensor.hpp | 217 * Highest value update policy. 222 * Some sensors contain the highest value observed by the voltage 223 * regulator, such as the highest temperature or highest output voltage. 228 * clear its internal value. It will begin calculating a new highest 229 * value. For this reason, the D-Bus sensor value is set to the highest 234 * sensor value is normally the highest value read since the system was 237 highest, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | ncsi.h | 35 * @NCSI_CMD_MAX: highest command number 63 * @NCSI_ATTR_MAX: highest attribute number 88 * @NCSI_PKG_ATTR_MAX: highest attribute number 117 * @NCSI_CHANNEL_ATTR_MAX: highest attribute number
|
/openbmc/linux/lib/xz/ |
H A D | xz_lzma2.h | 154 * The highest two bits of a 32-bit match distance are encoded using six bits. 162 * the highest two bits (distance slot) are always encoded using six bits, 172 * - distance slot: the highest two bits 173 * - direct bits: 2-26 bits below the highest two bits 187 * For match distances greater than 127, only the highest two bits and the
|
/openbmc/linux/kernel/ |
H A D | scs.c | 131 static unsigned long highest; in scs_check_usage() local 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() 145 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage() 148 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | zones.md | 43 interval are analyzed and if the highest requested target is greater than the 57 inside of this interval are analyzed and if the highest requested target is 64 The ceiling of the zone, i.e. the highest target that can be set.
|
/openbmc/linux/drivers/target/ |
H A D | target_core_ua.c | 103 * Attach the highest priority Unit Attention to in core_scsi3_ua_allocate() 107 * POWER ON, RESET, OR BUS DEVICE RESET OCCURRED highest in core_scsi3_ua_allocate() 223 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_for_check_condition() 231 * highest priority UNIT_ATTENTION and ASC/ASCQ without in core_scsi3_ua_for_check_condition() 241 * condition. Return the ASC/ASCQ of the highest priority UA in core_scsi3_ua_for_check_condition() 295 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_clear_for_request_sense() 296 * struct se_dev_entry->ua_list. The First (and hence highest priority) in core_scsi3_ua_clear_for_request_sense()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 411 // Test where exception is nested: Highest priority is innermost exception in TEST() 440 // Test where exception is nested: Highest priority is middle exception in TEST() 476 // Test where exception is nested: Highest priority is outermost exception in TEST() 530 // Test where exception is nested: Highest priority is ConfigFileParserError in TEST() 558 // Test where exception is nested: Highest priority is PMBusError in TEST() 586 // Test where exception is nested: Highest priority is in TEST() 616 // Test where exception is nested: Highest priority is I2CException in TEST() 642 // Test where exception is nested: Highest priority is in TEST() 670 // Test where exception is nested: Highest priority is std::exception in TEST() 696 // Test where exception is nested: Highest priority is unknown type in TEST()
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 105 During a schedule() event on any sibling of a core, the highest priority task on 108 highest priority task with the same cookie is selected if there is one runnable 122 tasks selected to be scheduled are of the highest priority in a core. However, 124 highest priority ones in the core. Favoring security over fairness, one or more 125 siblings could be forced to select a lower priority task if the highest 126 priority task is not trusted with respect to the core wide highest priority 130 When the highest priority task is selected to run, a reschedule-IPI is sent to
|
/openbmc/u-boot/env/ |
H A D | env.c | 109 * highest priority 118 * of descending priorities, from the highest to the lowest priority. 138 * highest priority 140 * This will try to find the available environment with the highest 215 * 2. Otherwise use the location with highest priority in env_load()
|
/openbmc/qemu/include/hw/misc/ |
H A D | allwinner-h3-dramc.h | 32 /** Highest register address used by DRAMCOM module */ 39 /** Highest register address used by DRAMCTL module */ 46 /** Highest register address used by DRAMPHY module */
|
H A D | allwinner-r40-dramc.h | 32 /** Highest register address used by DRAMCOM module */ 39 /** Highest register address used by DRAMCTL module */ 46 /** Highest register address used by DRAMPHY module */
|
/openbmc/linux/Documentation/fb/ |
H A D | efifb.rst | 61 The EFI stub will choose the mode with the highest resolution (product 63 with the highest resolution, it will choose one with the highest color
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_rgb.c | 70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local 130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid() 131 do_div(highest, 1000); in sun4i_rgb_mode_valid() 132 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | pmbus_read_sensor.md | 18 | iout_peak | Highest output current | 22 | temperature_peak | Highest temperature | 24 | vout_peak | Highest output voltage | 96 information, the D-Bus sensor will contain the highest peak/lowest valley value
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
H A D | usb.asl | 18 /* Highest D state in S3 state */ 21 /* Highest D state in S4 state */
|
/openbmc/linux/Documentation/locking/ |
H A D | rt-mutex-design.rst | 35 processes, let's call them processes A, B, and C, where A is the highest 117 - The highest priority process waiting on a specific mutex. 120 - The highest priority process waiting on one of the mutexes 192 If process G has the highest priority in the chain, then all the tasks up 213 The top of the task's PI tree is always the highest priority task that 356 rt_mutex_adjust_prio examines the priority of the task, and the highest 376 always contains the highest priority task that is waiting on a mutex owned 455 2) The current task is the highest priority against all other 460 (highest priority task waiting on the lock) is added to this task's 479 highest priority process currently waiting on this mutex, then we remove the
|