| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0015-libgav1-Enable-parser-on-arm32-as-well.patch | 18 (target_cpu == "x86" || target_cpu == "x64" || 19 - target_cpu == "arm64" || target_cpu == "ppc64") 20 + target_cpu == "arm" || target_cpu == "arm64" || target_cpu == "ppc64")
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0014-libgav1-Enable-parser-on-arm32-as-well.patch | 18 (target_cpu == "x86" || target_cpu == "x64" || 19 - target_cpu == "arm64" || target_cpu == "ppc64") 20 + target_cpu == "arm" || target_cpu == "arm64" || target_cpu == "ppc64")
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/ |
| H A D | 0015-libgav1-Enable-parser-on-arm32-as-well.patch | 18 (target_cpu == "x86" || target_cpu == "x64" || 19 - target_cpu == "arm64" || target_cpu == "ppc64") 20 + target_cpu == "arm" || target_cpu == "arm64" || target_cpu == "ppc64")
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 546 unsigned int target_cpu; in fiq_dbg_sdei_cpu_off_migrate_fiq() local 550 target_cpu = cpumask_any_but(cpu_online_mask, cpu); in fiq_dbg_sdei_cpu_off_migrate_fiq() 551 _rk_fiq_dbg_sdei_switch_cpu(target_cpu, 1); in fiq_dbg_sdei_cpu_off_migrate_fiq() 559 __func__, cpu, target_cpu); in fiq_dbg_sdei_cpu_off_migrate_fiq() 568 unsigned int target_cpu; in fiq_dbg_sdei_pm_callback() local 572 target_cpu = cpumask_first(cpu_online_mask); in fiq_dbg_sdei_pm_callback() 573 if (target_cpu != 0) in fiq_dbg_sdei_pm_callback() 576 _rk_fiq_dbg_sdei_switch_cpu(target_cpu, 1); in fiq_dbg_sdei_pm_callback() 759 unsigned int target_cpu; in fiq_debugger_cpu_offine_migrate_fiq() local 763 target_cpu = cpumask_any_but(cpu_online_mask, cpu); in fiq_debugger_cpu_offine_migrate_fiq() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-configure.ac-Use-_zicsr_zifencei-extentions-on-riscv.patch | 29 if test "x$target_cpu" = xriscv32; then 36 if test "x$target_cpu" = xriscv64; then 43 if test "x$target_cpu" = xia64; then
|
| H A D | 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch | 36 …if ( test "x$target_cpu" = xi386 || test "x$target_cpu" = xx86_64 ) && test "x$platform" != xemu; …
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/perl/ |
| H A D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_; 57 $last_wakeup{$target_cpu}{ts} = nsecs($common_secs, $common_nsecs);
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sun4d_irq.c | 487 int target_cpu; in sun4d_init_sbi_irq() local 489 target_cpu = boot_cpu_id; in sun4d_init_sbi_irq() 495 set_sbi_tid(devid, target_cpu << 3); in sun4d_init_sbi_irq() 496 board_to_cpu[board] = target_cpu; in sun4d_init_sbi_irq()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 359 ts.wake_up(self.timeslices, pid, target_cpu, fork) 433 target_cpu): argument 436 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 441 target_cpu): argument 444 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | kexec-x32.patch | 34 @@ -54,6 +54,15 @@ case $target_cpu in 37 ARCH="$target_cpu" 49 AC_MSG_ERROR([unsupported architecture $target_cpu])
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | vmbus_drv.c | 237 return sprintf(buf, "%d\n", cpu_to_node(hv_dev->channel->target_cpu)); in numa_node_show() 527 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 538 cur_sc->target_cpu); in channel_vp_mapping_show() 1707 return sprintf(buf, "%u\n", channel->target_cpu); in target_cpu_show() 1712 u32 target_cpu, origin_cpu; in target_cpu_store() local 1718 if (sscanf(buf, "%uu", &target_cpu) != 1) in target_cpu_store() 1722 if (target_cpu >= nr_cpumask_bits) in target_cpu_store() 1728 if (!cpu_online(target_cpu)) { in target_cpu_store() 1766 origin_cpu = channel->target_cpu; in target_cpu_store() 1767 if (target_cpu == origin_cpu) in target_cpu_store() [all …]
|
| H A D | channel_mgmt.c | 432 hv_clear_alloced_cpu(channel->target_cpu); in hv_process_channel_removal() 682 u32 target_cpu; in init_vp_index() local 696 channel->target_cpu = VMBUS_CONNECT_CPU; in init_vp_index() 725 target_cpu = cpumask_first(available_mask); in init_vp_index() 726 cpumask_set_cpu(target_cpu, alloced_mask); in init_vp_index() 728 channel->target_cpu = target_cpu; in init_vp_index()
|
| H A D | hv.c | 265 if (channel->target_cpu == cpu) { in hv_synic_cleanup() 270 if (sc->target_cpu == cpu) { in hv_synic_cleanup()
|
| H A D | hyperv_vmbus.h | 418 if (channel->target_cpu == cpu) in hv_is_alloced_cpu() 421 if (sc->target_cpu == cpu) in hv_is_alloced_cpu()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 269 static cpu_set_t bind_to_cpu(int target_cpu) in bind_to_cpu() argument 279 if (target_cpu == -1) { in bind_to_cpu() 285 BUG_ON(target_cpu < 0 || target_cpu >= g->p.nr_cpus); in bind_to_cpu() 286 CPU_SET(target_cpu, &mask); in bind_to_cpu() 1229 int target_cpu; in worker_thread() local 1241 target_cpu = g->p.nr_cpus-1; in worker_thread() 1243 target_cpu = 0; in worker_thread() 1245 orig_mask = bind_to_cpu(target_cpu); in worker_thread() 1249 printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu); in worker_thread()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-iproc-msi.c | 210 int target_cpu = cpumask_first(mask); in iproc_msi_irq_set_affinity() local 215 if (curr_cpu == target_cpu) in iproc_msi_irq_set_affinity() 219 data->hwirq = hwirq_to_canonical_hwirq(msi, data->hwirq) + target_cpu; in iproc_msi_irq_set_affinity() 223 irq_data_update_effective_affinity(data, cpumask_of(target_cpu)); in iproc_msi_irq_set_affinity()
|
| H A D | pci-xgene-msi.c | 175 int target_cpu = cpumask_first(mask); in xgene_msi_set_affinity() local 179 if (curr_cpu == target_cpu) in xgene_msi_set_affinity() 183 irqdata->hwirq = hwirq_to_canonical_hwirq(irqdata->hwirq) + target_cpu; in xgene_msi_set_affinity()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | storvsc_drv.c | 659 if (device->channel != channel && device->channel->target_cpu == old) { in storvsc_change_target_cpu() 667 if (cur_chn->target_cpu == old) { in storvsc_change_target_cpu() 722 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation() 723 cpumask_set_cpu(new_sc->target_cpu, &stor_device->alloced_cpus); in handle_sc_creation() 951 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init() 952 cpumask_set_cpu(device->channel->target_cpu, in storvsc_channel_init() 1400 if (outgoing_channel->target_cpu == q_num) { in storvsc_do_io()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | padata.c | 65 int cpu, target_cpu; in padata_index_to_cpu() local 67 target_cpu = cpumask_first(pd->cpumask.pcpu); in padata_index_to_cpu() 69 target_cpu = cpumask_next(target_cpu, pd->cpumask.pcpu); in padata_index_to_cpu() 71 return target_cpu; in padata_index_to_cpu()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 68 __field( int, target_cpu ) 76 __entry->target_cpu = task_cpu(p); 81 __entry->target_cpu)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch | 197 + if test "${target_cpu}" != "i686"; then 198 + PLATFORM_TRIPLET=${target_cpu}-${target_os}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
| H A D | fix-build-on-x86_64.patch | 3 When the target_cpu is x86_64, we should assume that the pkg uses 64bit,
|
| /OK3568_Linux_fs/kernel/include/linux/rockchip/ |
| H A D | rockchip_sip.h | 270 int sip_fiq_debugger_sdei_switch_cpu(u32 cur_cpu, u32 target_cpu, u32 flag); 401 static inline int sip_fiq_debugger_sdei_switch_cpu(u32 cur_cpu, u32 target_cpu, in sip_fiq_debugger_sdei_switch_cpu() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 82 fq->target_cpu, in dpaa2_dbg_fqs_show()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 512 int sip_fiq_debugger_sdei_switch_cpu(u32 cur_cpu, u32 target_cpu, u32 flag) in sip_fiq_debugger_sdei_switch_cpu() argument 517 cur_cpu, target_cpu, flag); in sip_fiq_debugger_sdei_switch_cpu()
|