Searched refs:cpu_off (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/arch/mips/generic/ |
D | board-sead3.c | 57 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local 77 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 79 if (cpu_off < 0) { in remove_gic() 80 pr_err("unable to find CPU intc node: %d\n", cpu_off); in remove_gic() 81 return cpu_off; in remove_gic() 84 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
/Linux-v4.19/arch/arm/kernel/ |
D | psci_smp.c | 64 if (!psci_ops.cpu_off) in psci_cpu_disable() 79 if (psci_ops.cpu_off) in psci_cpu_die() 80 psci_ops.cpu_off(state); in psci_cpu_die()
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-dtshim.c | 233 int err, gic_off, i8259_off, cpu_off; in remove_gic() local 276 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 278 if (cpu_off < 0) { in remove_gic() 280 cpu_off); in remove_gic() 284 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | psci.c | 60 if (!psci_ops.cpu_off) in cpu_psci_cpu_disable() 80 ret = psci_ops.cpu_off(state); in cpu_psci_cpu_die()
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 54 - cpu_off : Function ID for CPU_OFF operation 79 cpu_off = <0x95c10001>; 103 cpu_off = < arbitrary value >;
|
/Linux-v4.19/include/linux/ |
D | psci.h | 42 int (*cpu_off)(u32 state); member
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 44 cpu_off = <1>;
|
D | ecx-common.dtsi | 26 cpu_off = <0x84000004>;
|
D | keystone.dtsi | 67 cpu_off = <0x84000002>;
|
D | stm32mp157c.dtsi | 34 cpu_off = <0x84000002>;
|
/Linux-v4.19/drivers/firmware/ |
D | psci.c | 550 psci_ops.cpu_off = psci_cpu_off; in psci_0_2_set_functions() 647 psci_ops.cpu_off = psci_cpu_off; in psci_0_1_init()
|
D | psci_checker.c | 57 if (!(psci_ops.cpu_off && psci_ops.cpu_on && psci_ops.cpu_suspend)) { in psci_ops_check()
|
/Linux-v4.19/arch/arm64/boot/dts/sprd/ |
D | sc9836.dtsi | 207 cpu_off = <0x84000002>;
|
/Linux-v4.19/arch/arm64/boot/dts/al/ |
D | alpine-v2.dtsi | 82 cpu_off = <0x84000002>;
|
/Linux-v4.19/arch/arm64/boot/dts/lg/ |
D | lg1312.dtsi | 58 cpu_off = <0x84000002>;
|
D | lg1313.dtsi | 58 cpu_off = <0x84000002>;
|
/Linux-v4.19/arch/arm64/boot/dts/mediatek/ |
D | mt8173.dtsi | 222 cpu_off = <0x84000002>;
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 3910 int cpu_off = online ? -1 : cpu; in wq_update_unbound_numa() local 3938 if (wq_calc_node_cpumask(wq->dfl_pwq->pool->attrs, node, cpu_off, cpumask)) { in wq_update_unbound_numa()
|
/Linux-v4.19/arch/arm64/boot/dts/exynos/ |
D | exynos5433.dtsi | 230 cpu_off = <0x84000002>;
|