Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dplatform.S16 * | cpuN sec_entrypoint |
20 * | cpuN GO sign polling |
27 * | cpuN GO signal |
29 * | cpuN ns_entrypoint |
155 * put secondary core (cpuN) to sleep
165 /* hold cpuN until SMP mailbox is ready */
352 /* relocate SMP mailbox insn. for cpuN to poll for go signal */
372 /* notify cpuN mailbox is ready */
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh134 echo "set-config cpuN configM - Set applied operating config for cpuN to configM"
135 echo "set-bf cpuN val - Set SST-BF enablement for cpuN to val (boolean)"
/openbmc/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 */
/openbmc/u-boot/doc/
H A DREADME.Heterogeneous-SoCs100 CPUn - PowerPC core
101 DSP CPUn - SC3900 core
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/sparc/kernel/
H A Dprom_64.c381 bool arch_find_n_match_cpu_physical_id(struct device_node *cpun, in arch_find_n_match_cpu_physical_id() argument
393 struct property *prop = of_find_property(cpun, "reg", NULL); in arch_find_n_match_cpu_physical_id()
403 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1); in arch_find_n_match_cpu_physical_id()
407 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1); in arch_find_n_match_cpu_physical_id()
/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml60 If reg value is not zero, cpun exit wfi and go
/openbmc/linux/Documentation/powerpc/
H A Ddscr.rst43 - CPU specific DSCR default: /sys/devices/system/cpu/cpuN/dscr
/openbmc/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
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
/openbmc/linux/include/linux/
H A Dcpu.h42 extern bool arch_find_n_match_cpu_physical_id(struct device_node *cpun,
H A Dof.h365 extern u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread);
/openbmc/linux/tools/perf/bench/
H A Dnuma.c205 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1480 The very first "cpu" line aggregates the numbers in all of the other "cpuN"
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1521 * the MRQ index (N) as follows cpuN/mrqN. When contexts are in lpfc_nvmet_setup_io_context()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5492 * cpun: <value_on_cpun> in do_test_pprint()