Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs317 let highest_ext_function = unsafe { __cpuid(0x80000000) }; in host_phys_addr_bits() localVariable
318 if highest_ext_function.eax >= 0x80000008 { in host_phys_addr_bits()