Searched refs:tail_call (Results 1 – 13 of 13) sorted by relevance
/external/iproute2/examples/bpf/ |
D | bpf_tailcall.c | 65 tail_call(skb, &jmp_ex, ENTRY_0); in __section_tail() 80 tail_call(skb, &jmp_tc, ENTRY_0); in __section_tail() 109 tail_call(skb, &jmp_tc, skb->hash & (MAX_JMP_SIZE - 1)); in cls_entry()
|
D | bpf_cyclic.c | 22 tail_call(skb, &jmp_tc, 0); in cls_loop() 31 tail_call(skb, &jmp_tc, 0); in cls_entry()
|
D | bpf_graft.c | 61 tail_call(skb, &jmp_tc, 0); in cls_entry()
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | saverestore.ll | 144 define i32 @tail_call(i32 %i) nounwind { 145 ; RV32I-LABEL: tail_call: 150 ; RV64I-LABEL: tail_call: 155 ; RV32I-SR-LABEL: tail_call: 160 ; RV64I-SR-LABEL: tail_call: 165 ; RV32I-FP-SR-LABEL: tail_call: 170 ; RV64I-FP-SR-LABEL: tail_call:
|
/external/iproute2/include/ |
D | bpf_api.h | 160 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 600 FN(tail_call), \
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | call-translator-tail-call.ll | 6 define void @tail_call() { 7 ; COMMON-LABEL: name: tail_call
|
/external/ltp/include/lapi/ |
D | bpf.h | 331 FN(tail_call), \
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 2344 FN(tail_call), \
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 2344 FN(tail_call), \
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 3680 bool tail_call = false; in CollectCallEdges() local 3698 tail_call = form_value.Boolean(); in CollectCallEdges() 3779 tail_call, std::move(parameters)); in CollectCallEdges() 3789 *call_target, caller_address_type, caller_address, tail_call, in CollectCallEdges()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 3932 FN(tail_call), \
|
/external/bcc/docs/ |
D | reference_guide.md | 797 int tail_call(void *ctx) { 811 tail_fn = b.load_func("tail_call", BPF.KPROBE) 817 … assigns ```tail_call()``` to ```prog_array[2]```. In the end of ```do_tail_call()```, ```prog_arr…
|