Searched hist:de58ed5e16e62f36c7ed05552f18b7f9c647dcaf (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpu_ops.c | diff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function
This introduces get_cpu_ops() to return the CPU operations according to the given CPU index. For now, it simply returns the @cpu_ops[cpu] as before. Also, helper function __cpu_try_die() is introduced to be shared by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any functional changes.
Signed-off-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
|
H A D | cpuidle.c | diff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function
This introduces get_cpu_ops() to return the CPU operations according to the given CPU index. For now, it simply returns the @cpu_ops[cpu] as before. Also, helper function __cpu_try_die() is introduced to be shared by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any functional changes.
Signed-off-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
|
H A D | setup.c | diff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function
This introduces get_cpu_ops() to return the CPU operations according to the given CPU index. For now, it simply returns the @cpu_ops[cpu] as before. Also, helper function __cpu_try_die() is introduced to be shared by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any functional changes.
Signed-off-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
|
H A D | smp.c | diff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function
This introduces get_cpu_ops() to return the CPU operations according to the given CPU index. For now, it simply returns the @cpu_ops[cpu] as before. Also, helper function __cpu_try_die() is introduced to be shared by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any functional changes.
Signed-off-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cpu_ops.h | diff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function
This introduces get_cpu_ops() to return the CPU operations according to the given CPU index. For now, it simply returns the @cpu_ops[cpu] as before. Also, helper function __cpu_try_die() is introduced to be shared by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any functional changes.
Signed-off-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com>
|