Searched refs:vcpu_id_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A De500.c41 * Each vcpu keeps one vcpu_id_table.
43 struct vcpu_id_table { struct
48 * This table provide reversed mappings of vcpu_id_table:
49 * ID --> address of vcpu_id_table item.
64 * A mapping is only valid when vcpu_id_table and pcpu_id_table are match.
122 vcpu_e500->idt = kzalloc(sizeof(struct vcpu_id_table), GFP_KERNEL);
152 memset(vcpu_e500->idt, 0, sizeof(struct vcpu_id_table));
163 struct vcpu_id_table *idt = vcpu_e500->idt;
189 struct vcpu_id_table *idt = vcpu_e500->idt;
235 struct vcpu_id_table *id
[all...]
H A De500.h50 struct vcpu_id_table;
96 struct vcpu_id_table *idt;

Completed in 268 milliseconds