Lines Matching refs:ecx
39 movl $MSR_AMD64_SEV, %ecx /* Read the SEV MSR */
69 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
75 movl %eax, %ecx
76 andl $0x3ffff000, %ecx # Bits [12-29] MBZ
96 pushl %ecx
155 popl %ecx
170 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
190 leal (%ecx, %edx, 8), %ecx
198 movl %edx, (%ecx)
206 movl %edx, 4(%ecx)
223 movl %ebx, %ecx
227 leal (boot32_idt_desc - 1b)(%ebp), %ecx
228 movl %ebx, 2(%ecx)
229 lidt (%ecx)
282 movl $(X86_CR0_PG | X86_CR0_PE), %ecx /* Enable Paging and Protected mode */
283 movl %ecx, %cr0