Home
last modified time | relevance | path

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

1234

/arch/x86/events/intel/
Dbts.c147 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_config_buffer() local
168 ds->bts_buffer_base = (u64)(long)page_address(page) + phys->displacement; in bts_config_buffer()
169 ds->bts_index = ds->bts_buffer_base + index; in bts_config_buffer()
170 ds->bts_absolute_maximum = ds->bts_buffer_base + end; in bts_config_buffer()
171 ds->bts_interrupt_threshold = !buf->snapshot in bts_config_buffer()
172 ? ds->bts_buffer_base + thresh in bts_config_buffer()
173 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer()
186 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_update() local
188 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update()
200 if (ds->bts_index >= ds->bts_absolute_maximum) in bts_update()
[all …]
Dds.c265 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu() local
267 if (!ds) in init_debug_store_on_cpu()
271 (u32)((u64)(unsigned long)ds), in init_debug_store_on_cpu()
272 (u32)((u64)(unsigned long)ds >> 32)); in init_debug_store_on_cpu()
277 if (!per_cpu(cpu_hw_events, cpu).ds) in fini_debug_store_on_cpu()
337 struct debug_store *ds = hwev->ds; in alloc_pebs_buffer() local
364 ds->pebs_buffer_base = (unsigned long) cea; in alloc_pebs_buffer()
366 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer()
368 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max; in alloc_pebs_buffer()
393 struct debug_store *ds = hwev->ds; in alloc_bts_buffer() local
[all …]
DMakefile3 obj-$(CONFIG_CPU_SUP_INTEL) += ds.o knc.o
/arch/x86/boot/
Dregs.c23 reg->ds = ds(); in initregs()
24 reg->es = ds(); in initregs()
Dcopy.S50 pushw %ds
52 popw %ds
54 popw %ds
Dbioscall.S42 popw %ds
51 pushw %ds
61 movw %ax, %ds
Dpm.c85 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt()
123 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
/arch/powerpc/sysdev/
Ddcr.c118 unsigned int ds; in dcr_resource_start() local
119 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_start()
121 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_start()
130 unsigned int ds; in dcr_resource_len() local
131 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_len()
133 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_len()
/arch/x86/kernel/
Dprocess_64.c72 unsigned int ds, es; in __show_regs() local
103 asm("movl %%ds,%0" : "=r" (ds)); in __show_regs()
119 printk(KERN_DEFAULT "CS: %04lx DS: %04x ES: %04x CR0: %016lx\n", regs->cs, ds, in __show_regs()
397 savesegment(ds, p->thread.ds); in copy_thread_tls()
464 loadsegment(ds, _ds); in start_thread_common()
556 savesegment(ds, prev->ds); in __switch_to()
557 if (unlikely(next->ds | prev->ds)) in __switch_to()
558 loadsegment(ds, next->ds); in __switch_to()
Dhead_32.S80 movl %eax,%ds
201 movl %eax,%ds
351 movl %eax,%ds
426 pushl %ds /* pt_regs->ds (__dsh varies by model) */
437 movl %ecx, %ds
456 popl %ds /* pt_regs->ds (always ignores __dsh) */
473 pushl %ds
475 movl %eax,%ds
490 popl %ds
Dptrace.c85 REG_OFFSET_NAME(ds),
251 case offsetof(struct user_regs_struct, ds): in get_segment_reg()
256 return task->thread.ds; in get_segment_reg()
291 case offsetof(struct user_regs_struct,ds): in set_segment_reg()
292 task->thread.ds = value; in set_segment_reg()
294 loadsegment(ds, task->thread.ds); in set_segment_reg()
359 case offsetof(struct user_regs_struct, ds): in putreg()
401 case offsetof(struct user_regs_struct, ds): in getreg()
872 SEG32(ds); in putreg32()
944 SEG32(ds); in getreg32()
/arch/x86/ia32/
Dia32_signal.c44 #define loadsegment_ds(v) loadsegment(ds, v)
75 u16 gs, fs, es, ds; in ia32_restore_sigcontext() local
85 ds = GET_SEG(ds); in ia32_restore_sigcontext()
112 RELOAD_SEG(ds); in ia32_restore_sigcontext()
189 put_user_ex(get_user_seg(ds), (unsigned int __user *)&sc->ds); in ia32_setup_sigcontext()
321 loadsegment(ds, __USER32_DS); in ia32_setup_frame()
400 loadsegment(ds, __USER32_DS); in ia32_setup_rt_frame()
/arch/x86/platform/efi/
Defi_thunk_64.S71 movl %ds, %eax
103 movl %ebx, %ds
134 movl %eax, %ds
/arch/x86/kvm/
Dtss.h27 u32 ds; member
56 u16 ds; member
/arch/x86/math-emu/
Dget_address.c47 offsetof(struct kernel_vm86_regs, ds),
52 offsetof(struct kernel_vm86_regs, ds)
60 offsetof(struct pt_regs, ds),
63 offsetof(struct pt_regs, ds), /* dummy, not saved on stack */
65 offsetof(struct pt_regs, ds)
/arch/x86/realmode/rm/
Dreboot.S27 movl %eax, %ds
60 movl %ecx, %ds
Dwakeup_asm.S57 movw %cx, %ds
71 movw %ax, %ds
Dtrampoline_64.S48 mov %ax, %ds
89 movl %edx, %ds
/arch/x86/boot/compressed/
Defi_thunk_64.S37 movl %ds, %eax
83 movl %ebx, %ds
117 movl %eax, %ds
/arch/x86/include/asm/
Dnospec-branch.h325 static const u16 ds = __KERNEL_DS; in mds_clear_cpu_buffers() local
336 asm volatile("verw %[ds]" : : [ds] "m" (ds) : "cc"); in mds_clear_cpu_buffers()
Delf.h130 pr_reg[7] = regs->ds; \
173 struct pt_regs *regs, const u16 ds) in elf_common_init() argument
182 t->ds = t->es = ds; in elf_common_init()
Dsuspend_64.h28 u16 ds, es, fs, gs; member
/arch/x86/power/
Dcpu.c108 savesegment(ds, ctxt->ds); in __save_processor_state()
222 loadsegment(ds, __USER_DS); in __restore_processor_state()
244 loadsegment(ds, ctxt->es); in __restore_processor_state()
/arch/x86/purgatory/
Dsetup-x86_64.S23 movl %eax, %ds
/arch/arm/boot/dts/
Dtps6507x.dtsi8 * http://www.ti.com/lit/ds/symlink/tps65070.pdf

1234