Home
last modified time | relevance | path

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

/linux/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: argument
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); in kvmppc_e500_id_table_alloc()
152 memset(vcpu_e500->idt, 0, sizeof(struct vcpu_id_table)); in kvmppc_e500_id_table_reset_all()
163 struct vcpu_id_table *idt = vcpu_e500->idt; in kvmppc_e500_id_table_reset_one()
189 struct vcpu_id_table *idt = vcpu_e500->idt; in kvmppc_e500_get_sid()
235 struct vcpu_id_table *id in kvmppc_e500_tlbil_one()
[all...]
H A De500.h52 struct vcpu_id_table;
98 struct vcpu_id_table *idt;