Home
last modified time | relevance | path

Searched refs:code_off (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dfw.h21 u32 code_off; member
/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dfw.c46 nvkm_debug(subdev, "\tcodeOff : 0x%x\n", hdr->code_off); in nvfw_bl_desc()
/linux/scripts/gdb/linux/
H A Dbpf.py230 for code_off, code_byte in enumerate(code):
231 if linfo_iter.get_code_off() == code_off:
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dfwsec.c211 fw->boot = kmemdup(bl->data + hdr->data_offset + bld->code_off, fw->boot_size, GFP_KERNEL); in nvkm_gsp_fwsec_v2()
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c291 fw->boot = kmemdup(blob->data + hdr->data_offset + desc->code_off, in nvkm_falcon_fw_ctor_hs()