Home
last modified time | relevance | path

Searched refs:should_defer_rollback_protection (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Dmain.rs132 let defer_rollback_protection = should_defer_rollback_protection(fdt)? in main()
303 fn should_defer_rollback_protection(fdt: &Fdt) -> Result<bool, RebootReason> { in should_defer_rollback_protection() function
/packages/modules/Virtualization/microdroid_manager/src/
Dmain.rs168 fn should_defer_rollback_protection() -> bool { in should_defer_rollback_protection() function
318 let instance_data = if should_defer_rollback_protection() { in try_run_payload()
Dvm_secret.rs95 if !crate::should_defer_rollback_protection() { in new()