Home
last modified time | relevance | path

Searched full:cpun (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/of/
H A Dcpu.c9 * @cpun: CPU number(logical index) for which device node is required
14 u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread) in of_get_cpu_hwid() argument
19 ac = of_n_addr_cells(cpun); in of_get_cpu_hwid()
20 cell = of_get_property(cpun, "reg", &len); in of_get_cpu_hwid()
52 static bool __of_find_n_match_cpu_property(struct device_node *cpun, in __of_find_n_match_cpu_property() argument
59 ac = of_n_addr_cells(cpun); in __of_find_n_match_cpu_property()
60 cell = of_get_property(cpun, prop_name, &prop_len); in __of_find_n_match_cpu_property()
84 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, in arch_find_n_match_cpu_physical_id() argument
92 __of_find_n_match_cpu_property(cpun, in arch_find_n_match_cpu_physical_id()
97 return __of_find_n_match_cpu_property(cpun, "reg", cpu, thread); in arch_find_n_match_cpu_physical_id()
[all …]
/linux/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c34 /* CPUn Power Status Control Register */
38 #define CPUNST(r, n) (((r) >> (n * 4)) & 3) /* CPUn Status Bit */
44 #define DBGCPUNREN(n) BIT((n) + 20) /* CPUn Reset Request Enable */
/linux/arch/powerpc/kernel/
H A Dmce.c634 struct device_node *cpun; in init_debug_trig_function() local
640 cpun = of_get_cpu_node(smp_processor_id(), NULL); in init_debug_trig_function()
641 if (cpun) { in init_debug_trig_function()
642 of_property_for_each_string(cpun, "ibm,hmi-special-triggers", in init_debug_trig_function()
649 of_node_put(cpun); in init_debug_trig_function()
/linux/drivers/bus/
H A Darm-cci.c185 struct device_node *cpun; in cci_ace_init_ports() local
196 cpun = of_get_cpu_node(cpu, NULL); in cci_ace_init_ports()
198 if (WARN(!cpun, "Missing cpu device node\n")) in cci_ace_init_ports()
201 port = __cci_ace_get_port(cpun, ACE_PORT); in cci_ace_init_ports()
/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c279 * /sys/devices/system/cpu/cpuN/pseries_activate_hint
280 * /sys/devices/system/cpu/cpuN/pseries_deactivate_hint
H A DKconfig70 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
/linux/Documentation/arch/powerpc/
H A Ddscr.rst43 - CPU specific DSCR default: /sys/devices/system/cpu/cpuN/dscr
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml60 If reg value is not zero, cpun exit wfi and go
/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst23 - /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state,
32 cat per_cpu/cpuN/trace
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
/linux/include/linux/
H A Dcpu.h42 extern bool arch_find_n_match_cpu_physical_id(struct device_node *cpun,
H A Dof.h362 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
/linux/tools/perf/bench/
H A Dnuma.c205 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
/linux/tools/perf/util/
H A Devsel.c1717 /* Skip N of cpuN. */ in read_stat_field()
/linux/Documentation/filesystems/
H A Dproc.rst1526 The very first "cpu" line aggregates the numbers in all of the other "cpuN"
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1532 * the MRQ index (N) as follows cpuN/mrqN. When contexts are in lpfc_nvmet_setup_io_context()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5555 * cpun: <value_on_cpun> in do_test_pprint()