Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c147 if (!(cap2ctrl(cap, CPU_BASED2_RDTSCP) & CPU_BASED2_RDTSCP)) { in hvf_get_supported_cpuid()
151 if (!(cap2ctrl(cap, CPU_BASED_TSC_OFFSET) & CPU_BASED_TSC_OFFSET)) { in hvf_get_supported_cpuid()
H A Dvmx.h75 static inline uint64_t cap2ctrl(uint64_t cap, uint64_t ctrl) in cap2ctrl() function