/arch/powerpc/kvm/ |
D | trace.h | 49 TP_PROTO(unsigned int victim, unsigned int tid, unsigned int word0, 51 TP_ARGS(victim, tid, word0, word1, word2), 55 __field( unsigned int, tid ) 63 __entry->tid = tid; 70 __entry->victim, __entry->tid, __entry->word0, 75 TP_PROTO(unsigned int gtlb_index, unsigned int tid, unsigned int word0, 77 TP_ARGS(gtlb_index, tid, word0, word1, word2), 81 __field( unsigned int, tid ) 89 __entry->tid = tid; 96 __entry->gtlb_index, __entry->tid, __entry->word0,
|
D | e500.c | 240 unsigned int pr, tid, ts; in kvmppc_e500_tlbil_one() local 246 tid = get_tlb_tid(gtlbe); in kvmppc_e500_tlbil_one() 261 pid = local_sid_lookup(&idt->id[ts][tid][pr]); in kvmppc_e500_tlbil_one() 263 kvmppc_e500_id_table_reset_one(vcpu_e500, ts, tid, pr); in kvmppc_e500_tlbil_one()
|
D | e500_mmu.c | 105 unsigned int tid; in kvmppc_e500_tlb_index() local 113 tid = get_tlb_tid(tlbe); in kvmppc_e500_tlb_index() 114 if (tid && (tid != pid)) in kvmppc_e500_tlb_index() 282 int tid, esel; in tlbilx_all() local 287 tid = get_tlb_tid(tlbe); in tlbilx_all() 288 if (type == 0 || tid == pid) { in tlbilx_all()
|
D | e500mc.c | 62 unsigned int tid, ts; in kvmppc_e500_tlbil_one() local 68 tid = get_tlb_tid(gtlbe); in kvmppc_e500_tlbil_one() 71 val = (tid << 16) | ts; in kvmppc_e500_tlbil_one()
|
D | book3s_hv.c | 1399 *val = get_reg_val(id, vcpu->arch.tid); in kvmppc_get_one_reg_hv() 1610 vcpu->arch.tid = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|
/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 43 cryptocop_tfrm_id tid; /* Locally unique in session; assigned by user, checked by driver. */ member 61 cryptocop_tfrm_id tid; member 81 cryptocop_tfrm_id tid; member
|
/arch/sparc/kernel/ |
D | irq_64.c | 316 unsigned int tid; in sun4u_compute_tid() local 319 tid = starfire_translate(imap, cpuid); in sun4u_compute_tid() 320 tid <<= IMAP_TID_SHIFT; in sun4u_compute_tid() 321 tid &= IMAP_TID_UPA; in sun4u_compute_tid() 329 tid = cpuid << IMAP_TID_SHIFT; in sun4u_compute_tid() 330 tid &= IMAP_TID_JBUS; in sun4u_compute_tid() 335 tid = ((a << IMAP_AID_SHIFT) | in sun4u_compute_tid() 337 tid &= (IMAP_AID_SAFARI | in sun4u_compute_tid() 341 tid = cpuid << IMAP_TID_SHIFT; in sun4u_compute_tid() 342 tid &= IMAP_TID_UPA; in sun4u_compute_tid() [all …]
|
/arch/s390/kvm/ |
D | diag.c | 160 int tid; in __diag_time_slice_end_directed() local 162 tid = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; in __diag_time_slice_end_directed() 164 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d", tid); in __diag_time_slice_end_directed() 166 if (tid == vcpu->vcpu_id) in __diag_time_slice_end_directed() 169 tcpu = kvm_get_vcpu_by_id(vcpu->kvm, tid); in __diag_time_slice_end_directed()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sputrace.h | 22 __entry->owner_tid = ctx->tid;
|
D | spufs.h | 118 pid_t tid; member
|
D | sched.c | 122 ctx->tid = current->pid; in __spu_update_sched_info()
|
D | file.c | 2207 seq_printf(s, "%d\n", ctx->tid); in spufs_show_tid()
|
/arch/mips/include/asm/netlogic/xlr/ |
D | pic.h | 243 unsigned int tid, pid; in nlm_pic_send_ipi() local 245 tid = hwt & 0x3; in nlm_pic_send_ipi() 248 (pid << 20) | (tid << 16) | (nmi << 8) | irq); in nlm_pic_send_ipi()
|
/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 87 cryptocop_tfrm_id tid; member 239 … cryptocop_transform_ctx *get_transform_ctx(struct cryptocop_session *sess, cryptocop_tfrm_id tid); 833 tctx = get_transform_ctx(sess, tcfg->tid); in cryptocop_setup_dma_list() 835 DEBUG_API(printk("cryptocop_setup_dma_list: no transform id %d in session.\n", tcfg->tid)); in cryptocop_setup_dma_list() 840 …st: transform id %d inject_ix (%d) > operation->tfrm_op.outlen(%d)", tcfg->tid, tcfg->inject_ix, o… in cryptocop_setup_dma_list() 947 …yptocop_setup_dma_list: invalid algorithm %d specified in tfrm %d.\n", tctx->init.alg, tcfg->tid)); in cryptocop_setup_dma_list() 1000 if (digest_ctx.tcfg && (digest_ctx.tcfg->tid == dcfg->tid)){ in cryptocop_setup_dma_list() 1002 } else if (cipher_ctx.tcfg && (cipher_ctx.tcfg->tid == dcfg->tid)){ in cryptocop_setup_dma_list() 1004 } else if (csum_ctx.tcfg && (csum_ctx.tcfg->tid == dcfg->tid)){ in cryptocop_setup_dma_list() 1008 …PI(printk("cryptocop_setup_dma_list: invalid transform %d specified in descriptor.\n", dcfg->tid)); in cryptocop_setup_dma_list() [all …]
|
/arch/powerpc/platforms/powernv/ |
D | subcore.c | 279 int tid = cpu_thread_in_core(cpu); in update_subcore_sibling_mask() local 280 int offset = (tid / threads_per_subcore) * threads_per_subcore; in update_subcore_sibling_mask()
|
/arch/arc/plat-eznps/include/plat/ |
D | ctop.h | 140 __reserved4:4, tid:4; member
|
/arch/powerpc/sysdev/ |
D | fsl_rmu.c | 195 u16 tid; member 327 dmsg->sid, dmsg->tid, dmsg->info); in fsl_rio_dbell_handler() 344 dmsg->tid, in fsl_rio_dbell_handler() 355 dmsg->sid, dmsg->tid, in fsl_rio_dbell_handler()
|
/arch/x86/events/intel/ |
D | core.c | 2597 int tid = cpuc->excl_thread_id; in intel_start_scheduling() local 2611 xl = &excl_cntrs->states[tid]; in intel_start_scheduling() 2627 int tid = cpuc->excl_thread_id; in intel_commit_scheduling() local 2638 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling() 2653 int tid = cpuc->excl_thread_id; in intel_stop_scheduling() local 2666 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling() 2710 int tid = cpuc->excl_thread_id; in intel_get_excl_constraints() local 2746 xlo = &excl_cntrs->states[tid ^ 1]; in intel_get_excl_constraints() 2756 WRITE_ONCE(excl_cntrs->has_exclusive[tid], 1); in intel_get_excl_constraints() 2833 int tid = cpuc->excl_thread_id; in intel_put_excl_constraints() local [all …]
|
/arch/ia64/include/asm/ |
D | pal.h | 1749 u64 tid :16, /* Thread id */ member 1776 #define log1_tid ppli1.ppli1_bits.tid
|
/arch/powerpc/include/asm/ |
D | kvm_host.h | 567 ulong tid; member
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 549 OFFSET(VCPU_TID, kvm_vcpu, arch.tid); in main()
|