Searched refs:ds (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/32/ |
| A D | exceptions.S | 45 pushl %ds 52 movl %eax, %ds 62 popl %ds /* restore segment registers */
|
| A D | start.S | 59 movw %ax, %ds
|
| /arch/x86/64/ |
| A D | start.S | 64 movw %ax, %ds 209 movw %ax, %ds
|
| /arch/x86/include/arch/ |
| A D | x86.h | 30 uint32_t ds, es, fs, gs; // pushed by common handler member 87 uint16_t ds, __dsh; member 330 DEFINE_REGISTER_ACCESSOR(ds)
|
| /arch/x86/ |
| A D | faults.c | 38 frame->ds, frame->es, frame->fs, frame->gs); in dump_fault_frame()
|
Completed in 9 milliseconds