Searched refs:ds (Results 1 – 6 of 6) sorted by relevance
169 uint16_t ds = HOST_GDT_RING0_DATA_SEL; in verw_buffer_overwriting() local171 asm volatile ("verw %[ds]" : : [ds] "m" (ds) : "cc"); in verw_buffer_overwriting()
84 mov %ax, %ds145 mov %eax, %ds
256 mov %eax,%ds // Was 32bit POC Data
135 save_segment(ext_ctx->ds, VMX_GUEST_DS); in save_world_ctx()188 load_segment(ext_ctx->ds, VMX_GUEST_DS); in load_world_ctx()
48 load_segment(ectx->ds, VMX_GUEST_DS); in init_guest_vmx()116 CPU_SEG_READ(ds, &value16); in init_host_state()
396 struct segment_sel ds; member
Completed in 9 milliseconds