Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 10 of 10) sorted by relevance

/arch/powerpc/kernel/
Dudbg_16550.c33 #define thr rbr macro
66 out_8(&udbg_comport->thr, c); in udbg_550_putc()
175 real_writeb(c, &udbg_comport->thr); eieio(); in udbg_maple_real_putc()
205 real_205_writeb(c, &udbg_comport->thr); eieio(); in udbg_pas_real_putc()
237 as1_writeb(c, &udbg_comport->thr); eieio(); in udbg_44x_as1_putc()
277 real_writeb(c, &udbg_comport->thr); eieio(); in udbg_40x_real_putc()
318 writeb(c, &udbg_comport->thr); eieio(); in udbg_wsp_putc()
Dprocess.c492 struct thread_struct *thr = &tsk->thread; in tm_reclaim_task() local
494 if (!thr->regs) in tm_reclaim_task()
497 if (!MSR_TM_ACTIVE(thr->regs->msr)) in tm_reclaim_task()
504 thr->tm_orig_msr = thr->regs->msr; in tm_reclaim_task()
508 tsk->pid, thr->regs->nip, in tm_reclaim_task()
509 thr->regs->ccr, thr->regs->msr, in tm_reclaim_task()
510 thr->regs->trap); in tm_reclaim_task()
512 tm_reclaim(thr, thr->regs->msr, TM_CAUSE_RESCHED); in tm_reclaim_task()
523 tm_save_sprs(thr); in tm_reclaim_task()
/arch/ia64/include/asm/sn/
Dioc3.h31 char thr; /* write only, DLAB == 0 */ member
41 #define iu_thr u1.thr
/arch/sh/include/asm/
Dsmc37c93x.h84 #define thr rbr macro
/arch/blackfin/include/asm/
Dbfin_serial.h227 u32 thr; member
244 __BFP(thr);
249 u16 thr;
/arch/powerpc/kvm/
Dbook3s_hv.c1124 int thr = cpu_thread_in_core(cpu); in on_primary_thread() local
1126 if (thr) in on_primary_thread()
1128 while (++thr < threads_per_core) in on_primary_thread()
1129 if (cpu_online(cpu + thr)) in on_primary_thread()
1133 for (thr = 1; thr < threads_per_core; ++thr) { in on_primary_thread()
1134 if (kvmppc_grab_hwthread(cpu + thr)) { in on_primary_thread()
1137 kvmppc_release_hwthread(cpu + thr); in on_primary_thread()
1138 } while (--thr > 0); in on_primary_thread()
/arch/mips/include/asm/sn/
Dioc3.h14 volatile u8 thr; /* write only, DLAB == 0 */ member
33 #define iu_thr u1.thr
/arch/blackfin/kernel/
Ddebug-mmrs.c556 __UART(THR, thr); in bfin_debug_mmrs_uart()
560 __UART(THR, thr); in bfin_debug_mmrs_uart()
/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4685 uint64_t thr:8; member
4687 uint64_t thr:8;
5182 uint64_t thr:8; member
5184 uint64_t thr:8;
/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c2168 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");