Searched defs:SystemContextIA32 (Results 1 – 1 of 1) sorted by relevance
253 pub struct SystemContextIA32 { struct254 exception_data: u32, // additional data pushed on the stack by some types of exceptions255 fx_save_state: FxSaveStateIA32,256 dr0: u32,257 dr1: u32,258 dr2: u32,259 dr3: u32,260 dr6: u32,261 dr7: u32,262 cr0: u32,[all …]