Home
last modified time | relevance | path

Searched defs:is_debug_mode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/guest/pvmfw/src/dice/
Dchain.rs97 is_debug_mode: bool, field
126 let is_debug_mode = is_any_payload_debug_mode(&payloads)?; in new() localVariable
134 pub fn is_debug_mode(&self) -> bool { in is_debug_mode() method
208 pub fn is_debug_mode(&self) -> Result<bool> { in is_debug_mode() method
/packages/modules/Virtualization/guest/pvmfw/src/
Dmain.rs165 let is_debug_mode = dice_chain_info.is_debug_mode(); in parse_dice_handover() localVariable