Home
last modified time | relevance | path

Searched refs:X86_64InterruptArch (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs29 pub use interrupt::X86_64InterruptArch as CurrentIrqArch;
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs42 pub struct X86_64InterruptArch; struct
44 impl InterruptArch for X86_64InterruptArch { implementation