Searched refs:thr (Results 1 – 9 of 9) sorted by relevance
| /arch/arm64/boot/dts/mediatek/ |
| A D | mt8183-kukui-audio-da7219.dtsi | 28 dlg,mic-det-thr = <500>; 33 dlg,a-d-btn-thr = <0xa>; 34 dlg,d-b-btn-thr = <0x16>; 35 dlg,b-c-btn-thr = <0x21>; 36 dlg,c-mic-btn-thr = <0x3E>;
|
| /arch/powerpc/platforms/powernv/ |
| A D | idle.c | 819 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local 826 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 827 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch() 832 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 836 poke_threads |= (1 << thr); in pnv_power9_force_smt4_catch() 842 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 851 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 855 poke_threads &= ~(1 << thr); in pnv_power9_force_smt4_catch() 865 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local 871 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_release() [all …]
|
| /arch/powerpc/kernel/ |
| A D | process.c | 953 tm_reclaim(thr, cause); in tm_reclaim_thread() 967 if ((thr->ckpt_regs.msr & MSR_FP) == 0) in tm_reclaim_thread() 968 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread() 970 if ((thr->ckpt_regs.msr & MSR_VEC) == 0) in tm_reclaim_thread() 971 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread() 995 if (!thr->regs) in tm_reclaim_task() 998 if (!MSR_TM_ACTIVE(thr->regs->msr)) in tm_reclaim_task() 1005 tsk->pid, thr->regs->nip, in tm_reclaim_task() 1006 thr->regs->ccr, thr->regs->msr, in tm_reclaim_task() 1007 thr->regs->trap); in tm_reclaim_task() [all …]
|
| /arch/powerpc/kvm/ |
| A D | book3s_hv.c | 882 int thr; in kvmppc_doorbell_pending() local 1511 for (thr = 0; thr < nthreads; ++thr, ++cpu) { in kvmppc_read_dpdes() 1524 dpdes |= 1 << thr; in kvmppc_read_dpdes() 1537 u32 inst, rb, thr; in kvmppc_emulate_doorbell_instr() local 1576 arg = thr; in kvmppc_emulate_doorbell_instr() 3397 int thr; in on_primary_thread() local 3403 thr = 0; in on_primary_thread() 3409 for (thr = 1; thr < threads_per_subcore; ++thr) { in on_primary_thread() 3789 int pcpu, thr; in kvmppc_run_core() local 3910 for (thr = 0; thr < controlled_threads; ++thr) { in kvmppc_run_core() [all …]
|
| /arch/sh/include/asm/ |
| A D | smc37c93x.h | 85 #define thr rbr macro
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 450 dlg,mic-det-thr = <500>; 455 dlg,a-d-btn-thr = <0xa>; 456 dlg,d-b-btn-thr = <0x16>; 457 dlg,b-c-btn-thr = <0x21>; 458 dlg,c-mic-btn-thr = <0x3E>;
|
| A D | rk3566-bigtreetech-cb2.dtsi | 572 ti,rt-thr = <3000>;
|
| /arch/x86/events/intel/ |
| A D | uncore_nhmex.c | 877 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-mio-defs.h | 3952 uint64_t thr:8; member 3954 uint64_t thr:8; 4367 uint64_t thr:8; member 4369 uint64_t thr:8;
|
Completed in 45 milliseconds