Searched defs:args (Results 1 – 9 of 9) sorted by relevance
/kvmtool/x86/bios/ |
H A D | int10.c | 27 static inline void int10_putchar(struct biosregs *args) in int10_putchar() 34 static void vbe_get_mode(struct biosregs *args) in vbe_get_mode() 57 static void vbe_get_info(struct biosregs *args) in vbe_get_info() 76 static void int10_vesa(struct biosregs *args) in int10_vesa() 94 bioscall void int10_handler(struct biosregs *args) in int10_handler()
|
/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() 162 target_ulong *args) in spapr_hypercall()
|
H A D | spapr_rtas.c | 40 target_ulong args, in rtas_display_character() 51 target_ulong args, in rtas_put_term_char() 63 target_ulong args, in rtas_get_term_char() 80 target_ulong args, in rtas_get_time_of_day() 107 target_ulong args, in rtas_set_time_of_day() 114 uint32_t token, uint32_t nargs, target_ulong args, in rtas_power_off() 125 uint32_t token, uint32_t nargs, target_ulong args, in rtas_system_reboot() 139 target_ulong args, in rtas_query_cpu_stopped_state() 157 target_ulong args, in rtas_start_cpu() 164 uint32_t token, uint32_t nargs, target_ulong args, in spapr_rtas_call()
|
H A D | spapr_hvcons.c | 35 …atic unsigned long h_put_term_char(struct kvm_cpu *vcpu, unsigned long opcode, unsigned long *args) in h_put_term_char() 65 …atic unsigned long h_get_term_char(struct kvm_cpu *vcpu, unsigned long opcode, unsigned long *args) 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() 323 uint32_t nargs, target_ulong args, in rtas_set_xive() 351 uint32_t nargs, target_ulong args, in rtas_get_xive() 375 uint32_t nargs, target_ulong args, in rtas_int_off() 399 uint32_t nargs, target_ulong args, in rtas_int_on()
|
H A D | spapr_pci.c | 50 target_ulong args, in rtas_ibm_read_pci_config() 89 target_ulong args, in rtas_read_pci_config() 120 target_ulong args, in rtas_ibm_write_pci_config() 156 target_ulong args, in rtas_write_pci_config()
|
/kvmtool/include/kvm/ |
H A D | util.h | 91 #define WARN_ONCE(condition, format, args...) ({ \ argument
|
/kvmtool/ |
H A D | kvm.c | 68 static int set_dir(const char *fmt, va_list args) in set_dir() 86 va_list args; in kvm__set_dir() local
|
/kvmtool/include/linux/ |
H A D | kvm.h | 263 __u64 args[6]; member 342 __u64 args[9]; member 414 unsigned long args[6]; member 617 __u64 args[4]; member
|