Home
last modified time | relevance | path

Searched refs:MSR_OP_ANDNOT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/x86/x86/
Dcpu_machdep.c130 case MSR_OP_ANDNOT: in x86_msr_op_one()
158 MPASS(a.op == MSR_OP_ANDNOT || a.op == MSR_OP_OR || in x86_msr_op()
860 (hw_ibrs_disable != 0 ? MSR_OP_ANDNOT : MSR_OP_OR), in hw_ibrs_recalculate()
904 (enable ? MSR_OP_OR : MSR_OP_ANDNOT) | in hw_ssb_set()
1176 (enable ? MSR_OP_OR : MSR_OP_ANDNOT) | in taa_set()
1340 (x86_rngds_mitg_enable ? MSR_OP_OR : MSR_OP_ANDNOT) | in x86_rngds_mitg_recalculate()
/freebsd-12-stable/sys/x86/include/
Dx86_var.h164 #define MSR_OP_ANDNOT 0x00000001 macro