/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 315 .version_id = (_version), \ 323 #define VMSTATE_SINGLE_FULL(_field, _state, _test, _version, _info, \ argument 327 .version_id = (_version), \ 343 #define VMSTATE_POINTER(_field, _state, _version, _info, _type) { \ argument 345 .version_id = (_version), \ 361 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\ argument 363 .version_id = (_version), \ 393 .version_id = (_version), \ 764 #define VMSTATE_BITMAP(_field, _state, _version, _field_size) \ argument 765 VMSTATE_BITMAP_TEST(_field, _state, NULL, _version, _field_size) [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cve_check.py | 35 self._version = _Version( 43 self._version.release, 44 self._version.patch_l, 45 self._version.pre_l, 46 self._version.pre_v
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-qom.h | 48 #define VMSTATE_PPC_TIMEBASE_V(_field, _state, _version) { \ argument 50 .version_id = (_version), \
|
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | primary_src.cpp | 15 stream << _header << _version << _flags << _reserved1B << _wordCount in flatten() 28 stream >> _header >> _version >> _flags >> _reserved1B >> _wordCount >> in unflatten()
|
H A D | primary_src.hpp | 113 uint8_t _version = 0x02; member in attn::pel::PrimarySrc
|
/openbmc/linux/include/linux/perf/ |
H A D | arm_pmu.h | 157 #define XSCALE_PMU_PROBE(_version, _fn) \ argument 158 PMU_PROBE(ARM_CPU_IMP_INTEL << 24 | _version, ARM_PMU_XSCALE_MASK, _fn)
|
/openbmc/linux/samples/bpf/ |
H A D | task_fd_query_kern.c | 19 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex7.bpf.c | 15 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | trace_output.bpf.c | 29 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex1.bpf.c | 47 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | test_current_task_under_cgroup.bpf.c | 43 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | test_overhead_kprobe.bpf.c | 41 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | test_probe_write_user.bpf.c | 52 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex4.bpf.c | 54 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tcp_dumpstats_kern.c | 12 int _version SEC("version") = 1;
|
H A D | spintest.bpf.c | 60 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex6.bpf.c | 81 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex5.bpf.c | 93 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
/openbmc/linux/include/linux/ |
H A D | module.h | 268 #define MODULE_VERSION(_version) MODULE_INFO(version, _version) argument 270 #define MODULE_VERSION(_version) \ argument 271 MODULE_INFO(version, _version); \ 284 .version = _version, \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_static_linked2.c | 31 int _version SEC("version") = 1;
|
H A D | test_xdp_update_frags.c | 11 int _version SEC("version") = 1;
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 23 -from ._version import get_versions 26 +from . import _version 28 diff --git a/click_spinner/_version.py b/click_spinner/_version.py 30 --- a/click_spinner/_version.py 31 +++ b/click_spinner/_version.py 79 + # _version.py 182 + # _version.py. 930 - `SRC/_version.py` 1025 + `SRC/_version.py` 1371 # _version.py. [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_inner.c | 91 u32 _version; in nft_inner_parse_l2l3() local 93 iph = skb_header_pointer(pkt->skb, off, sizeof(_version), &_version); in nft_inner_parse_l2l3()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.hpp | 137 return _version; in version() 590 uint8_t _version; member in openpower::pels::SRC
|
/openbmc/linux/drivers/thermal/ |
H A D | amlogic_thermal.c | 58 #define TSENSOR_TRIM_VERSION(_version) \ argument 59 FIELD_GET(TSENSOR_TRIM_VERSION_MASK, _version)
|