Home
last modified time | relevance | path

Searched full:cpu_off (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dpsci_smp.c28 * 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 Dboard-sead3.c53 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 Dpsci.c57 /* 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 Dpsci.yaml82 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 Dpsci.c43 * 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 Dpsci_checker.c50 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 Dmalta-dtshim.c229 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 Dpsci.h27 int (*cpu_off)(u32 state); member
40 u32 cpu_off; member
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c52 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 Dgoya.c4876 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 Dxenvm-4.2.dts44 cpu_off = <1>;
H A Decx-common.dtsi15 cpu_off = <0x84000004>;
H A Dkeystone.dtsi67 cpu_off = <0x84000002>;
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dpsci-dt.c96 tmp = fdt_setprop_u32(fdt, nodeoff, "cpu_off", in fdt_psci()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/
H A Dsc9836.dtsi213 cpu_off = <0x84000002>;
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c528 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 Dcustom-timeline-functions.cfg116 _cpu_down: CPU_OFF[{cpu}] cpu=%di:s32
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/
H A Dalpine-v2.dtsi82 cpu_off = <0x84000002>;
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcpustat_kern.c13 * WFI, CPU_OFF, CLUSTER_OFF
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/lg/
H A Dlg1312.dtsi58 cpu_off = <0x84000002>;
H A Dlg1313.dtsi58 cpu_off = <0x84000002>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos7.dtsi84 cpu_off = <0x84000002>;
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c1732 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 Dmt8173.dtsi250 cpu_off = <0x84000002>;
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c1661 init_psci_0_1_impl_state(kvm_host_psci_config, cpu_off); in init_psci_relay()

12