Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 24 of 24) sorted by relevance

/arch/powerpc/kvm/
A Dtrace.h49 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,
A De500.c236 unsigned int pr, tid, ts; in kvmppc_e500_tlbil_one() local
242 tid = get_tlb_tid(gtlbe); in kvmppc_e500_tlbil_one()
257 pid = local_sid_lookup(&idt->id[ts][tid][pr]); in kvmppc_e500_tlbil_one()
259 kvmppc_e500_id_table_reset_one(vcpu_e500, ts, tid, pr); in kvmppc_e500_tlbil_one()
A De500_mmu.c102 unsigned int tid; in kvmppc_e500_tlb_index() local
110 tid = get_tlb_tid(tlbe); in kvmppc_e500_tlb_index()
111 if (tid && (tid != pid)) in kvmppc_e500_tlb_index()
279 int tid, esel; in tlbilx_all() local
284 tid = get_tlb_tid(tlbe); in tlbilx_all()
285 if (type == 0 || tid == pid) { in tlbilx_all()
A De500mc.c59 unsigned int tid, ts; in kvmppc_e500_tlbil_one() local
65 tid = get_tlb_tid(gtlbe); in kvmppc_e500_tlbil_one()
68 val = (tid << 16) | ts; in kvmppc_e500_tlbil_one()
A Dbook3s_hv_p9_entry.c32 current->thread.tidr != vcpu->arch.tid) in load_spr_state()
33 mtspr(SPRN_TIDR, vcpu->arch.tid); in load_spr_state()
74 vcpu->arch.tid = mfspr(SPRN_TIDR); in store_spr_state()
169 current->thread.tidr != vcpu->arch.tid) in restore_p9_host_os_sprs()
A Dbook3s_hv.c2367 *val = get_reg_val(id, vcpu->arch.tid); in kvmppc_get_one_reg_hv()
2622 vcpu->arch.tid = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
/arch/sparc/kernel/
A Dirq_64.c315 unsigned int tid; in sun4u_compute_tid() local
319 tid <<= IMAP_TID_SHIFT; in sun4u_compute_tid()
320 tid &= IMAP_TID_UPA; in sun4u_compute_tid()
329 tid &= IMAP_TID_JBUS; in sun4u_compute_tid()
336 tid &= (IMAP_AID_SAFARI | in sun4u_compute_tid()
341 tid &= IMAP_TID_UPA; in sun4u_compute_tid()
345 return tid; in sun4u_compute_tid()
374 unsigned int tid; in sun4u_irq_enable() local
385 val |= tid | IMAP_VALID; in sun4u_irq_enable()
399 unsigned int tid; in sun4u_set_affinity() local
[all …]
/arch/s390/kvm/
A Ddiag.c190 int tid; in __diag_time_slice_end_directed() local
192 tid = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; in __diag_time_slice_end_directed()
196 if (tid == vcpu->vcpu_id) in __diag_time_slice_end_directed()
200 tcpu = kvm_get_vcpu_by_id(vcpu->kvm, tid); in __diag_time_slice_end_directed()
216 tid); in __diag_time_slice_end_directed()
224 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: done", tid); in __diag_time_slice_end_directed()
227 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: ignored", tid); in __diag_time_slice_end_directed()
/arch/powerpc/platforms/cell/spufs/
A Dsputrace.h23 __entry->owner_tid = ctx->tid;
A Dspufs.h105 pid_t tid; member
A Dsched.c109 ctx->tid = current->pid; in __spu_update_sched_info()
A Dfile.c2153 seq_printf(s, "%d\n", ctx->tid); in spufs_show_tid()
/arch/powerpc/platforms/powernv/
A Dsubcore.c287 int tid = cpu_thread_in_core(cpu); in update_subcore_sibling_mask() local
288 int offset = (tid / threads_per_subcore) * threads_per_subcore; in update_subcore_sibling_mask()
/arch/powerpc/platforms/pseries/
A Dvas.h111 __be32 tid; /* LPAR Thread ID */ member
/arch/s390/include/asm/
A Dpci_clp.h136 u16 tid; member
A Dpci.h137 u16 tid; /* Topology for which RID is valid */ member
/arch/powerpc/sysdev/
A Dfsl_rmu.c191 u16 tid; member
323 dmsg->sid, dmsg->tid, dmsg->info); in fsl_rio_dbell_handler()
340 dmsg->tid, in fsl_rio_dbell_handler()
351 dmsg->sid, dmsg->tid, in fsl_rio_dbell_handler()
/arch/s390/pci/
A Dpci_clp.c179 zdev->tid = response->tid; in clp_store_query_pci_fn()
A Dpci_bus.c382 topo = topo_is_tid ? zdev->tid : zdev->pchid; in zpci_bus_device_register()
/arch/x86/events/intel/
A Dcore.c3618 int tid = cpuc->excl_thread_id; in intel_start_scheduling() local
3632 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3648 int tid = cpuc->excl_thread_id; in intel_commit_scheduling() local
3659 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3674 int tid = cpuc->excl_thread_id; in intel_stop_scheduling() local
3687 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()
3731 int tid = cpuc->excl_thread_id; in intel_get_excl_constraints() local
3767 xlo = &excl_cntrs->states[tid ^ 1]; in intel_get_excl_constraints()
3777 WRITE_ONCE(excl_cntrs->has_exclusive[tid], 1); in intel_get_excl_constraints()
3863 int tid = cpuc->excl_thread_id; in intel_put_excl_constraints() local
[all …]
/arch/s390/kernel/
A Dperf_pai_ext.c494 data.tid_entry.tid = task_pid_nr(current); in paiext_push_sample()
A Dperf_pai_crypto.c467 data.tid_entry.tid = task_pid_nr(current); in paicrypt_push_sample()
A Dperf_cpum_sf.c656 data->tid_entry.tid = cpumsf_pid_type(event, pid, PIDTYPE_PID); in cpumsf_output_event_pid()
/arch/powerpc/include/asm/
A Dkvm_host.h623 ulong tid; member

Completed in 74 milliseconds