Searched refs:dummyPage (Results 1 – 3 of 3) sorted by relevance
203 auto *dummyPage = &GetInstance()[""]; variable206 EXPECT_NE(&GetInstance()[pageId], dummyPage);208 EXPECT_EQ(&GetInstance()["nonexist"], dummyPage);
280 if (chan->dummyPage == NULL) { in DmacGetDummyBuf()281 chan->dummyPage = OsalMemCalloc(sizeof(cntlr->maxTransSize)); in DmacGetDummyBuf()284 return (chan->dummyPage == NULL) ? 0 : (uintptr_t)LOS_PaddrQuery(chan->dummyPage); in DmacGetDummyBuf()
125 void *dummyPage; member