Lines Matching refs:ucall
14 struct ucall ucalls[KVM_MAX_VCPUS];
31 struct ucall *uc; in ucall_init()
50 static struct ucall *ucall_alloc(void) in ucall_alloc()
52 struct ucall *uc; in ucall_alloc()
76 static void ucall_free(struct ucall *uc) in ucall_free()
85 struct ucall *uc; in ucall_assert()
106 struct ucall *uc; in ucall_fmt()
121 void ucall(uint64_t cmd, int nargs, ...) in ucall() function
123 struct ucall *uc; in ucall()
143 uint64_t get_ucall(struct kvm_vcpu *vcpu, struct ucall *uc) in get_ucall()
145 struct ucall ucall; in get_ucall() local
149 uc = &ucall; in get_ucall()