Home
last modified time | relevance | path

Searched defs:img_base (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dbase.c125 const u8 *img, u32 img_base, int len) in nvkm_falcon_pio_rd()
159 nvkm_falcon_pio_wr(struct nvkm_falcon *falcon, const u8 *img, u32 img_base, u8 port, in nvkm_falcon_pio_wr()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_infoheader.h20 u32 img_base; /* image base */ member
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c85 uint64_t pdb_resolve(uint64_t img_base, struct pdb_reader *r, const char *name) in pdb_resolve()