Searched defs:opcode (Results 1 – 4 of 4) sorted by relevance
/kvmtool/powerpc/ |
H A D | spapr_hcall.c | 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() 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 D | spapr_hvcons.c | 35 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 D | xics.c | 278 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 D | virtio_pci.h | 244 __le16 opcode; member
|