Home
last modified time | relevance | path

Searched refs:Other (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/arch/x86_64/interrupt/
Dipi.rs33 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/
Dipi.rs18 Other, enumerator
/DragonOS-0.1.8/kernel/src/process/
Dexec.rs69 Other(String), enumerator
83 ExecError::Other(_msg) => SystemError::ENOEXEC, in into()
/DragonOS-0.1.8/kernel/src/mm/
Dpage.rs912 send_ipi(IpiKind::FlushTLB, IpiTarget::Other); in drop()
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs587 _ => ExecError::Other(format!("load_elf_segment failed: {:?}", e)), in load()