Lines Matching refs:ax
20 .section .init.protected_mode, "ax"
65 .section .init.memlayout, "ax"
257 mov $2 * 8, %ax
258 ltr %ax
310 mov %cs, %ax
311 movw %ax, (%rdi)
312 mov %ds, %ax
313 movw %ax, 2(%rdi)
314 mov %es, %ax
315 movw %ax, 4(%rdi)
316 mov %fs, %ax
317 movw %ax, 6(%rdi)
318 mov %gs, %ax
319 movw %ax, 8(%rdi)
320 mov %ss, %ax
321 movw %ax, 10(%rdi)