Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dlib.rs326 ErrorKind::Other, in jit_compile()
413 ErrorKind::Other, in execute_program_jit()
445 ErrorKind::Other, in cranelift_compile()
520 ErrorKind::Other, in execute_program_cranelift()
802 …Err(Error::new(ErrorKind::Other, format!("Error: buffer too small ({:?}), cannot use data_offset {… in execute_program()
844 ErrorKind::Other, in jit_compile()
921 ErrorKind::Other, in execute_program_jit()
957 ErrorKind::Other, in cranelift_compile()
1016 …Err(Error::new(ErrorKind::Other, format!("Error: buffer too small ({:?}), cannot use data_offset {… in execute_program_cranelift()
1036 ErrorKind::Other, in execute_program_cranelift()
[all …]
H A Dno_std_error.rs40 Other, enumerator
H A Dinterpreter.rs67 Err(Error::new(ErrorKind::Other, format!( in check_mem()
95 ErrorKind::Other, in execute_program()
682 Err(Error::new(ErrorKind::Other, e))?; in execute_program()
H A Dverifier.rs27 Err(Error::new(ErrorKind::Other, full_msg)) in reject()
H A Djit.rs901 ErrorKind::Other, in jit_compile()
920 ErrorKind::Other, in jit_compile()
H A Dcranelift.rs917 ErrorKind::Other, in translate_program()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs61 Other, enumerator
71 IpiTarget::Other => ArchIpiTarget::Other, in from()
98 ArchIpiTarget::Other => 3, in shorthand()
118 ArchIpiTarget::Other => x86::apic::DestinationShorthand::AllExcludingSelf, in from()
162 let target = ArchIpiTarget::Other; in ipi_send_smp_init()
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dipi.rs23 IpiTarget::Other => { in into()
/DragonOS/kernel/src/exception/
H A Dipi.rs38 Other, enumerator
/DragonOS/kernel/src/process/
H A Dexec.rs71 Other(String), enumerator
84 ExecError::Other(_msg) => SystemError::ENOEXEC, in from()
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs543 Err(Error::new(ErrorKind::Other, "Gaggablaghblagh!")) in verifier_fail()
/DragonOS/kernel/src/libs/
H A Delf.rs569 ExecError::Other(format!( in load()
711 _ => ExecError::Other(format!("load_elf_segment failed: {:?}", e)), in load()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md27 * [Other resources](#other-resources)
169 each time the program is executed. Other structs do not use this mechanism and
606 Other than the language, obviously? Well, there are some differences:
732 ## Other resources
/DragonOS/kernel/src/mm/
H A Dpage.rs1721 send_ipi(IpiKind::FlushTLB, IpiTarget::Other); in drop()