Lines Matching refs:eax
27 mov %eax, %ebx
30 leal gdt, %eax
31 movl %eax, gdt+2
35 movl $(X86_CR4_PAE), %eax
36 movl %eax, %cr4
39 leal (%ebx), %eax
40 movl %eax, %cr3
45 btsl $_EFER_LME, %eax
49 xorl %eax, %eax
51 movl $0x20, %eax
67 leal lret_target, %eax
68 pushl %eax
71 movl $(X86_CR0_PG | X86_CR0_PE), %eax
72 movl %eax, %cr0
79 pop %eax /* target */
80 mov %eax, %eax /* Clear bits 63:32 */
81 jmp *%eax /* Jump to the 64-bit target */