Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_util.c44 return (vmm_is_intel() || vmm_is_svm()); in vmm_is_hw_supported()
48 vmm_is_intel(void) in vmm_is_intel() function
H A Dvmm_util.h37 bool vmm_is_intel(void);
H A Dvmm_stat.c67 if (vst->scope == VMM_STAT_SCOPE_INTEL && !vmm_is_intel()) in vmm_stat_register()
H A Dx86.c490 if (vmm_is_intel()) { in x86_emulate_cpuid()
H A Dvmm.c199 if (vmm_is_intel()) \
/f-stack/freebsd/amd64/vmm/io/
H A Diommu.c186 if (vmm_is_intel()) in iommu_init()