Home
last modified time | relevance | path

Searched defs:fdt_header (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dfdt.h4 struct fdt_header { struct
5 uint32_t magic;
6 uint32_t totalsize;
7 uint32_t structure_offset;
8 uint32_t strings_offset;
9 uint32_t reserve_map_offset;
11 uint32_t version;
12 uint32_t last_compatible_version;
14 uint32_t boot_cpuid_phys;
16 uint32_t strings_size;
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libfdt/
Dfdt.h12 struct fdt_header { struct
13 fdt32_t magic; /* magic word FDT_MAGIC */
14 fdt32_t totalsize; /* total size of DT block */
15 fdt32_t off_dt_struct; /* offset to structure */
16 fdt32_t off_dt_strings; /* offset to strings */
17 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */
18 fdt32_t version; /* format version */
19 fdt32_t last_comp_version; /* last compatible version */
22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
25 fdt32_t size_dt_strings; /* size of the strings block */
[all …]
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt.h12 struct fdt_header { struct
13 fdt32_t magic; /* magic word FDT_MAGIC */
14 fdt32_t totalsize; /* total size of DT block */
15 fdt32_t off_dt_struct; /* offset to structure */
16 fdt32_t off_dt_strings; /* offset to strings */
17 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */
18 fdt32_t version; /* format version */
19 fdt32_t last_comp_version; /* last compatible version */
22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
25 fdt32_t size_dt_strings; /* size of the strings block */
[all …]
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/
Dfdt.h12 struct fdt_header { struct
13 fdt32_t magic; /* magic word FDT_MAGIC */
14 fdt32_t totalsize; /* total size of DT block */
15 fdt32_t off_dt_struct; /* offset to structure */
16 fdt32_t off_dt_strings; /* offset to strings */
17 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */
18 fdt32_t version; /* format version */
19 fdt32_t last_comp_version; /* last compatible version */
22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
25 fdt32_t size_dt_strings; /* size of the strings block */
[all …]
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Ddevice_tree.h16 struct fdt_header { struct
17 uint32_t magic;
18 uint32_t totalsize;
19 uint32_t structure_offset;
20 uint32_t strings_offset;
21 uint32_t reserve_map_offset;
23 uint32_t version;
24 uint32_t last_comp_version;
26 uint32_t boot_cpuid_phys;
28 uint32_t strings_size;
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/libfdt/liblibfdt_nostd/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std/out/
Dbindings.rs72 pub struct fdt_header { struct
86 const UNINIT: ::core::mem::MaybeUninit<fdt_header> = ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_fdt_header() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/libfdt/liblibfdt_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindings.rs72 pub struct fdt_header { struct
86 const UNINIT: ::core::mem::MaybeUninit<fdt_header> = ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_fdt_header() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/libfdt/liblibfdt_bindgen/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dbindings.rs72 pub struct fdt_header { struct
86 const UNINIT: ::core::mem::MaybeUninit<fdt_header> = ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_fdt_header() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/libfdt/liblibfdt/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex10000/out/
Dbindings.rs72 pub struct fdt_header { struct
86 const UNINIT: ::core::mem::MaybeUninit<fdt_header> = ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_fdt_header() argument
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/
Dsafe_types.rs72 impl AsRef<FdtHeader> for libfdt_bindgen::fdt_header { implementation
/aosp_15_r20/external/coreboot/src/lib/
H A Dfit.c388 const struct fdt_header *fdt_header = fdt_blob; in fit_update_compat() local
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h7107 struct fdt_header { struct
7108 fdt32_t magic;
7109 fdt32_t totalsize;
7110 fdt32_t off_dt_struct;
7111 fdt32_t off_dt_strings;
7112 fdt32_t off_mem_rsvmap;
7113 fdt32_t version;
7114 fdt32_t last_comp_version;
7115 fdt32_t boot_cpuid_phys;
7116 fdt32_t size_dt_strings;
[all …]
H A Dvmlinux_600.h7107 struct fdt_header { struct
7108 fdt32_t magic;
7109 fdt32_t totalsize;
7110 fdt32_t off_dt_struct;
7111 fdt32_t off_dt_strings;
7112 fdt32_t off_mem_rsvmap;
7113 fdt32_t version;
7114 fdt32_t last_comp_version;
7115 fdt32_t boot_cpuid_phys;
7116 fdt32_t size_dt_strings;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h61318 struct fdt_header { struct
61319 fdt32_t magic;
61320 fdt32_t totalsize;
61321 fdt32_t off_dt_struct;
61322 fdt32_t off_dt_strings;
61323 fdt32_t off_mem_rsvmap;
61324 fdt32_t version;
61325 fdt32_t last_comp_version;
61326 fdt32_t boot_cpuid_phys;
61327 fdt32_t size_dt_strings;
[all …]
H A Dvmlinux_602.h61318 struct fdt_header { struct
61319 fdt32_t magic;
61320 fdt32_t totalsize;
61321 fdt32_t off_dt_struct;
61322 fdt32_t off_dt_strings;
61323 fdt32_t off_mem_rsvmap;
61324 fdt32_t version;
61325 fdt32_t last_comp_version;
61326 fdt32_t boot_cpuid_phys;
61327 fdt32_t size_dt_strings;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h15650 struct fdt_header { struct
15651 fdt32_t magic;
15652 fdt32_t totalsize;
15653 fdt32_t off_dt_struct;
15654 fdt32_t off_dt_strings;
15655 fdt32_t off_mem_rsvmap;
15656 fdt32_t version;
15657 fdt32_t last_comp_version;
15658 fdt32_t boot_cpuid_phys;
15659 fdt32_t size_dt_strings;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h56622 struct fdt_header { struct
56623 fdt32_t magic;
56624 fdt32_t totalsize;
56625 fdt32_t off_dt_struct;
56626 fdt32_t off_dt_strings;
56627 fdt32_t off_mem_rsvmap;
56628 fdt32_t version;
56629 fdt32_t last_comp_version;
56630 fdt32_t boot_cpuid_phys;
56631 fdt32_t size_dt_strings;
[all …]
H A Dvmlinux.h56622 struct fdt_header { struct
56623 fdt32_t magic;
56624 fdt32_t totalsize;
56625 fdt32_t off_dt_struct;
56626 fdt32_t off_dt_strings;
56627 fdt32_t off_mem_rsvmap;
56628 fdt32_t version;
56629 fdt32_t last_comp_version;
56630 fdt32_t boot_cpuid_phys;
56631 fdt32_t size_dt_strings;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h13974 struct fdt_header { struct
13975 fdt32_t magic;
13976 fdt32_t totalsize;
13977 fdt32_t off_dt_struct;
13978 fdt32_t off_dt_strings;
13979 fdt32_t off_mem_rsvmap;
13980 fdt32_t version;
13981 fdt32_t last_comp_version;
13982 fdt32_t boot_cpuid_phys;
13983 fdt32_t size_dt_strings;
[all …]
H A Dvmlinux.h13974 struct fdt_header { struct
13975 fdt32_t magic;
13976 fdt32_t totalsize;
13977 fdt32_t off_dt_struct;
13978 fdt32_t off_dt_strings;
13979 fdt32_t off_mem_rsvmap;
13980 fdt32_t version;
13981 fdt32_t last_comp_version;
13982 fdt32_t boot_cpuid_phys;
13983 fdt32_t size_dt_strings;
[all …]