Home
last modified time | relevance | path

Searched refs:ci_feature_sefflags_ebx (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/sys/dev/pci/drm/include/asm/
Dcpufeature.h49 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_CLFLUSHOPT) in clflushopt()
/openbsd/src/sys/arch/amd64/amd64/
Didentcpu.c608 CPUID_LEAF(0x7, 0, dummy, ci->ci_feature_sefflags_ebx, in identifycpu()
658 'b', CPUID_MEMBER(ci_feature_sefflags_ebx), SEFF0_EBX_BITS, in identifycpu()
739 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_RDSEED) in identifycpu()
742 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in identifycpu()
Dcpu.c279 if (!cpu_meltdown && (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP)) { in replacemeltdown()
786 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMEP) in cpu_init()
788 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in cpu_init()
Dtsc.c521 if (ISSET(ci->ci_feature_sefflags_ebx, SEFF0EBX_TSC_ADJUST)) { in tsc_adjust_reset()
Dtrap.c500 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in verify_smap()
Dvmm_machdep.c5870 *rbx = curcpu()->ci_feature_sefflags_ebx & VMM_SEFF0EBX_MASK; in vmm_handle_cpuid()
/openbsd/src/sys/arch/i386/i386/
Dtrap.c256 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in trap()
534 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in syscall()
Dcpu.c413 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMEP) in cpu_init()
415 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in cpu_init()
Ddb_trace.c134 if (curcpu()->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) { in db_stack_trace_print()
Dmachdep.c1941 ci->ci_feature_sefflags_ebx, in identifycpu()
1945 if (ci->ci_feature_sefflags_ebx & in identifycpu()
2042 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_RDSEED) in identifycpu()
2044 if (ci->ci_feature_sefflags_ebx & SEFF0EBX_SMAP) in identifycpu()
/openbsd/src/sys/arch/i386/include/
Dcpu.h138 u_int32_t ci_feature_sefflags_ebx;/* more CPUID feature bits */ member
/openbsd/src/sys/arch/amd64/include/
Dcpu.h169 u_int32_t ci_feature_sefflags_ebx;/* [I] */ member