Searched defs:SystemContextIA32 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/debug/ |
D | context.rs | 253 pub struct SystemContextIA32 { struct 254 exception_data: u32, // additional data pushed on the stack by some types of exceptions 255 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 …]
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/debug/ |
D | context.rs | 253 pub struct SystemContextIA32 { struct 254 exception_data: u32, // additional data pushed on the stack by some types of exceptions 255 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 …]
|