Searched refs:fdt_reserve_entry (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt_internal.h61 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n)
63 const struct fdt_reserve_entry *rsv_table =
64 (const struct fdt_reserve_entry *)
69 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n)
H A Dfdt.h61 struct fdt_reserve_entry { struct
H A Dfdt_rw.c55 if (_fdt_blocks_misordered(fdt, sizeof(struct fdt_reserve_entry),
89 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p,
153 struct fdt_reserve_entry *re;
170 struct fdt_reserve_entry *re = _fdt_mem_rsv_w(fdt, n);
407 * sizeof(struct fdt_reserve_entry);
466 * sizeof(struct fdt_reserve_entry);
H A Dfdt_sw.c82 sizeof(struct fdt_reserve_entry)));
91 struct fdt_reserve_entry *re;
103 re = (struct fdt_reserve_entry *)((char *)fdt + offset);

Completed in 8 milliseconds