Searched refs:nextScope (Results 1 – 2 of 2) sorted by relevance
523 newScope->nextScope = iter->savedScope; in SecureDTEnterEntry()545 iter->savedScope = newScope->nextScope; in SecureDTExitEntry()586 iter->savedScope = scope->nextScope; in SecureDTRestartEntryIteration()
93 struct DTSavedScope * nextScope; member