Home
last modified time | relevance | path

Searched refs:tcpu (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_hcall.c454 PowerPCCPU *tcpu; in h_register_vpa() local
456 tcpu = spapr_find_cpu(procno); in h_register_vpa()
457 if (!tcpu) { in h_register_vpa()
463 ret = register_vpa(tcpu, vpa); in h_register_vpa()
467 ret = deregister_vpa(tcpu, vpa); in h_register_vpa()
479 ret = register_dtl(tcpu, vpa); in h_register_vpa()
483 ret = deregister_dtl(tcpu, vpa); in h_register_vpa()
632 PowerPCCPU *tcpu; in h_prod() local
636 tcpu = spapr_find_cpu(target); in h_prod()
637 cs = CPU(tcpu); in h_prod()
[all …]
H A Dspapr_numa.c601 PowerPCCPU *tcpu; in h_home_node_associativity() local
610 tcpu = spapr_find_cpu(procno); in h_home_node_associativity()
611 if (tcpu == NULL) { in h_home_node_associativity()
624 vcpu_assoc = spapr_numa_get_vcpu_assoc(spapr, tcpu); in h_home_node_associativity()