Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs87 const VERSION_1_2: Version = Version { major: 1, minor: 2 }; constant
109 Self::VERSION_1_2 => Entry::VmBaseDtbo, in entry_count()
111 const LATEST: Version = Header::VERSION_1_2; in entry_count()