Searched refs:unr (Results 1 – 4 of 4) sorted by relevance
47 unsigned int unr = nr; in do_syscall_x64() local49 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() local115 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()
271 uint16_t unr:1; member286 uint16_t unr:1;295 uint16_t unr:1; member307 uint16_t unr:1;
204 ... Set To Dictionary ${tmp_dict} unr ${ipmi_upper_non_recoverable_threshold}243 ... '${threshold_key}' == 'unr' ${9}
1597 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()