Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dsecurity.c169 uint16_t ds = HOST_GDT_RING0_DATA_SEL; in verw_buffer_overwriting() local
171 asm volatile ("verw %[ds]" : : [ds] "m" (ds) : "cc"); in verw_buffer_overwriting()
/hypervisor/arch/x86/boot/
A Dtrampoline.S84 mov %ax, %ds
145 mov %eax, %ds
A Dcpu_primary.S256 mov %eax,%ds // Was 32bit POC Data
/hypervisor/arch/x86/guest/
A Dtrusty.c135 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()
A Dvmcs.c48 load_segment(ectx->ds, VMX_GUEST_DS); in init_guest_vmx()
116 CPU_SEG_READ(ds, &value16); in init_host_state()
/hypervisor/include/arch/x86/asm/
A Dcpu.h396 struct segment_sel ds; member

Completed in 9 milliseconds