Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs86 const VERSION_1_1: Version = Version { major: 1, minor: 1 }; constant
108 Self::VERSION_1_1 => Entry::VmDtbo, in entry_count()