Home
last modified time | relevance | path

Searched refs:subleaf (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dxmss_fast.h16 unsigned int subleaf; member
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c237 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 DHost.cpp601 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 Dvmm_machdep.c5663 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...]