Searched refs:nvmm_cpuid_00000007 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/nvmm/x86/
H A Dnvmm_x86.h321 extern const struct nvmm_x86_cpuid_mask nvmm_cpuid_00000007;
H A Dnvmm_x86.c297 const struct nvmm_x86_cpuid_mask nvmm_cpuid_00000007 = { variable in typeref:struct:nvmm_x86_cpuid_mask
H A Dnvmm_x86_svm.c918 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_00000007.ebx;
919 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_00000007.ecx;
920 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_00000007.edx;
H A Dnvmm_x86_vmx.c1311 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_00000007.ebx;
1312 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_00000007.ecx;
1313 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_00000007.edx;

Completed in 105 milliseconds