Home
last modified time | relevance | path

Searched refs:note_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.c356 unsigned int note_sz; in fw_core_dump_create_prstatus_note() local
360 note_sz = sizeof(struct elf32_note) + roundup(note_name_sz, 4) + in fw_core_dump_create_prstatus_note()
362 note = kmalloc(note_sz, GFP_KERNEL); in fw_core_dump_create_prstatus_note()
375 return note_sz; in fw_core_dump_create_prstatus_note()