Searched defs:is_per_vcpu (Results 1 – 2 of 2) sorted by relevance
943 static void __do_sched_recv_cb(u16 part_id, u16 vcpu, bool is_per_vcpu) in __do_sched_recv_cb()1319 static int __ffa_notify_request(struct ffa_device *dev, bool is_per_vcpu, in __ffa_notify_request()1371 static int ffa_notify_request(struct ffa_device *dev, bool is_per_vcpu, in ffa_notify_request()1386 bool is_per_vcpu, u16 vcpu) in ffa_notify_send()1484 ffa_self_notif_handle(u16 vcpu, bool is_per_vcpu, void *cb_data) in ffa_self_notif_handle()
845 bool is_per_vcpu = false; in optee_ffa_async_notif_init() local