Home | History | Annotate | Download | only in EmuRuntimeDxe

Lines Matching refs:EfiAtRuntime

110   if (!EfiAtRuntime ()) {

132 if (!EfiAtRuntime ()) {
309 if (EfiAtRuntime ()) {
709 if (EfiAtRuntime ()) {
739 if (EfiAtRuntime ()) {
910 if (EfiAtRuntime ()) {
912 // If EfiAtRuntime and the variable is Volatile and Runtime Access,
973 if (EfiAtRuntime () &&
1121 if (!(EfiAtRuntime () && ((Variable[Index]->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0))) {
1301 if (!(EfiAtRuntime () && ((Variable.CurrPtr->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0))) {
1508 } else if (EfiAtRuntime () && ((Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) {