Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A De500.c43 struct vcpu_id_table { struct
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 *idt = vcpu_e500->idt; in kvmppc_e500_tlbil_one()
H A De500.h50 struct vcpu_id_table;
96 struct vcpu_id_table *idt;