Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_reg.h46 #define CPUID_LEAF_HV_FEATURES 0x00000200 macro
H A Dhyperv_aarch64.c127 hv_get_vpreg_128(CPUID_LEAF_HV_FEATURES, &result); in hyperv_identify_features()
/freebsd-14.2/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_reg.h46 #define CPUID_LEAF_HV_FEATURES 0x40000003 macro
H A Dhyperv_x86.c168 do_cpuid(CPUID_LEAF_HV_FEATURES, regs); in hyperv_identify_features()
/freebsd-14.2/stand/efi/loader/
H A Dcopy.c52 #define CPUID_LEAF_HV_FEATURES 0x40000003 macro
83 do_cpuid(CPUID_LEAF_HV_FEATURES, regs); in running_on_hyperv()