Searched refs:thr (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/kernel/ |
D | udbg_16550.c | 33 #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()
|
D | process.c | 492 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/ |
D | ioc3.h | 31 char thr; /* write only, DLAB == 0 */ member 41 #define iu_thr u1.thr
|
/arch/sh/include/asm/ |
D | smc37c93x.h | 84 #define thr rbr macro
|
/arch/blackfin/include/asm/ |
D | bfin_serial.h | 227 u32 thr; member 244 __BFP(thr); 249 u16 thr;
|
/arch/powerpc/kvm/ |
D | book3s_hv.c | 1124 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/ |
D | ioc3.h | 14 volatile u8 thr; /* write only, DLAB == 0 */ member 33 #define iu_thr u1.thr
|
/arch/blackfin/kernel/ |
D | debug-mmrs.c | 556 __UART(THR, thr); in bfin_debug_mmrs_uart() 560 __UART(THR, thr); in bfin_debug_mmrs_uart()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4685 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/ |
D | perf_event_intel_uncore.c | 2168 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");
|