Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs262 let msg1: &str = if (error_code & 0x1) != 0 { in do_invalid_TSS() localVariable
326 let msg1: &str = if (error_code & 0x1) != 0 { in do_general_protection() localVariable