Searched refs:X86_64InterruptArch (Results 1 – 2 of 2) sorted by relevance
29 pub use interrupt::X86_64InterruptArch as CurrentIrqArch;
42 pub struct X86_64InterruptArch; struct44 impl InterruptArch for X86_64InterruptArch { implementation