Lines Matching refs:ebx
67 movl %ebx, PHYS(_multiboot_info)
148 mov %eax, %ebx
149 shll $21, %ebx
150 orl $X86_KERNEL_PD_LP_FLAGS, %ebx
151 movl %ebx, (%esi)
163 mov %eax, %ebx
164 shll $21, %ebx
165 orl $X86_KERNEL_PD_LP_FLAGS, %ebx # lower word of the entry
166 movl %ebx, (%esi)
167 mov %eax, %ebx
168 shrl $11, %ebx # upper word of the entry
169 movl %ebx, 4(%esi)