/linux/drivers/of/ |
H A D | cpu.c | 9 * @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 D | platsmp-apmu.c | 34 /* 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 D | mce.c | 634 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 D | arm-cci.c | 185 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 D | pseries_energy.c | 279 * /sys/devices/system/cpu/cpuN/pseries_activate_hint 280 * /sys/devices/system/cpu/cpuN/pseries_deactivate_hint
|
H A D | Kconfig | 70 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
|
/linux/Documentation/arch/powerpc/ |
H A D | dscr.rst | 43 - CPU specific DSCR default: /sys/devices/system/cpu/cpuN/dscr
|
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
H A D | sysctrl.yaml | 60 If reg value is not zero, cpun exit wfi and go
|
/linux/Documentation/admin-guide/ |
H A D | kernel-per-CPU-kthreads.rst | 23 - /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state, 32 cat per_cpu/cpuN/trace
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-cpu | 6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
|
/linux/include/linux/ |
H A D | cpu.h | 42 extern bool arch_find_n_match_cpu_physical_id(struct device_node *cpun,
|
H A D | of.h | 362 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
|
/linux/tools/perf/bench/ |
H A D | numa.c | 205 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
|
/linux/tools/perf/util/ |
H A D | evsel.c | 1717 /* Skip N of cpuN. */ in read_stat_field()
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 1526 The very first "cpu" line aggregates the numbers in all of the other "cpuN"
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 1532 * 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 D | btf.c | 5555 * cpun: <value_on_cpun> in do_test_pprint()
|