Lines Matching +full:32 +full:- +full:bit
3 * SPDX-License-Identifier: Apache-2.0
16 #define X86_SPEC_CTRL_MSR_IBRS BIT(0)
17 #define X86_SPEC_CTRL_MSR_SSBD BIT(2)
20 #define X86_APIC_BASE_MSR_X2APIC BIT(10)
23 #define X86_MTRR_DEF_TYPE_MSR_ENABLE BIT(11)
28 #define X86_EFER_MSR_SCE BIT(0)
29 #define X86_EFER_MSR_LME BIT(8)
30 #define X86_EFER_MSR_NXE BIT(11)
33 * 47:32 Kernel CS (SS = CS+8)
41 /* Low 32 bits in this MSR are the SYSCALL mask applied to EFLAGS */
54 * z_x86_msr_write() is shared between 32- and 64-bit implementations, but
60 uint32_t high = data >> 32; in z_x86_msr_write()