Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c457 PowerPCCPU *tcpu; in h_register_vpa() local
459 tcpu = spapr_find_cpu(procno); in h_register_vpa()
460 if (!tcpu) { in h_register_vpa()
466 ret = register_vpa(tcpu, vpa); in h_register_vpa()
470 ret = deregister_vpa(tcpu, vpa); in h_register_vpa()
474 ret = register_slb_shadow(tcpu, vpa); in h_register_vpa()
478 ret = deregister_slb_shadow(tcpu, vpa); in h_register_vpa()
482 ret = register_dtl(tcpu, vpa); in h_register_vpa()
486 ret = deregister_dtl(tcpu, vpa); in h_register_vpa()
637 PowerPCCPU *tcpu; in h_prod() local
[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()