Lines Matching defs:vcpu
27 static target_ulong h_set_dabr(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_set_dabr()
33 static target_ulong h_rtas(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_rtas()
50 static target_ulong h_logical_load(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_logical_load()
57 static target_ulong h_logical_store(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_logical_store()
64 static target_ulong h_logical_icbi(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_logical_icbi()
71 static target_ulong h_logical_dcbf(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_logical_dcbf()
83 static void get_cpu_lpcr(struct kvm_cpu *vcpu, target_ulong *lpcr) in get_cpu_lpcr()
94 static void set_cpu_lpcr(struct kvm_cpu *vcpu, target_ulong *lpcr) in set_cpu_lpcr()
105 static void set_endian_task(struct kvm_cpu *vcpu, void *data) in set_endian_task()
120 static target_ulong h_set_mode(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_set_mode()
161 target_ulong spapr_hypercall(struct kvm_cpu *vcpu, target_ulong opcode, in spapr_hypercall()