Home
last modified time | relevance | path

Searched refs:dt_supported_cpu_ops (Results 1 – 1 of 1) sorted by relevance

/arch/arm64/kernel/
Dcpu_ops.c33 static const struct cpu_operations *dt_supported_cpu_ops[] __initconst = { variable
51 ops = acpi_disabled ? dt_supported_cpu_ops : acpi_supported_cpu_ops; in cpu_get_ops()