Searched refs:ds (Results 1 - 25 of 26) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/i386/
H A Dgdb_defs.h56 unsigned int ds; member in struct:__anon930
H A Dpcb.c256 set_live_debug_state32(cpu_data_t *cdp, x86_debug_state32_t *ds) argument
258 __asm__ volatile ("movl %0,%%db0" : :"r" (ds->dr0));
259 __asm__ volatile ("movl %0,%%db1" : :"r" (ds->dr1));
260 __asm__ volatile ("movl %0,%%db2" : :"r" (ds->dr2));
261 __asm__ volatile ("movl %0,%%db3" : :"r" (ds->dr3));
263 cdp->cpu_dr7 = ds->dr7;
266 extern void set_64bit_debug_regs(x86_debug_state64_t *ds);
269 set_live_debug_state64(cpu_data_t *cdp, x86_debug_state64_t *ds) argument
275 set_64bit_debug_regs(ds);
276 cdp->cpu_dr7 = ds
280 debug_state_is_valid32(x86_debug_state32_t *ds) argument
311 debug_state_is_valid64(x86_debug_state64_t *ds) argument
341 set_debug_state32(thread_t thread, x86_debug_state32_t *ds) argument
375 set_debug_state64(thread_t thread, x86_debug_state64_t *ds) argument
408 get_debug_state32(thread_t thread, x86_debug_state32_t *ds) argument
421 get_debug_state64(thread_t thread, x86_debug_state64_t *ds) argument
1976 x86_debug_state32_t ds; member in struct:x86_act_context32
1982 x86_debug_state64_t ds; member in struct:x86_act_context64
[all...]
H A Dlocore.s177 mov %cx,%ds
186 mov %cx,%ds
214 mov %cx,%ds
235 mov %ds,%cx
296 mov %cx,%ds
330 mov %cx,%ds
H A Dmisc_protos.h158 debug_state_is_valid32(x86_debug_state32_t *ds);
161 debug_state_is_valid64(x86_debug_state64_t *ds);
H A Dstart.s139 mov %ds, %bx
151 mov %ax, %ds
247 movw %ax, %ds
275 movw %ax, %ds
H A Dtss.h91 uint32_t ds; member in struct:i386_tss
H A Dmp_desc.h133 uint16_t ds,
H A Dacpi_wakeup.s49 movw %ax, %ds
158 movw %ax, %ds
249 movw %ax, %ds
H A Dproc_reg.h205 uint16_t ds; local
206 __asm__ volatile("mov %%ds, %0" : "=r" (ds));
207 return ds;
210 static inline void set_ds(uint16_t ds) argument
212 __asm__ volatile("mov %0, %%ds" : : "r" (ds));
H A Dpcb_native.c466 saved_state->ds = USER_DS;
606 iss->ss_32.ds = USER_DS;
H A Dstartup64.c235 kprintf("scp->iss32.state.ds: 0x%08x\n", scp->iss32.state.ds);
H A Didt.s486 * ds
552 popl %ds
629 pushl %ds
636 mov %eax,%ds
865 * ss/ds/es -> KERNEL_DS
989 * ss/ds/es -> KERNEL_DS
1128 * ss/ds/es -> KERNEL_DS
H A Dmp_desc.c937 uint16_t ds,
944 valid_user_data_selector(ds) &&
935 valid_user_segment_selectors(uint16_t cs, uint16_t ss, uint16_t ds, uint16_t es, uint16_t fs, uint16_t gs) argument
H A Didt64.s438 * ds
598 movw R32_DS(%rsp), %ds
829 mov %ds, R32_DS(%rsp)
921 mov %eax, %ds
1257 * ss/ds/es -> KERNEL_DS
1384 * ss/ds/es -> KERNEL_DS
1525 * ss/ds/es -> KERNEL_DS
1603 * ss/ds/es -> KERNEL_DS
H A Dgenassym.c264 DECLARE("R32_DS", R_(ds));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h74 sel_t ds; member in struct:tss
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c930 deflate_state *ds;
943 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
944 if (ds == Z_NULL) return Z_MEM_ERROR;
945 dest->state = (struct internal_state FAR *) ds;
946 zmemcpy(ds, ss, sizeof(deflate_state));
947 ds->strm = dest;
949 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
950 ds->prev = (Posf *) ZALLOC(dest, ds
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h341 #define MSQID(ix,ds) ((ix) & 0xffff | (((ds).msg_perm.seq << 16) & 0xffff0000))
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dthread_status.h340 uint32_t ds; member in struct:x86_saved_state32_from_kernel
366 uint32_t ds; member in struct:x86_saved_state32
H A D_structs.h78 unsigned int ds; variable
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s204 mov %ax, %ds
476 movw %ax, %ds
579 movw %ax, %ds
H A Didt64.s241 movl %ds, R32_DS(%rsp)
432 movl R32_DS(%rsp), %ds
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c169 state->ds = saved_state->ds;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c601 tstate32->ds = USER_DS;
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c1090 ss32p->efl,ss32p->eip,ss32p->cs, ss32p->ds);

Completed in 79 milliseconds

12