/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 46 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu() local 48 if (!ds) in init_debug_store_on_cpu() 52 (u32)((u64)(unsigned long)ds), in init_debug_store_on_cpu() 53 (u32)((u64)(unsigned long)ds >> 32)); in init_debug_store_on_cpu() 58 if (!per_cpu(cpu_hw_events, cpu).ds) in fini_debug_store_on_cpu() 66 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in alloc_pebs_buffer() local 80 ds->pebs_buffer_base = (u64)(unsigned long)buffer; in alloc_pebs_buffer() 81 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer() 82 ds->pebs_absolute_maximum = ds->pebs_buffer_base + in alloc_pebs_buffer() 85 ds->pebs_interrupt_threshold = ds->pebs_buffer_base + in alloc_pebs_buffer() [all …]
|
/arch/x86/boot/ |
D | copy.S | 52 pushw %ds 54 popw %ds 56 popw %ds 71 pushw %ds 73 popw %ds 75 popw %ds
|
D | regs.c | 25 reg->ds = ds(); in initregs() 26 reg->es = ds(); in initregs()
|
D | bioscall.S | 45 popw %ds 54 pushw %ds 64 movw %ax, %ds
|
D | pm.c | 87 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt() 125 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
|
D | header.S | 59 movw %ax, %ds 397 # Force %es = %ds 398 movw %ds, %ax 402 # Apparently some ancient versions of LILO invoked the kernel with %ss != %ds, 429 # We will have entered with %cs = %ds+0x20, normalize %cs so 431 pushw %ds
|
/arch/powerpc/sysdev/ |
D | dcr.c | 131 unsigned int ds; in dcr_resource_start() local 132 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_start() 134 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_start() 143 unsigned int ds; in dcr_resource_len() local 144 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_len() 146 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_len()
|
/arch/x86/kernel/ |
D | process_64.c | 63 unsigned int ds, cs, es; in __show_regs() local 81 asm("movl %%ds,%0" : "=r" (ds)); in __show_regs() 101 printk(KERN_DEFAULT "CS: %04x DS: %04x ES: %04x CR0: %016lx\n", cs, ds, in __show_regs() 189 savesegment(ds, p->thread.ds); in copy_thread() 235 loadsegment(ds, _ds); in start_thread_common() 302 savesegment(ds, prev->ds); in __switch_to() 303 if (unlikely(next->ds | prev->ds)) in __switch_to() 304 loadsegment(ds, next->ds); in __switch_to()
|
D | trampoline_32.S | 45 mov %ax, %ds
|
D | head_32.S | 100 movl %eax,%ds 283 movl %eax,%ds 447 movl %eax,%ds 565 movl %eax,%ds 590 pushl %ds 592 movl %eax,%ds 607 popl %ds
|
/arch/x86/kvm/ |
D | tss.h | 26 u32 ds; member 55 u16 ds; member
|
/arch/x86/include/asm/ |
D | vm86.h | 87 unsigned short ds, __dsh; member 150 unsigned short ds, __dsh; member
|
D | a.out-core.h | 49 dump->regs.ds = (u16)regs->ds; in aout_dump_thread()
|
D | elf.h | 124 pr_reg[7] = regs->ds & 0xffff; \ 166 struct pt_regs *regs, const u16 ds) in elf_common_init() argument 174 t->ds = t->es = ds; in elf_common_init()
|
D | suspend_64.h | 22 u16 ds, es, fs, gs, ss; member
|
D | user_32.h | 85 unsigned long ds; member
|
D | sigcontext32.h | 56 unsigned short ds, __dsh; member
|
D | sigcontext.h | 106 unsigned short ds, __dsh; member 142 unsigned short ds, __dsh; member
|
D | user32.h | 37 unsigned short ds, __ds, es, __es; member
|
D | user_64.h | 92 unsigned long ds; member
|
/arch/x86/math-emu/ |
D | get_address.c | 46 offsetof(struct kernel_vm86_regs, ds), 51 offsetof(struct kernel_vm86_regs, ds) 59 offsetof(struct pt_regs, ds), 62 offsetof(struct pt_regs, ds), /* dummy, not saved on stack */ 64 offsetof(struct pt_regs, ds)
|
/arch/x86/kernel/acpi/realmode/ |
D | wakeup.S | 60 movw %cx, %ds 72 movw %ax, %ds
|
/arch/x86/power/ |
D | cpu.c | 84 asm volatile ("movw %%ds, %0" : "=m" (ctxt->ds)); in __save_processor_state() 209 asm volatile ("movw %0, %%ds" :: "r" (ctxt->ds)); in __restore_processor_state()
|
/arch/s390/include/asm/ |
D | nmi.h | 35 __u32 ds : 1; /* 19 storage degradation */ member
|
/arch/x86/ia32/ |
D | ia32_signal.c | 198 #define loadsegment_ds(v) loadsegment(ds, v) 246 RELOAD_SEG(ds); in ia32_restore_sigcontext() 342 put_user_ex(get_user_seg(ds), (unsigned int __user *)&sc->ds); in ia32_setup_sigcontext() 478 loadsegment(ds, __USER32_DS); in ia32_setup_frame() 559 loadsegment(ds, __USER32_DS); in ia32_setup_rt_frame()
|