Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf_fdpic.c1450 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1479 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1481 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1482 &t->fpu); in elf_dump_thread_status()
1586 elf_fpregset_t *fpu = NULL; in elf_fdpic_core_dump() local
1624 fpu = kmalloc(sizeof(*fpu), GFP_KERNEL); in elf_fdpic_core_dump()
1625 if (!fpu) in elf_fdpic_core_dump()
1693 elf_core_copy_task_fpregs(current, cprm->regs, fpu))) in elf_fdpic_core_dump()
1695 "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in elf_fdpic_core_dump()
1825 kfree(fpu); in elf_fdpic_core_dump()
Dbinfmt_elf.c1919 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1948 &t->fpu))) { in elf_dump_thread_status()
1949 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1950 &(t->fpu)); in elf_dump_thread_status()
1972 elf_fpregset_t *fpu; member
1996 info->fpu = kmalloc(sizeof(*info->fpu), GFP_KERNEL); in elf_note_info_init()
1997 if (!info->fpu) in elf_note_info_init()
2065 info->fpu); in fill_note_info()
2068 "CORE", NT_PRFPREG, sizeof(*info->fpu), info->fpu); in fill_note_info()
2130 kfree(info->fpu); in free_note_info()