Home
last modified time | relevance | path

Searched refs:unr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/entry/
H A Dcommon.c47 unsigned int unr = nr; in do_syscall_x64() local
49 if (likely(unr < NR_syscalls)) { in do_syscall_x64()
50 unr = array_index_nospec(unr, NR_syscalls); in do_syscall_x64()
51 regs->ax = x64_sys_call(regs, unr); in do_syscall_x64()
113 unsigned int unr = nr; in do_syscall_32_irqs_on() local
115 if (likely(unr < IA32_NR_syscalls)) { in do_syscall_32_irqs_on()
116 unr = array_index_nospec(unr, IA32_NR_syscalls); in do_syscall_32_irqs_on()
117 regs->ax = ia32_sys_call(regs, unr); in do_syscall_32_irqs_on()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h271 uint16_t unr:1; member
286 uint16_t unr:1;
295 uint16_t unr:1; member
307 uint16_t unr:1;
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot204 ... Set To Dictionary ${tmp_dict} unr ${ipmi_upper_non_recoverable_threshold}
243 ... '${threshold_key}' == 'unr' ${9}
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1597 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.unr, in ipmi_sdr_print_sensor_fc()
1834 SENSOR_PRINT_THRESH(sr->full, "Upper non-recoverable", upper.non_recover, unr); in ipmi_sdr_print_sensor_fc()
1884 if (sensor->mask.type.threshold.read.unr) in ipmi_sdr_print_sensor_fc()
1910 if (sensor->mask.type.threshold.set.unr) in ipmi_sdr_print_sensor_fc()