Lines Matching defs:vcpu_id_table
41 * Each vcpu keeps one vcpu_id_table.
43 struct vcpu_id_table {
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 *idt = vcpu_e500->idt;