| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| D | psci_smp.c | 28 * 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/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-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-6.6/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-5.10/arch/arm64/kernel/ |
| D | psci.c | 57 /* Fail early if we don't have CPU_OFF support */ in cpu_psci_cpu_disable() 58 if (!psci_ops.cpu_off) in cpu_psci_cpu_disable() 61 /* Trusted OS will deny CPU_OFF */ in cpu_psci_cpu_disable() 77 psci_ops.cpu_off(state); in cpu_psci_cpu_die()
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | psci.c | 57 /* Fail early if we don't have CPU_OFF support */ in cpu_psci_cpu_disable() 58 if (!psci_ops.cpu_off) in cpu_psci_cpu_disable() 61 /* Trusted OS will deny CPU_OFF */ in cpu_psci_cpu_disable() 77 psci_ops.cpu_off(state); in cpu_psci_cpu_die()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | psci.yaml | 77 cpu_off: 79 description: Function ID for CPU_OFF operation 137 - cpu_off 151 cpu_off = <0x95c10001>; 182 cpu_off = <0x95c10001>;
|
| /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-6.6/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-6.6/include/linux/ |
| D | psci.h | 27 int (*cpu_off)(u32 state); member 40 u32 cpu_off; member
|
| /kernel/linux/linux-6.6/drivers/firmware/psci/ |
| D | psci.c | 45 * The CPU any Trusted OS is resident on. The trusted OS may reject CPU_OFF 208 return __psci_cpu_off(psci_0_1_function_ids.cpu_off, state); in psci_0_1_cpu_off() 550 * Detect the presence of a resident Trusted OS which may cause CPU_OFF to 621 .cpu_off = psci_0_2_cpu_off, in psci_0_2_set_functions() 710 if (!of_property_read_u32(np, "cpu_off", &id)) { in psci_0_1_init() 711 psci_0_1_function_ids.cpu_off = id; in psci_0_1_init() 712 psci_ops.cpu_off = psci_0_1_cpu_off; in psci_0_1_init()
|
| /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 360 * Detect the presence of a resident Trusted OS which may cause CPU_OFF to 434 psci_ops.cpu_off = psci_cpu_off; in psci_0_2_set_functions() 525 if (!of_property_read_u32(np, "cpu_off", &id)) { in psci_0_1_init() 527 psci_ops.cpu_off = psci_cpu_off; in psci_0_1_init()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sdx75.dtsi | 153 CPU_OFF: cpu-sleep-0 { label 223 domain-idle-states = <&CPU_OFF &CPU_RAIL_OFF>; 229 domain-idle-states = <&CPU_OFF &CPU_RAIL_OFF>; 235 domain-idle-states = <&CPU_OFF &CPU_RAIL_OFF>; 241 domain-idle-states = <&CPU_OFF &CPU_RAIL_OFF>;
|
| D | qdu1000.dtsi | 127 CPU_OFF: cpu-sleep-0 { label 191 domain-idle-states = <&CPU_OFF>; 197 domain-idle-states = <&CPU_OFF>; 203 domain-idle-states = <&CPU_OFF>; 209 domain-idle-states = <&CPU_OFF>;
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | psci.h | 27 int (*cpu_off)(u32 state); member
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
| D | psci-relay.c | 52 is_psci_0_1(cpu_off, func_id) || in is_psci_0_1_call() 226 if (is_psci_0_1(cpu_off, func_id) || is_psci_0_1(migrate, func_id)) in psci_0_1_handler()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/xen/ |
| D | xenvm-4.2.dts | 44 cpu_off = <1>;
|
| /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-6.6/drivers/accel/habanalabs/goya/ |
| D | goya.c | 4902 s64 off, cpu_off; in goya_mmu_add_mappings_for_device_cpu() local 4933 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu() 4935 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4936 hdev->cpu_accessible_dma_address + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4941 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu() 4960 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu() 4962 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off, in goya_mmu_add_mappings_for_device_cpu() 4966 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off); in goya_mmu_add_mappings_for_device_cpu() 4983 u32 off, cpu_off; in goya_mmu_remove_device_cpu_mappings() local 5001 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-6.6/arch/arm64/boot/dts/sprd/ |
| D | sc9836.dtsi | 213 cpu_off = <0x84000002>;
|
| /kernel/linux/linux-6.6/tools/power/pm-graph/config/ |
| D | custom-timeline-functions.cfg | 116 _cpu_down: CPU_OFF[{cpu}] cpu=%di:s32
|