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

/openbsd-current/sys/arch/amd64/amd64/
H A Didentcpu.c493 #define CPUID_MEMBER(member) ci->member, prevci->member macro
653 pcpuid2(ci, "1", 'd', CPUID_MEMBER(ci_feature_flags), CPUID_EDX_BITS,
655 pcpuid2(ci, "6", 'a', CPUID_MEMBER(ci_feature_tpmflags), TPM_EAX_BITS,
658 'b', CPUID_MEMBER(ci_feature_sefflags_ebx), SEFF0_EBX_BITS,
659 'c', CPUID_MEMBER(ci_feature_sefflags_ecx), SEFF0_ECX_BITS,
660 'd', CPUID_MEMBER(ci_feature_sefflags_edx), SEFF0_EDX_BITS);
664 'd', CPUID_MEMBER(ci_feature_eflags), CPUIDE_EDX_BITS,
665 'c', CPUID_MEMBER(ci_efeature_ecx), CPUIDE_ECX_BITS);
681 CPUID_MEMBER(ci_feature_amdspec_ebx),
706 'a', CPUID_MEMBER(ci_feature_amdsev_ea
[all...]

Completed in 160 milliseconds