Searched refs:subleaf (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/ssh/ |
| H A D | xmss_fast.h | 16 unsigned int subleaf; member
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | cpu_model.c | 237 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, in getX86CpuIDAndInfoEx() argument 248 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 255 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 262 __cpuidex(registers, value, subleaf); in getX86CpuIDAndInfoEx()
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 601 static bool getX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, in getX86CpuIDAndInfoEx() argument 612 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 619 : "a"(value), "c"(subleaf)); in getX86CpuIDAndInfoEx() 626 __cpuidex(registers, value, subleaf); in getX86CpuIDAndInfoEx()
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | vmm_machdep.c | 5663 vmm_handle_cpuid_0xd(struct vcpu *vcpu, uint32_t subleaf, uint64_t *rax, in vmx_handle_rdmsr() 5666 if (subleaf == 0) { in vmx_handle_rdmsr() 5688 CPUID_LEAF(0xd, subleaf, eax, ebx, dummy, edx); 5693 } else if (subleaf == 1) { in vmx_handle_xsetbv() 5698 } else if (subleaf >= 63 || in vmx_handle_xsetbv() 5699 ((1ULL << subleaf) & xsave_mask & XFEATURE_XCR0_MASK) == 0) { in vmx_handle_xsetbv() 5731 uint32_t leaf, subleaf, eax, ebx, ecx, edx; in svm_handle_xsetbv() 5778 subleaf = *rcx; in vmm_handle_xsetbv() 5791 * altering subleaf. Also, if leaf is greater than the extended function in vmm_handle_xsetbv() 5805 CPUID_LEAF(leaf, subleaf, ea 5987 vmm_handle_cpuid_0xd(struct vcpu * vcpu,uint32_t subleaf,uint64_t * rax,uint32_t eax,uint32_t ebx,uint32_t ecx,uint32_t edx) vmm_handle_cpuid_0xd() argument 6055 uint32_t leaf, subleaf, eax, ebx, ecx, edx; vmm_handle_cpuid() local [all...] |