Searched refs:DebugPolicy (Results 1 – 4 of 4) sorted by relevance
154 pub struct DebugPolicy { struct160 impl DebugPolicy { argument188 debug_policy: DebugPolicy,207 fn get_debug_policy(config: &VirtualMachineConfig) -> Option<DebugPolicy> { in get_debug_policy() argument219 Some(path) if !path.is_empty() => match DebugPolicy::from_overlay(Path::new(&path)) { in get_debug_policy()229 _ => match DebugPolicy::from_host() { in get_debug_policy()272 DebugPolicy::from_overlay("avf_debug_policy_with_ramdump.dtbo".as_ref()).unwrap(); in test_read_avf_debug_policy_with_ramdump()284 DebugPolicy::from_overlay("avf_debug_policy_without_ramdump.dtbo".as_ref()).unwrap(); in test_read_avf_debug_policy_without_ramdump()296 DebugPolicy::from_overlay("avf_debug_policy_with_adb.dtbo".as_ref()).unwrap(); in test_read_avf_debug_policy_with_adb()308 DebugPolicy::from_overlay("avf_debug_policy_without_adb.dtbo".as_ref()).unwrap(); in test_read_avf_debug_policy_without_adb()[all …]
21 use crate::debug_config::{DebugConfig, DebugPolicy};380 let debug_policy = DebugPolicy::from_host(); in getDebugPolicy()
110 Self::VERSION_1_0 => Entry::DebugPolicy, in entry_count()128 DebugPolicy, enumerator139 [Self::DiceHandover, Self::DebugPolicy, Self::VmDtbo, Self::VmBaseDtbo];
118 [WARN] Config entry DebugPolicy uses non-zero offset with zero size119 [WARN] Config entry DebugPolicy uses non-zero offset with zero size