Home
last modified time | relevance | path

Searched refs:switch_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/oprofile/
Dnmi_int.c131 static DEFINE_PER_CPU(int, switch_index);
140 return __this_cpu_read(switch_index) + phys; in op_x86_phys_to_virt()
158 per_cpu(switch_index, i) = 0; in nmi_shutdown_mux()
197 per_cpu(switch_index, cpu) = 0; in nmi_cpu_setup_mux()
229 int si = per_cpu(switch_index, cpu); in nmi_cpu_switch()
238 per_cpu(switch_index, cpu) = 0; in nmi_cpu_switch()
240 per_cpu(switch_index, cpu) = si; in nmi_cpu_switch()
/Linux-v4.19/drivers/thunderbolt/
Dtb_msgs.h159 u8 switch_index; member
Dicm.c293 if (index > sw->switch_index) { in icm_fr_get_route()