Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 25 of 70) sorted by relevance

123

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c46 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/
Dcopy.S52 pushw %ds
54 popw %ds
56 popw %ds
71 pushw %ds
73 popw %ds
75 popw %ds
Dregs.c25 reg->ds = ds(); in initregs()
26 reg->es = ds(); in initregs()
Dbioscall.S45 popw %ds
54 pushw %ds
64 movw %ax, %ds
Dpm.c87 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt()
125 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
Dheader.S59 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/
Ddcr.c131 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/
Dprocess_64.c63 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()
Dtrampoline_32.S45 mov %ax, %ds
Dhead_32.S100 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/
Dtss.h26 u32 ds; member
55 u16 ds; member
/arch/x86/include/asm/
Dvm86.h87 unsigned short ds, __dsh; member
150 unsigned short ds, __dsh; member
Da.out-core.h49 dump->regs.ds = (u16)regs->ds; in aout_dump_thread()
Delf.h124 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()
Dsuspend_64.h22 u16 ds, es, fs, gs, ss; member
Duser_32.h85 unsigned long ds; member
Dsigcontext32.h56 unsigned short ds, __dsh; member
Dsigcontext.h106 unsigned short ds, __dsh; member
142 unsigned short ds, __dsh; member
Duser32.h37 unsigned short ds, __ds, es, __es; member
Duser_64.h92 unsigned long ds; member
/arch/x86/math-emu/
Dget_address.c46 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/
Dwakeup.S60 movw %cx, %ds
72 movw %ax, %ds
/arch/x86/power/
Dcpu.c84 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/
Dnmi.h35 __u32 ds : 1; /* 19 storage degradation */ member
/arch/x86/ia32/
Dia32_signal.c198 #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()

123