Searched refs:BTF_KIND_RESTRICT (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | btf.h | 70 #define BTF_KIND_RESTRICT 11 /* Restrict */ macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_btf.h | 58 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_RESTRICT, 0, 0), type)
|
D | test_btf.c | 2049 BTF_INFO_ENC(BTF_KIND_RESTRICT, 0, 0), 2), /* [3] */ 2997 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_RESTRICT, 1, 0), 1), /* [2] */ 6681 case BTF_KIND_RESTRICT: in btf_type_size()
|
/external/llvm-project/llvm/test/CodeGen/BPF/BTF/ |
D | restrict-ptr.ll | 24 ; CHECK-NEXT: .long 0 # BTF_KIND_RESTRICT(id = 1)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 60 Kind = BTF::BTF_KIND_RESTRICT; in BTFTypeDerived()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 61 Kind = BTF::BTF_KIND_RESTRICT; in BTFTypeDerived()
|