Lines Matching refs:movl
26 movl $initial_page_table - __PAGE_OFFSET, %eax
27 movl %eax, %cr3
29 movl saved_cr4, %eax
30 movl %eax, %cr4
32 movl saved_cr0, %eax
33 movl %eax, %cr0
51 movl %cr3, %eax
52 movl %eax, %cr3
64 movl %cr4, %edx
65 movl %edx, saved_cr4
67 movl %cr0, %edx
68 movl %edx, saved_cr0
72 movl %ebx, saved_context_ebx
73 movl %ebp, saved_context_ebp
74 movl %esi, saved_context_esi
75 movl %edi, saved_context_edi
83 movl saved_context_ebp, %ebp
84 movl saved_context_ebx, %ebx
85 movl saved_context_esi, %esi
86 movl saved_context_edi, %edi
98 movl %esp, saved_context_esp
106 movl saved_context_esp, %esp