Home
last modified time | relevance | path

Searched refs:image_off (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Ddispatcher.c112 noff = d->image_off ^ (PAGE_SIZE / 2); in bpf_dispatcher_update()
134 d->image_off = noff; in bpf_dispatcher_update()
/openbmc/u-boot/tools/
H A Dimx8mimage.c19 static uint32_t image_off; variable
467 image_off = header_image_off + sizeof(imx_header_v3_t); in build_image()
527 image_off -= ivt_offset; in build_image()
541 copy_file(ofd, ap_img, 0, image_off, 0); in build_image()
579 header_image_off, image_off, csf_off); in build_image()
/openbmc/linux/drivers/nfc/s3fwrn5/
H A Dfirmware.c287 u32 image_off; in s3fwrn5_fw_request_firmware() local
310 memcpy(&image_off, fw->fw->data + 0x1C, 4); in s3fwrn5_fw_request_firmware()
311 fw->image = fw->fw->data + image_off; in s3fwrn5_fw_request_firmware()
/openbmc/linux/include/linux/
H A Dbpf.h1188 u32 image_off; member
1276 .image_off = 0, \