Searched refs:Other (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.8/kernel/src/arch/x86_64/interrupt/ |
D | ipi.rs | 33 Other, enumerator 43 IpiTarget::Other => ArchIpiTarget::Other, in from() 55 ArchIpiTarget::Other => 3, in shorthand() 66 ArchIpiTarget::Other => x86::apic::DestinationShorthand::AllExcludingSelf, in into()
|
/DragonOS-0.1.8/kernel/src/exception/ |
D | ipi.rs | 18 Other, enumerator
|
/DragonOS-0.1.8/kernel/src/process/ |
D | exec.rs | 69 Other(String), enumerator 83 ExecError::Other(_msg) => SystemError::ENOEXEC, in into()
|
/DragonOS-0.1.8/kernel/src/mm/ |
D | page.rs | 912 send_ipi(IpiKind::FlushTLB, IpiTarget::Other); in drop()
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | elf.rs | 587 _ => ExecError::Other(format!("load_elf_segment failed: {:?}", e)), in load()
|