Home
last modified time | relevance | path

Searched defs:msg2 (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs268 let msg2: &str = if (error_code & 0x02) != 0 { in do_invalid_TSS() localVariable
332 let msg2: &str = if (error_code & 0x02) != 0 { in do_general_protection() localVariable