Lines Matching refs:notifications

289 	struct notifications *notifications;  in TEST_F()  local
297 notifications = &current_vm->notifications.from_vm; in TEST_F()
314 EXPECT_EQ(notifications->global.pending, 0ull); in TEST_F()
325 EXPECT_EQ(notifications->per_vcpu[vcpu_idx].pending, 0ull); in TEST_F()
339 EXPECT_EQ(notifications->per_vcpu[vcpu_idx].pending, 0ull); in TEST_F()
340 EXPECT_EQ(notifications->global.pending, 0ull); in TEST_F()
373 struct notifications *notifications = in TEST_F() local
374 &current_vm->notifications.from_sp; in TEST_F()
393 EXPECT_EQ(to_set, notifications->global.info_get_retrieved); in TEST_F()
407 EXPECT_EQ(notifications->global.info_get_retrieved, 0U); in TEST_F()
408 EXPECT_EQ(notifications->global.pending, 0U); in TEST_F()
437 struct notifications *notifications = in TEST_F() local
438 &current_vm->notifications.from_sp; in TEST_F()
458 notifications->per_vcpu[0].info_get_retrieved); in TEST_F()
472 EXPECT_EQ(notifications->per_vcpu[0].info_get_retrieved, 0U); in TEST_F()
473 EXPECT_EQ(notifications->per_vcpu[0].pending, 0U); in TEST_F()
495 struct notifications *notifications; in TEST_F() local
505 notifications = &current_vm->notifications.from_sp; in TEST_F()
553 EXPECT_EQ(notifications->per_vcpu[i].pending, 0); in TEST_F()
554 EXPECT_EQ(notifications->per_vcpu[i].info_get_retrieved, 0); in TEST_F()
568 struct notifications *notifications = in TEST_F() local
569 &current_vm->notifications.from_sp; in TEST_F()
606 EXPECT_EQ(notifications->per_vcpu[0].info_get_retrieved, 0U); in TEST_F()
632 EXPECT_EQ(notifications->global.info_get_retrieved, in TEST_F()
647 struct notifications *notifications; in TEST_F() local
665 notifications = &current_vm->notifications.from_sp; in TEST_F()
679 EXPECT_EQ(notifications->global.info_get_retrieved, 0U); in TEST_F()
680 EXPECT_EQ(notifications->global.pending, FFA_NOTIFICATION_MASK(10)); in TEST_F()