Searched refs:X86_CR0_PE (Results 1 – 10 of 10) sorted by relevance
52 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro162 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
66 andl $~X86_CR0_PE, %eax114 orl $X86_CR0_PE, %eax
203 const X86_CR0_PE: u64 = 0x1; constant265 sregs.cr0 |= X86_CR0_PE; in configure_segments_and_sregs()350 assert_eq!(X86_CR0_PE, sregs.cr0); in segments_and_sregs()
29 #define X86_CR0_PE 0x00000001 /* Protection Enable */ macro
70 movl $(X86_CR0_PG | X86_CR0_PE), %eax
50 andl $~X86_CR0_PE, %eax
39 orl $X86_CR0_PE, %eax
55 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax
339 #define X86_CR0_PE (1UL<<0) /* Protection Enable */ macro
625 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()