Home
last modified time | relevance | path

Searched defs:token (Results 1 – 5 of 5) sorted by relevance

/kvmtool/powerpc/
H A Dspapr_rtas.c39 uint32_t token, uint32_t nargs, in rtas_display_character()
50 uint32_t token, uint32_t nargs, in rtas_put_term_char()
62 uint32_t token, uint32_t nargs, in rtas_get_term_char()
79 uint32_t token, uint32_t nargs, in rtas_get_time_of_day()
106 uint32_t token, uint32_t nargs, 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()
138 uint32_t token, uint32_t nargs, in rtas_query_cpu_stopped_state()
156 uint32_t token, uint32_t nargs, in rtas_start_cpu()
164 uint32_t token, uint32_t nargs, target_ulong args, in spapr_rtas_call()
H A Dspapr_pci.c49 uint32_t token, uint32_t nargs, in rtas_ibm_read_pci_config()
88 uint32_t token, uint32_t nargs, in rtas_read_pci_config()
119 uint32_t token, uint32_t nargs, in rtas_ibm_write_pci_config()
155 uint32_t token, uint32_t nargs, in rtas_write_pci_config()
H A Dxics.c322 static void rtas_set_xive(struct kvm_cpu *vcpu, uint32_t token, in rtas_set_xive()
350 static void rtas_get_xive(struct kvm_cpu *vcpu, uint32_t token, in rtas_get_xive()
374 static void rtas_int_off(struct kvm_cpu *vcpu, uint32_t token, in rtas_int_off()
398 static void rtas_int_on(struct kvm_cpu *vcpu, uint32_t token, in rtas_int_on()
H A Dspapr_hcall.c40 uint32_t token, nargs, nret; in h_rtas() local
/kvmtool/powerpc/include/asm/
H A Dkvm.h362 __u64 token; /* Use a token of 0 to undefine a mapping */ member