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

/netbsd-current/sys/dev/nvmm/x86/
H A Dnvmm_x86.h322 extern const struct nvmm_x86_cpuid_mask nvmm_cpuid_80000001;
H A Dnvmm_x86.c373 const struct nvmm_x86_cpuid_mask nvmm_cpuid_80000001 = { variable in typeref:struct:nvmm_x86_cpuid_mask
H A Dnvmm_x86_svm.c987 cpudata->vmcb->state.rax &= nvmm_cpuid_80000001.eax;
988 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_80000001.ebx;
989 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_80000001.ecx;
990 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_80000001.edx;
H A Dnvmm_x86_vmx.c1439 cpudata->gprs[NVMM_X64_GPR_RAX] &= nvmm_cpuid_80000001.eax;
1440 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_80000001.ebx;
1441 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_80000001.ecx;
1442 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_80000001.edx;

Completed in 197 milliseconds