Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf_fdpic.c1452 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1481 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1483 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1484 &t->fpu); in elf_dump_thread_status()
1605 elf_fpregset_t *fpu = NULL; in elf_fdpic_core_dump() local
1638 fpu = kmalloc(sizeof(*fpu), GFP_KERNEL); in elf_fdpic_core_dump()
1639 if (!fpu) in elf_fdpic_core_dump()
1708 elf_core_copy_task_fpregs(current, regs, fpu))) in elf_fdpic_core_dump()
1710 "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in elf_fdpic_core_dump()
1822 kfree(fpu); in elf_fdpic_core_dump()
Dbinfmt_elf.c1671 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1700 &t->fpu))) { in elf_dump_thread_status()
1701 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1702 &(t->fpu)); in elf_dump_thread_status()
1723 elf_fpregset_t *fpu; member
1741 info->fpu = NULL; in fill_note_info()
1757 info->fpu = kmalloc(sizeof(*info->fpu), GFP_KERNEL); in fill_note_info()
1758 if (!info->fpu) in fill_note_info()
1814 info->fpu); in fill_note_info()
1817 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
[all …]