| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | psci_smp.c | 28 * cpu_off Power down a CPU 56 /* Fail early if we don't have CPU_OFF support */ in psci_cpu_disable() 57 if (!psci_ops.cpu_off) in psci_cpu_disable() 60 /* Trusted OS will deny CPU_OFF */ in psci_cpu_disable() 72 if (psci_ops.cpu_off) in psci_cpu_die() 73 psci_ops.cpu_off(state); in psci_cpu_die()
|
| /kernel/linux/linux-4.19/arch/arm/kernel/ |
| D | psci_smp.c | 35 * cpu_off Power down a CPU 63 /* Fail early if we don't have CPU_OFF support */ in psci_cpu_disable() 64 if (!psci_ops.cpu_off) in psci_cpu_disable() 67 /* Trusted OS will deny 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()
|
| /kernel/linux/linux-5.10/arch/mips/generic/ |
| D | board-sead3.c | 53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local 73 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 75 if (cpu_off < 0) { in remove_gic() 76 pr_err("unable to find CPU intc node: %d\n", cpu_off); in remove_gic() 77 return cpu_off; in remove_gic() 80 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.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 >;
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | psci.c | 56 /* Fail early if we don't have CPU_OFF support */ in cpu_psci_cpu_disable() 57 if (!psci_ops.cpu_off) in cpu_psci_cpu_disable() 60 /* Trusted OS will deny CPU_OFF */ in cpu_psci_cpu_disable() 76 psci_ops.cpu_off(state); in cpu_psci_cpu_die()
|
| /kernel/linux/linux-4.19/arch/arm64/kernel/ |
| D | psci.c | 59 /* Fail early if we don't have CPU_OFF support */ in cpu_psci_cpu_disable() 60 if (!psci_ops.cpu_off) in cpu_psci_cpu_disable() 63 /* Trusted OS will deny CPU_OFF */ in cpu_psci_cpu_disable() 80 ret = psci_ops.cpu_off(state); in cpu_psci_cpu_die()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | psci.yaml | 82 cpu_off: 84 description: Function ID for CPU_OFF operation 142 - cpu_off 156 cpu_off = <0x95c10001>; 187 cpu_off = <0x95c10001>;
|
| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| D | malta-dtshim.c | 229 int err, gic_off, i8259_off, cpu_off; in remove_gic() local 272 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 274 if (cpu_off < 0) { in remove_gic() 276 cpu_off); in remove_gic() 280 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-5.10/drivers/firmware/psci/ |
| D | psci.c | 43 * The CPU any Trusted OS is resident on. The trusted OS may reject CPU_OFF 357 * Detect the presence of a resident Trusted OS which may cause CPU_OFF to 431 psci_ops.cpu_off = psci_cpu_off; in psci_0_2_set_functions() 522 if (!of_property_read_u32(np, "cpu_off", &id)) { in psci_0_1_init() 524 psci_ops.cpu_off = psci_cpu_off; in psci_0_1_init()
|
| /kernel/linux/linux-4.19/drivers/firmware/ |
| D | psci.c | 50 * The CPU any Trusted OS is resident on. The trusted OS may reject CPU_OFF 476 * Detect the presence of a resident Trusted OS which may cause CPU_OFF to 550 psci_ops.cpu_off = psci_cpu_off; in psci_0_2_set_functions() 645 if (!of_property_read_u32(np, "cpu_off", &id)) { in psci_0_1_init() 647 psci_ops.cpu_off = psci_cpu_off; in psci_0_1_init()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | psci.h | 27 int (*cpu_off)(u32 state); member
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | psci.h | 42 int (*cpu_off)(u32 state); member
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | xenvm-4.2.dts | 44 cpu_off = <1>;
|
| D | ecx-common.dtsi | 26 cpu_off = <0x84000004>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | xenvm-4.2.dts | 44 cpu_off = <1>;
|
| D | ecx-common.dtsi | 15 cpu_off = <0x84000004>;
|
| /kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
| D | goya.c | 4876 s64 off, cpu_off; in goya_mmu_add_mappings_for_device_cpu() local 4904 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu() 4906 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4907 hdev->cpu_accessible_dma_address + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4912 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu() 4931 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu() 4933 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4937 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off); in goya_mmu_add_mappings_for_device_cpu() 4954 u32 off, cpu_off; in goya_mmu_remove_device_cpu_mappings() local 4971 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/sprd/ |
| D | sc9836.dtsi | 213 cpu_off = <0x84000002>;
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/sprd/ |
| D | sc9836.dtsi | 207 cpu_off = <0x84000002>;
|
| /kernel/linux/linux-4.19/tools/power/pm-graph/config/ |
| D | custom-timeline-functions.cfg | 116 _cpu_down: CPU_OFF[{cpu}] cpu=%di:s32
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/config/ |
| D | custom-timeline-functions.cfg | 116 _cpu_down: CPU_OFF[{cpu}] cpu=%di:s32
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/al/ |
| D | alpine-v2.dtsi | 82 cpu_off = <0x84000002>;
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/amazon/ |
| D | alpine-v2.dtsi | 82 cpu_off = <0x84000002>;
|