| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/generic/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A 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>;
|
| /OK3568_Linux_fs/kernel/drivers/firmware/psci/ |
| H A D | psci.c | 43 * The CPU any Trusted OS is resident on. The trusted OS may reject CPU_OFF 198 return __psci_cpu_off(psci_0_1_function_ids.cpu_off, state); in psci_0_1_cpu_off() 401 * Detect the presence of a resident Trusted OS which may cause CPU_OFF to 472 .cpu_off = psci_0_2_cpu_off, in psci_0_2_set_functions() 560 if (!of_property_read_u32(np, "cpu_off", &id)) { in psci_0_1_init() 561 psci_0_1_function_ids.cpu_off = id; in psci_0_1_init() 562 psci_ops.cpu_off = psci_0_1_cpu_off; in psci_0_1_init()
|
| H A D | psci_checker.c | 50 if (!(psci_ops.cpu_off && psci_ops.cpu_on && psci_ops.cpu_suspend)) { in psci_ops_check()
|
| /OK3568_Linux_fs/kernel/arch/mips/mti-malta/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | psci.h | 27 int (*cpu_off)(u32 state); member 40 u32 cpu_off; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/goya/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | xenvm-4.2.dts | 44 cpu_off = <1>;
|
| H A D | ecx-common.dtsi | 15 cpu_off = <0x84000004>;
|
| H A D | keystone.dtsi | 67 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | psci-dt.c | 96 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_off", in fdt_psci()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/ |
| H A D | sc9836.dtsi | 213 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 528 static void _rk_fiq_dbg_sdei_switch_cpu(unsigned int cpu, int cpu_off) in _rk_fiq_dbg_sdei_switch_cpu() argument 534 rk_fiq_sdei.cpu_off_sw = cpu_off; in _rk_fiq_dbg_sdei_switch_cpu() 535 sip_fiq_debugger_sdei_switch_cpu(rk_fiq_sdei.cur_cpu, cpu, cpu_off); in _rk_fiq_dbg_sdei_switch_cpu()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 116 _cpu_down: CPU_OFF[{cpu}] cpu=%di:s32
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/ |
| H A D | alpine-v2.dtsi | 82 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | cpustat_kern.c | 13 * WFI, CPU_OFF, CLUSTER_OFF
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/lg/ |
| H A D | lg1312.dtsi | 58 cpu_off = <0x84000002>;
|
| H A D | lg1313.dtsi | 58 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7.dtsi | 84 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu.c | 1732 trace_suspend_resume(TPS("CPU_OFF"), cpu, true); in freeze_secondary_cpus() 1734 trace_suspend_resume(TPS("CPU_OFF"), cpu, false); in freeze_secondary_cpus()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8173.dtsi | 250 cpu_off = <0x84000002>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | arm.c | 1661 init_psci_0_1_impl_state(kvm_host_psci_config, cpu_off); in init_psci_relay()
|