/arch/x86/events/intel/ |
D | bts.c | 147 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 …]
|
D | ds.c | 265 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 …]
|
D | Makefile | 3 obj-$(CONFIG_CPU_SUP_INTEL) += ds.o knc.o
|
/arch/x86/boot/ |
D | regs.c | 23 reg->ds = ds(); in initregs() 24 reg->es = ds(); in initregs()
|
D | copy.S | 50 pushw %ds 52 popw %ds 54 popw %ds
|
D | bioscall.S | 42 popw %ds 51 pushw %ds 61 movw %ax, %ds
|
D | pm.c | 85 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt() 123 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
|
/arch/powerpc/sysdev/ |
D | dcr.c | 118 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/ |
D | process_64.c | 72 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()
|
D | head_32.S | 80 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
|
D | ptrace.c | 85 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/ |
D | ia32_signal.c | 44 #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/ |
D | efi_thunk_64.S | 71 movl %ds, %eax 103 movl %ebx, %ds 134 movl %eax, %ds
|
/arch/x86/kvm/ |
D | tss.h | 27 u32 ds; member 56 u16 ds; member
|
/arch/x86/math-emu/ |
D | get_address.c | 47 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/ |
D | reboot.S | 27 movl %eax, %ds 60 movl %ecx, %ds
|
D | wakeup_asm.S | 57 movw %cx, %ds 71 movw %ax, %ds
|
D | trampoline_64.S | 48 mov %ax, %ds 89 movl %edx, %ds
|
/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 37 movl %ds, %eax 83 movl %ebx, %ds 117 movl %eax, %ds
|
/arch/x86/include/asm/ |
D | nospec-branch.h | 325 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()
|
D | elf.h | 130 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()
|
D | suspend_64.h | 28 u16 ds, es, fs, gs; member
|
/arch/x86/power/ |
D | cpu.c | 108 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/ |
D | setup-x86_64.S | 23 movl %eax, %ds
|
/arch/arm/boot/dts/ |
D | tps6507x.dtsi | 8 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
|