| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cve_check.py | 29 self._version = _Version( 37 self._version.release, 38 self._version.patch_l, 39 self._version.pre_l, 40 self._version.pre_v
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | module.h | 271 #define MODULE_VERSION(_version) MODULE_INFO(version, _version) argument 273 #define MODULE_VERSION(_version) \ argument 274 MODULE_INFO(version, _version); \ 284 .version = _version, \
|
| /OK3568_Linux_fs/kernel/include/linux/perf/ |
| H A D | arm_pmu.h | 153 #define XSCALE_PMU_PROBE(_version, _fn) \ argument 154 PMU_PROBE(ARM_CPU_IMP_INTEL << 24 | _version, ARM_PMU_XSCALE_MASK, _fn)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_redirect.c | 15 int _version SEC("version") = 1;
|
| H A D | test_tracepoint.c | 26 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
|
| H A D | test_pinning_invalid.c | 6 int _version SEC("version") = 1;
|
| H A D | test_xdp_adjust_tail_shrink.c | 12 int _version SEC("version") = 1;
|
| H A D | sockmap_tcp_msg_prog.c | 6 int _version SEC("version") = 1;
|
| H A D | tailcall3.c | 31 int _version SEC("version") = 1;
|
| H A D | test_skb_ctx.c | 6 int _version SEC("version") = 1;
|
| H A D | test_btf_nokv.c | 6 int _version SEC("version") = 1;
|
| H A D | tailcall4.c | 33 int _version SEC("version") = 1;
|
| H A D | test_btf_haskv.c | 7 int _version SEC("version") = 1;
|
| H A D | tailcall5.c | 40 int _version SEC("version") = 1;
|
| H A D | test_skb_cgroup_id_kern.c | 45 int _version SEC("version") = 1;
|
| H A D | tailcall_bpf2bpf2.c | 41 int _version SEC("version") = 1;
|
| H A D | tailcall_bpf2bpf1.c | 38 int _version SEC("version") = 1;
|
| H A D | dev_cgroup.c | 60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
|
| H A D | sockmap_parse_prog.c | 5 int _version SEC("version") = 1;
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tracex7_kern.c | 16 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
| H A D | task_fd_query_kern.c | 19 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
| H A D | trace_output_kern.c | 31 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | bpf-script-test-kbuild.c | 21 int _version SEC("version") = LINUX_VERSION_CODE;
|
| H A D | bpf-script-test-prologue.c | 47 int _version SEC("version") = LINUX_VERSION_CODE;
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | amlogic_thermal.c | 60 #define TSENSOR_TRIM_VERSION(_version) \ argument 61 FIELD_GET(TSENSOR_TRIM_VERSION_MASK, _version)
|