Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware_core_dump.c355 unsigned int note_name_sz; in fw_core_dump_create_prstatus_note() local
359 note_name_sz = strlen(name) + 1; in fw_core_dump_create_prstatus_note()
360 note_sz = sizeof(struct elf32_note) + roundup(note_name_sz, 4) + in fw_core_dump_create_prstatus_note()
367 note->n_namesz = note_name_sz; in fw_core_dump_create_prstatus_note()
370 memcpy(note + 1, name, note_name_sz); in fw_core_dump_create_prstatus_note()
371 memcpy((char *)(note + 1) + roundup(note_name_sz, 4), prs, sizeof(*prs)); in fw_core_dump_create_prstatus_note()