| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | platsmp-apmu.c | 33 /* 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 D | setup.c | 158 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 D | mce.c | 627 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 D | README.Heterogeneous-SoCs | 100 CPUn - PowerPC core 101 DSP CPUn - SC3900 core
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | prom_64.c | 381 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 D | sysfs-devices-system-cpu | 6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 313 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 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 | 62 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
| H A D | sysctrl.yaml | 60 If reg value is not zero, cpun exit wfi and go
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | dscr.rst | 43 - CPU specific DSCR default: /sys/devices/system/cpu/cpuN/dscr
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpu.h | 41 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 D | dhd_linux_lb.c | 1095 * 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 D | dhd_linux_lb.c | 1087 * 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 D | dhd_linux_lb.c | 1095 * 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 D | dhd_linux_lb.c | 1139 * 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 D | dhd_linux_lb.c | 1139 * 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 D | numa.c | 204 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 1469 The very first "cpu" line aggregates the numbers in all of the other "cpuN"
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 1514 * 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 D | btf.c | 4821 * cpun: <value_on_cpun> in do_test_pprint()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 3048 * 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.
|