Searched refs:code_off (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/include/nvfw/ |
| H A D | fw.h | 21 u32 code_off; member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
| H A D | fw.c | 46 nvkm_debug(subdev, "\tcodeOff : 0x%x\n", hdr->code_off); in nvfw_bl_desc()
|
| /linux/scripts/gdb/linux/ |
| H A D | bpf.py | 230 for code_off, code_byte in enumerate(code): 231 if linfo_iter.get_code_off() == code_off:
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_hal.c | 992 int code_off, unsigned int max_cycle, in qat_hal_exec_micro_inst() argument 1053 if (code_off) in qat_hal_exec_micro_inst() 1190 const int num_inst = ARRAY_SIZE(insts), code_off = 1; in qat_hal_wr_rel_reg() local 1222 code_off, num_inst * 0x5, NULL); in qat_hal_wr_rel_reg() 1390 const int num_inst = ARRAY_SIZE(micro_inst), code_off = 1; in qat_hal_put_rel_wr_xfer() local 1429 code_off, dly, NULL); in qat_hal_put_rel_wr_xfer()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | fwsec.c | 211 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 D | fw.c | 291 fw->boot = kmemdup(blob->data + hdr->data_offset + desc->code_off, in nvkm_falcon_fw_ctor_hs()
|