Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c33 /* CPUn Power Status Control Register */
37 #define CPUNST(r, n) (((r) >> (n * 4)) & 3) /* CPUn Status Bit */
43 #define DBGCPUNREN(n) BIT((n) + 20) /* CPUn Reset Request Enable */
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsetup.c158 struct device_node *cpun; in setup_find_cpu_node() local
160 for_each_of_cpu_node(cpun) { in setup_find_cpu_node()
161 if (of_property_read_u32(cpun, "reg", &hwid)) in setup_find_cpu_node()
164 return cpun; in setup_find_cpu_node()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmce.c627 struct device_node *cpun; in init_debug_trig_function() local
633 cpun = of_get_cpu_node(smp_processor_id(), NULL); in init_debug_trig_function()
634 if (cpun) { in init_debug_trig_function()
635 of_property_for_each_string(cpun, "ibm,hmi-special-triggers", in init_debug_trig_function()
642 of_node_put(cpun); in init_debug_trig_function()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.Heterogeneous-SoCs100 CPUn - PowerPC core
101 DSP CPUn - SC3900 core
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c313 static bool __of_find_n_match_cpu_property(struct device_node *cpun, in __of_find_n_match_cpu_property() argument
320 ac = of_n_addr_cells(cpun); in __of_find_n_match_cpu_property()
321 cell = of_get_property(cpun, prop_name, &prop_len); in __of_find_n_match_cpu_property()
345 bool __weak arch_find_n_match_cpu_physical_id(struct device_node *cpun, in arch_find_n_match_cpu_physical_id() argument
353 __of_find_n_match_cpu_property(cpun, in arch_find_n_match_cpu_physical_id()
358 return __of_find_n_match_cpu_property(cpun, "reg", cpu, thread); in arch_find_n_match_cpu_physical_id()
382 struct device_node *cpun; in of_get_cpu_node() local
384 for_each_of_cpu_node(cpun) { in of_get_cpu_node()
385 if (arch_find_n_match_cpu_physical_id(cpun, cpu, thread)) in of_get_cpu_node()
386 return cpun; in of_get_cpu_node()
/OK3568_Linux_fs/kernel/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 DKconfig62 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml60 If reg value is not zero, cpun exit wfi and go
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Ddscr.rst43 - CPU specific DSCR default: /sys/devices/system/cpu/cpuN/dscr
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu.h41 extern bool arch_find_n_match_cpu_physical_id(struct device_node *cpun,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_lb.c1095 * So we can possibly have a window where a given CPUn is being brought
1096 * down from CPUm while we try to run a function on CPUn.
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_lb.c1087 * So we can possibly have a window where a given CPUn is being brought
1088 * down from CPUm while we try to run a function on CPUn.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_lb.c1095 * So we can possibly have a window where a given CPUn is being brought
1096 * down from CPUm while we try to run a function on CPUn.
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_lb.c1139 * So we can possibly have a window where a given CPUn is being brought
1140 * down from CPUm while we try to run a function on CPUn.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_lb.c1139 * So we can possibly have a window where a given CPUn is being brought
1140 * down from CPUm while we try to run a function on CPUn.
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c204 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1469 The very first "cpu" line aggregates the numbers in all of the other "cpuN"
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1514 * the MRQ index (N) as follows cpuN/mrqN. When contexts are in lpfc_nvmet_setup_io_context()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4821 * cpun: <value_on_cpun> in do_test_pprint()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c3048 * So we can possibly have a window where a given CPUn is being brought
3049 * down from CPUm while we try to run a function on CPUn.