Home
last modified time | relevance | path

Searched refs:TAIL_CALL (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs362 ebpf::TAIL_CALL => { in check()
H A Debpf.rs424 pub const TAIL_CALL: u8 = BPF_JMP | BPF_X | BPF_CALL; constant
H A Ddisassembler.rs640 ebpf::TAIL_CALL => { in to_insn_vec()
H A Dcranelift.rs935 ebpf::TAIL_CALL => unimplemented!(), in translate_program()
1140 | ebpf::TAIL_CALL => { in build_cfg()
H A Dinterpreter.rs685 ebpf::TAIL_CALL => unimplemented!(), in execute_program()
H A Djit.rs909 ebpf::TAIL_CALL => { in jit_compile()