Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 4 of 4) sorted by relevance

/kvmtool/powerpc/
H A Dspapr_hcall.c27 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()
120 static target_ulong h_set_mode(struct kvm_cpu *vcpu, target_ulong opcode, target_ulong *args) in h_set_mode()
142 void spapr_register_hypercall(target_ulong opcode, spapr_hcall_fn fn) in spapr_register_hypercall()
161 target_ulong spapr_hypercall(struct kvm_cpu *vcpu, target_ulong opcode, in spapr_hypercall()
H A Dspapr_hvcons.c35 static unsigned long h_put_term_char(struct kvm_cpu *vcpu, unsigned long opcode, unsigned long *arg… in h_put_term_char()
65 static unsigned long h_get_term_char(struct kvm_cpu *vcpu, unsigned long opcode, unsigned long *arg… in h_get_term_char()
H A Dxics.c278 target_ulong opcode, target_ulong *args) in h_cppr()
288 target_ulong opcode, target_ulong *args) in h_ipi()
303 target_ulong opcode, target_ulong *args) in h_xirr()
313 target_ulong opcode, target_ulong *args) in h_eoi()
/kvmtool/include/linux/
H A Dvirtio_pci.h244 __le16 opcode; member