Searched refs:cpu_json (Results 1 – 1 of 1) sorted by relevance
84 const Json::Value cpu_json = CF_EXPECT( in CrosvmCpuArguments() local87 const int affinity = CF_EXPECT(GetValue<int>(cpu_json, {"affinity"})); in CrosvmCpuArguments()91 CF_EXPECT(GetValue<std::string>(cpu_json, {"frequencies"})); in CrosvmCpuArguments()94 const int capacity = CF_EXPECT(GetValue<int>(cpu_json, {"capacity"})); in CrosvmCpuArguments()97 const int cpu_ipc_ratio = CF_EXPECT(GetValue<int>(cpu_json, {"ipc_ratio"})); in CrosvmCpuArguments()100 const int domain = CF_EXPECT(GetValue<int>(cpu_json, {"freq_domain"})); in CrosvmCpuArguments()