Lines Matching full:subsystem

114     // based on the subsystem's TI info.  in createPelCustom()
116 uint8_t subsystem; in createPelCustom() local
118 it = i_additional.find("Subsystem"); in createPelCustom()
121 subsystem = std::stoi(it->second); in createPelCustom()
122 tiPel->setSubsystem(subsystem); in createPelCustom()
126 // The entry with key "Subsystem" does not exist in the additional map. in createPelCustom()
128 trace::err("Error the key Subsystem does not exist in the map."); in createPelCustom()
148 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) == subsystem) in createPelCustom()
175 // The entry with key "Subsystem" does not exist in the additional in createPelCustom()
234 // The entry with key "Subsystem" does not exist in the additional in createPelCustom()
364 // specific to the subsystem that generated the TI. in event()
394 uint8_t subsystem; in event() local
396 it = i_additional.find("Subsystem"); in event()
399 subsystem = std::stoi(it->second); in event()
403 // The entry with key "Subsystem" does not exist in the in event()
407 "Error the key Subsystem does not exist in the map."); in event()
414 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) != subsystem) in event()
447 uint8_t subsystem; in eventTerminate() local
449 it = i_additionalData.find("Subsystem"); in eventTerminate()
452 subsystem = std::stoi(it->second); in eventTerminate()
456 // The entry with key "Subsystem" does not exist in the additional in eventTerminate()
458 trace::err("Error the key Subsystem does not exist in the map."); in eventTerminate()
465 if (static_cast<uint8_t>(pel::SubsystemID::hypervisor) == subsystem) in eventTerminate()