Home
last modified time | relevance | path

Searched refs:fit_loader (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu/qemu-6.2.0/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu60/qemu-6.0.0/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu5/qemu-5.2.0/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/
H A Dloader-fit.h30 struct fit_loader { struct
39 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque); argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/core/
H A Dloader-fit.c116 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
173 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
253 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu42/qemu-4.2.1/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
259 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
259 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu/qemu-6.2.0/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu60/qemu-6.0.0/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu5/qemu-5.2.0/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/core/
H A Dloader-fit.c119 static int fit_load_kernel(const struct fit_loader *ldr, const void *itb, in fit_load_kernel()
177 static int fit_load_fdt(const struct fit_loader *ldr, const void *itb, in fit_load_fdt()
260 int load_fit(const struct fit_loader *ldr, const char *filename, void *opaque) in load_fit()
/dports/emulators/qemu42/qemu-4.2.1/hw/mips/
H A Dboston.c387 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu60/qemu-6.0.0/hw/mips/
H A Dboston.c363 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/mips/
H A Dboston.c387 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu5/qemu-5.2.0/hw/mips/
H A Dboston.c399 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu-utils/qemu-4.2.1/hw/mips/
H A Dboston.c387 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/mips/
H A Dboston.c387 static const struct fit_loader boston_fit_loader = {
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/mips/
H A Dboston.c387 static const struct fit_loader boston_fit_loader = {

12