Home
last modified time | relevance | path

Searched refs:X86FSET_ASYSC (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_startup.c173 is_x86_feature(x86_featureset, X86FSET_ASYSC)) { in init_cpu_syscall()
2021 is_x86_feature(x86_featureset, X86FSET_ASYSC)) in cpu_fast_syscall_disable()
2033 is_x86_feature(x86_featureset, X86FSET_ASYSC)) in cpu_fast_syscall_enable()
2062 ASSERT(is_x86_feature(x86_featureset, X86FSET_ASYSC)); in cpu_asysc_enable()
2072 ASSERT(is_x86_feature(x86_featureset, X86FSET_ASYSC)); in cpu_asysc_disable()
H A Dtrap.c263 ASSERT(which == X86FSET_SEP || which == X86FSET_ASYSC || which == 0xCD); in instr_is_other_syscall()
273 case X86FSET_ASYSC: in instr_is_other_syscall()
292 case X86FSET_ASYSC: in syscall_insn_string()
939 ldt_rewrite_syscall(rp, p, X86FSET_ASYSC)) in trap()
H A Dcpuid.c1554 add_x86_feature(featureset, X86FSET_ASYSC); in cpuid_pass1()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c1339 if (is_x86_feature(x86_featureset, X86FSET_ASYSC)) { in brand_interpositioning_enable()
1383 if (is_x86_feature(x86_featureset, X86FSET_ASYSC)) { in brand_interpositioning_disable()
/titanic_41/usr/src/uts/intel/sys/
H A Dx86_archext.h371 #define X86FSET_ASYSC 16 macro