Searched refs:EXIT (Results 1 – 9 of 9) sorted by relevance
55 trap trap_handler EXIT
88 entry("exit", NoOperand, ebpf::EXIT); in make_instruction_map()
365 ebpf::EXIT => {} in check()
426 pub const EXIT: u8 = BPF_JMP | BPF_EXIT; constant
644 ebpf::EXIT => { in to_insn_vec()
936 ebpf::EXIT => { in translate_program()1139 | ebpf::EXIT in build_cfg()
686 ebpf::EXIT => { in execute_program()
912 ebpf::EXIT => { in jit_compile()
34 assert_eq!(asm("exit"), Ok(vec![insn(ebpf::EXIT, 0, 0, 0, 0)])); in test_exit()