Home
last modified time | relevance | path

Searched refs:_version (Results 1 – 25 of 98) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py29 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 Dmodule.h271 #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 Darm_pmu.h153 #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 Dtest_xdp_redirect.c15 int _version SEC("version") = 1;
H A Dtest_tracepoint.c26 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
H A Dtest_pinning_invalid.c6 int _version SEC("version") = 1;
H A Dtest_xdp_adjust_tail_shrink.c12 int _version SEC("version") = 1;
H A Dsockmap_tcp_msg_prog.c6 int _version SEC("version") = 1;
H A Dtailcall3.c31 int _version SEC("version") = 1;
H A Dtest_skb_ctx.c6 int _version SEC("version") = 1;
H A Dtest_btf_nokv.c6 int _version SEC("version") = 1;
H A Dtailcall4.c33 int _version SEC("version") = 1;
H A Dtest_btf_haskv.c7 int _version SEC("version") = 1;
H A Dtailcall5.c40 int _version SEC("version") = 1;
H A Dtest_skb_cgroup_id_kern.c45 int _version SEC("version") = 1;
H A Dtailcall_bpf2bpf2.c41 int _version SEC("version") = 1;
H A Dtailcall_bpf2bpf1.c38 int _version SEC("version") = 1;
H A Ddev_cgroup.c60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dsockmap_parse_prog.c5 int _version SEC("version") = 1;
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex7_kern.c16 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtask_fd_query_kern.c19 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtrace_output_kern.c31 u32 _version SEC("version") = LINUX_VERSION_CODE;
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbpf-script-test-kbuild.c21 int _version SEC("version") = LINUX_VERSION_CODE;
H A Dbpf-script-test-prologue.c47 int _version SEC("version") = LINUX_VERSION_CODE;
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Damlogic_thermal.c60 #define TSENSOR_TRIM_VERSION(_version) \ argument
61 FIELD_GET(TSENSOR_TRIM_VERSION_MASK, _version)

1234