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

/netbsd-current/sys/dev/nvmm/x86/
H A Dnvmm_x86.h323 extern const struct nvmm_x86_cpuid_mask nvmm_cpuid_80000007;
H A Dnvmm_x86.c419 const struct nvmm_x86_cpuid_mask nvmm_cpuid_80000007 = { variable in typeref:struct:nvmm_x86_cpuid_mask
H A Dnvmm_x86_svm.c999 cpudata->vmcb->state.rax &= nvmm_cpuid_80000007.eax;
1000 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_80000007.ebx;
1001 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_80000007.ecx;
1002 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_80000007.edx;
H A Dnvmm_x86_vmx.c1451 cpudata->gprs[NVMM_X64_GPR_RAX] &= nvmm_cpuid_80000007.eax;
1452 cpudata->gprs[NVMM_X64_GPR_RBX] &= nvmm_cpuid_80000007.ebx;
1453 cpudata->gprs[NVMM_X64_GPR_RCX] &= nvmm_cpuid_80000007.ecx;
1454 cpudata->gprs[NVMM_X64_GPR_RDX] &= nvmm_cpuid_80000007.edx;

Completed in 104 milliseconds