Lines Matching refs:ucall
11 struct ucall ucalls[KVM_MAX_VCPUS];
28 struct ucall *uc; in ucall_init()
46 static struct ucall *ucall_alloc(void) in ucall_alloc()
48 struct ucall *uc; in ucall_alloc()
72 static void ucall_free(struct ucall *uc) in ucall_free()
81 struct ucall *uc; in ucall_assert()
102 struct ucall *uc; in ucall_fmt()
117 void ucall(uint64_t cmd, int nargs, ...) in ucall() function
119 struct ucall *uc; in ucall()
139 uint64_t get_ucall(struct kvm_vcpu *vcpu, struct ucall *uc) in get_ucall()
141 struct ucall ucall; in get_ucall() local
145 uc = &ucall; in get_ucall()