Searched defs:tid (Results 1 - 10 of 10) sorted by relevance

/arch/powerpc/include/asm/
H A Dkvm_44x.h32 u32 tid; /* Only the low 8 bits are used. */ member in struct:kvmppc_44x_tlbe
42 u8 tid; member in struct:kvmppc_44x_shadow_ref
/arch/powerpc/kvm/
H A D44x_tlb.c56 "nr", "tid", "word0", "word1", "word2");
62 i, tlbe->tid, tlbe->word0, tlbe->word1,
84 "mfspr %[tid], %[sprn_mmucr]\n"
85 "andi. %[tid], %[tid], 0xff\n"
91 [tid] "=r"(tlbe->tid)
105 "rlwimi %[tmp], %[tid], 0, 0xff\n"
114 [tid] "r"(stlbe->tid),
189 unsigned int tid; local
[all...]
H A De500_tlb.c383 unsigned int pr, tid, ts, pid; local
388 tid = get_tlb_tid(gtlbe);
405 (pid = local_sid_lookup(&idt->id[ts][tid][pr])) <= 0) {
406 kvmppc_e500_id_table_reset_one(vcpu_e500, ts, tid, pr);
486 unsigned int tid; local
494 tid = get_tlb_tid(tlbe);
495 if (tid && (tid != pid))
/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h154 cryptocop_tfrm_id tid; /* Locally unique in session; assigned by user, checked by driver. */ member in struct:cryptocop_transform_init
172 cryptocop_tfrm_id tid; member in struct:cryptocop_desc_cfg
192 cryptocop_tfrm_id tid; member in struct:cryptocop_tfrm_cfg
/arch/mips/include/asm/netlogic/xlr/
H A Dpic.h239 unsigned int tid, pid; local
241 tid = hwt & 0x3;
244 (pid << 20) | (tid << 16) | (nmi << 8) | irq);
/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h121 pid_t tid; member in struct:spu_context
/arch/sparc/kernel/
H A Dirq_64.c176 unsigned int tid; local
179 tid = starfire_translate(imap, cpuid);
180 tid <<= IMAP_TID_SHIFT;
181 tid &= IMAP_TID_UPA;
189 tid = cpuid << IMAP_TID_SHIFT;
190 tid &= IMAP_TID_JBUS;
195 tid = ((a << IMAP_AID_SHIFT) |
197 tid &= (IMAP_AID_SAFARI |
201 tid = cpuid << IMAP_TID_SHIFT;
202 tid
247 unsigned int tid; local
270 unsigned int tid; local
[all...]
/arch/powerpc/sysdev/
H A Dfsl_rmu.c192 u16 tid; member in struct:rio_dbell_msg
323 " sid %2.2x tid %2.2x info %4.4x\n",
324 dmsg->sid, dmsg->tid, dmsg->info);
341 dmsg->tid,
351 " sid %2.2x tid %2.2x info %4.4x\n",
352 dmsg->sid, dmsg->tid,
/arch/cris/arch-v32/drivers/
H A Dcryptocop.c86 cryptocop_tfrm_id tid; member in struct:cryptocop_tfrm_ctx
238 static struct cryptocop_transform_ctx *get_transform_ctx(struct cryptocop_session *sess, cryptocop_tfrm_id tid);
832 tctx = get_transform_ctx(sess, tcfg->tid);
834 DEBUG_API(printk("cryptocop_setup_dma_list: no transform id %d in session.\n", tcfg->tid));
839 DEBUG_API(printk("cryptocop_setup_dma_list: transform id %d inject_ix (%d) > operation->tfrm_op.outlen(%d)", tcfg->tid, tcfg->inject_ix, operation->tfrm_op.outlen));
946 DEBUG_API(printk("cryptocop_setup_dma_list: invalid algorithm %d specified in tfrm %d.\n", tctx->init.alg, tcfg->tid));
999 if (digest_ctx.tcfg && (digest_ctx.tcfg->tid == dcfg->tid)){
1001 } else if (cipher_ctx.tcfg && (cipher_ctx.tcfg->tid == dcfg->tid)){
1664 get_transform_ctx(struct cryptocop_session *sess, cryptocop_tfrm_id tid) argument
[all...]
/arch/ia64/include/asm/
H A Dpal.h1748 u64 tid :16, /* Thread id */ member in struct:pal_proc_n_log_info1_u::__anon1607
1775 #define log1_tid ppli1.ppli1_bits.tid

Completed in 364 milliseconds