Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf_fdpic.c1426 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1455 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1457 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1458 &t->fpu); in elf_dump_thread_status()
1564 elf_fpregset_t *fpu = NULL; in elf_fdpic_core_dump() local
1603 fpu = kmalloc(sizeof(*fpu), GFP_KERNEL); in elf_fdpic_core_dump()
1604 if (!fpu) in elf_fdpic_core_dump()
1672 elf_core_copy_task_fpregs(current, cprm->regs, fpu))) in elf_fdpic_core_dump()
1674 "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in elf_fdpic_core_dump()
1804 kfree(fpu); in elf_fdpic_core_dump()
Dbinfmt_elf.c1921 elf_fpregset_t fpu; /* NT_PRFPREG */ member
1950 &t->fpu))) { in elf_dump_thread_status()
1951 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1952 &(t->fpu)); in elf_dump_thread_status()
1974 elf_fpregset_t *fpu; member
1998 info->fpu = kmalloc(sizeof(*info->fpu), GFP_KERNEL); in elf_note_info_init()
1999 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()
2127 kfree(info->fpu); in free_note_info()