Searched refs:Other (Results 1 – 14 of 14) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | lib.rs | 326 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 D | no_std_error.rs | 40 Other, enumerator
|
H A D | interpreter.rs | 67 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 D | verifier.rs | 27 Err(Error::new(ErrorKind::Other, full_msg)) in reject()
|
H A D | jit.rs | 901 ErrorKind::Other, in jit_compile() 920 ErrorKind::Other, in jit_compile()
|
H A D | cranelift.rs | 917 ErrorKind::Other, in translate_program()
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | ipi.rs | 61 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 D | ipi.rs | 23 IpiTarget::Other => { in into()
|
/DragonOS/kernel/src/exception/ |
H A D | ipi.rs | 38 Other, enumerator
|
/DragonOS/kernel/src/process/ |
H A D | exec.rs | 71 Other(String), enumerator 84 ExecError::Other(_msg) => SystemError::ENOEXEC, in from()
|
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | misc.rs | 543 Err(Error::new(ErrorKind::Other, "Gaggablaghblagh!")) in verifier_fail()
|
/DragonOS/kernel/src/libs/ |
H A D | elf.rs | 569 ExecError::Other(format!( in load() 711 _ => ExecError::Other(format!("load_elf_segment failed: {:?}", e)), in load()
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 27 * [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 D | page.rs | 1721 send_ipi(IpiKind::FlushTLB, IpiTarget::Other); in drop()
|