Home
last modified time | relevance | path

Searched defs:old_cpu (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/kernel/
H A Dpanic.c195 int old_cpu, cpu; in nmi_panic() local
282 int old_cpu, this_cpu; in panic() local
H A Dkexec_core.c1076 int old_cpu, this_cpu; in crash_kexec() local
/openbmc/linux/drivers/xen/events/
H A Devents_internal.h65 unsigned int old_cpu) in xen_evtchn_port_bind_to_cpu()
H A Devents_2l.c56 unsigned int old_cpu) in evtchn_2l_bind_to_cpu()
H A Devents_fifo.c189 unsigned int old_cpu) in evtchn_fifo_bind_to_cpu()
/openbmc/linux/arch/mips/sibyte/sb1250/
H A Dirq.c73 int i = 0, old_cpu, cpu, int_on; in sb1250_set_affinity() local
/openbmc/linux/arch/mips/sibyte/bcm1480/
H A Dirq.c81 int i = 0, old_cpu, cpu, int_on, k; in bcm1480_set_affinity() local
/openbmc/linux/drivers/irqchip/
H A Dirq-bcm6345-l1.c193 unsigned int old_cpu = cpu_for_irq(intc, d); in bcm6345_l1_set_affinity() local
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_io.c633 int this_cpu, old_cpu; in vkdb_printf() local
/openbmc/linux/arch/x86/events/intel/
H A Duncore.c1456 static void uncore_change_type_ctx(struct intel_uncore_type *type, int old_cpu, in uncore_change_type_ctx()
1487 int old_cpu, int new_cpu) in uncore_change_context()
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h454 static inline void hv_update_allocated_cpus(unsigned int old_cpu, in hv_update_allocated_cpus()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c745 int i, old_cpu; in hfi1_update_sdma_affinity() local
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c697 int old_cpu, this_cpu; in crash_fadump() local
/openbmc/linux/arch/powerpc/perf/
H A Dimc-pmu.c344 static void nest_change_cpu_context(int old_cpu, int new_cpu) in nest_change_cpu_context()
/openbmc/linux/tools/perf/scripts/python/
H A Dsched-migration.py191 def migrate(self, ts_list, new, old_cpu, new_cpu): argument