Searched refs:save_segment (Results 1 – 2 of 2) sorted by relevance
133 save_segment(ext_ctx->cs, VMX_GUEST_CS); in save_world_ctx()134 save_segment(ext_ctx->ss, VMX_GUEST_SS); in save_world_ctx()135 save_segment(ext_ctx->ds, VMX_GUEST_DS); in save_world_ctx()136 save_segment(ext_ctx->es, VMX_GUEST_ES); in save_world_ctx()137 save_segment(ext_ctx->fs, VMX_GUEST_FS); in save_world_ctx()138 save_segment(ext_ctx->gs, VMX_GUEST_GS); in save_world_ctx()139 save_segment(ext_ctx->tr, VMX_GUEST_TR); in save_world_ctx()140 save_segment(ext_ctx->ldtr, VMX_GUEST_LDTR); in save_world_ctx()
115 #define save_segment(seg, SEG_NAME) \ macro
Completed in 4 milliseconds