Lines Matching defs:ext_context
386 struct ext_context { struct
387 uint64_t cr3;
390 struct segment_sel idtr;
391 struct segment_sel ldtr;
392 struct segment_sel gdtr;
393 struct segment_sel tr;
394 struct segment_sel cs;
395 struct segment_sel ss;
396 struct segment_sel ds;
397 struct segment_sel es;
398 struct segment_sel fs;
399 struct segment_sel gs;
423 struct ext_context ext_ctx; argument