| /arch/powerpc/sysdev/ |
| A D | dcr.c | 17 unsigned int ds; in dcr_resource_start() local 18 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_start() 20 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_start() 29 unsigned int ds; in dcr_resource_len() local 30 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_len() 32 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_len()
|
| /arch/x86/events/intel/ |
| A D | bts.c | 148 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_config_buffer() local 170 ds->bts_index = ds->bts_buffer_base + index; in bts_config_buffer() 171 ds->bts_absolute_maximum = ds->bts_buffer_base + end; in bts_config_buffer() 172 ds->bts_interrupt_threshold = !bb->snapshot in bts_config_buffer() 173 ? ds->bts_buffer_base + thresh in bts_config_buffer() 174 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer() 187 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_update() local 189 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update() 201 if (ds->bts_index >= ds->bts_absolute_maximum) in bts_update() 463 struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds; in intel_bts_interrupt() local [all …]
|
| A D | ds.c | 623 struct debug_store *ds = hwev->ds; in alloc_pebs_buffer() local 679 struct debug_store *ds = hwev->ds; in alloc_bts_buffer() local 696 ds->bts_index = ds->bts_buffer_base; in alloc_bts_buffer() 724 memset(ds, 0, sizeof(*ds)); in alloc_ds_buffer() 725 per_cpu(cpu_hw_events, cpu).ds = ds; in alloc_ds_buffer() 873 struct debug_store *ds = cpuc->ds; in intel_pmu_drain_bts_buffer() local 901 ds->bts_index = ds->bts_buffer_base; in intel_pmu_drain_bts_buffer() 1279 struct debug_store *ds = cpuc->ds; in pebs_update_threshold() local 1503 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_via_pt_enable() local 1539 struct debug_store *ds = cpuc->ds; in intel_pmu_pebs_enable() local [all …]
|
| A D | Makefile | 3 obj-$(CONFIG_CPU_SUP_INTEL) += ds.o knc.o
|
| /arch/arm64/crypto/ |
| A D | sha3-ce-glue.c | 39 unsigned int bs, ds; in sha3_update() local 42 ds = crypto_shash_digestsize(tfm); in sha3_update() 50 rem = sha3_ce_transform(sctx->st, data, blocks, ds); in sha3_update() 65 unsigned int bs, ds; in sha3_finup() local 68 ds = crypto_shash_digestsize(tfm); in sha3_finup() 77 sha3_ce_transform(sctx->st, block, 1, ds); in sha3_finup() 81 for (i = 0; i < ds / 8; i++) in sha3_finup() 84 if (ds & 4) in sha3_finup()
|
| /arch/x86/boot/ |
| A D | regs.c | 23 reg->ds = ds(); in initregs() 24 reg->es = ds(); in initregs()
|
| A D | copy.S | 50 pushw %ds 52 popw %ds 54 popw %ds
|
| A D | bioscall.S | 42 popw %ds 51 pushw %ds 61 movw %ax, %ds
|
| A D | pm.c | 86 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt() 124 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
|
| /arch/x86/kvm/ |
| A D | smm.c | 277 struct kvm_segment cs, ds; in enter_smm() local 334 ds.selector = 0; in enter_smm() 335 ds.base = 0; in enter_smm() 338 cs.type = ds.type = 0x3; in enter_smm() 339 cs.dpl = ds.dpl = 0; in enter_smm() 340 cs.db = ds.db = 0; in enter_smm() 341 cs.s = ds.s = 1; in enter_smm() 342 cs.l = ds.l = 0; in enter_smm() 343 cs.g = ds.g = 1; in enter_smm() 344 cs.avl = ds.avl = 0; in enter_smm() [all …]
|
| A D | tss.h | 27 u32 ds; member 56 u16 ds; member
|
| A D | smm.h | 38 struct kvm_smm_seg_state_32 ds; member 83 struct kvm_smm_seg_state_64 ds; member
|
| /arch/s390/crypto/ |
| A D | hmac_s390.c | 171 unsigned int ds = crypto_shash_digestsize(tfm); in s390_hmac_sha2_setkey() local 177 return hash_key(key, keylen, tfm_ctx->key, ds); in s390_hmac_sha2_setkey() 265 memcpy(out, ctx->param, ds); in s390_hmac_sha2_digest() 292 unsigned int ds = bs / 2; in s390_hmac_export() local 303 memcpy(p.u8, ctx->param, ds); in s390_hmac_export() 304 p.u8 += ds; in s390_hmac_export() 307 if (ds == SHA512_DIGEST_SIZE) in s390_hmac_export() 316 unsigned int ds = bs / 2; in s390_hmac_import() local 325 memcpy(ctx->param, p.u8, ds); in s390_hmac_import() 326 p.u8 += ds; in s390_hmac_import() [all …]
|
| /arch/x86/kernel/ |
| A D | signal_32.c | 79 savesegment(ds, cur); in reload_segments() 80 if (fixup_rpl(sc->ds) != cur) in reload_segments() 81 loadsegment(ds, fixup_rpl(sc->ds)); in reload_segments() 143 regs->ds = fixup_rpl(sc.ds); in ia32_restore_sigcontext() 218 unsafe_put_user(get_user_seg(ds), (unsigned int __user *)&sc->ds, Efault); in __unsafe_setup_sigcontext32() 223 unsafe_put_user(regs->ds, (unsigned int __user *)&sc->ds, Efault); in __unsafe_setup_sigcontext32() 314 loadsegment(ds, __USER_DS); in ia32_setup_frame() 317 regs->ds = __USER_DS; in ia32_setup_frame() 396 loadsegment(ds, __USER_DS); in ia32_setup_rt_frame() 399 regs->ds = __USER_DS; in ia32_setup_rt_frame()
|
| A D | doublefault_32.c | 63 regs.ds = TSS(ds); in doublefault_shim() 99 .ds = __USER_DS,
|
| A D | process_64.c | 75 unsigned int ds, es; in __show_regs() local 106 asm("movl %%ds,%0" : "=r" (ds)); in __show_regs() 123 log_lvl, regs->cs, ds, es, cr0); in __show_regs() 547 loadsegment(ds, _ds); in start_thread_common() 660 savesegment(ds, prev->ds); in __switch_to() 661 if (unlikely(next->ds | prev->ds)) in __switch_to() 662 loadsegment(ds, next->ds); in __switch_to()
|
| A D | process_32.c | 75 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags); in __show_regs() 116 regs->ds = __USER_DS; in start_thread()
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6q-ds.dts | 12 #include "imx6qdl-ds.dtsi" 16 compatible = "ds,imx6q-sbc", "fsl,imx6q";
|
| /arch/x86/math-emu/ |
| A 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/ |
| A D | trampoline_64.S | 68 mov %ax, %ds 111 mov %ax, %ds 129 movl %edx, %ds 238 movl %edx, %ds
|
| A D | reboot.S | 28 movl %eax, %ds 61 movl %ecx, %ds
|
| A D | wakeup_asm.S | 57 movw %cx, %ds 71 movw %ax, %ds
|
| /arch/x86/include/asm/ |
| A D | elf.h | 126 pr_reg[7] = regs->ds; \ 154 struct pt_regs *regs, const u16 ds) in elf_common_init() argument 163 t->ds = t->es = ds; in elf_common_init()
|
| A D | suspend_64.h | 33 u16 ds, es, fs, gs; member
|
| /arch/x86/power/ |
| A D | cpu.c | 111 savesegment(ds, ctxt->ds); in __save_processor_state() 227 loadsegment(ds, __USER_DS); in __restore_processor_state() 261 loadsegment(ds, ctxt->es); in __restore_processor_state()
|