Searched refs:xfpusave (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 93 char *xfpusave, size_t xfpusave_len) in ia32_get_fpcontext() argument 113 bzero(xfpusave + max_len, len - max_len); in ia32_get_fpcontext() 117 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in ia32_get_fpcontext() 556 char *xfpusave; in ia32_sendsig() local 585 xfpusave = __builtin_alloca(xfpusave_len); in ia32_sendsig() 588 xfpusave = NULL; in ia32_sendsig() 619 ia32_get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in ia32_sendsig() 630 if (xfpusave != NULL) { in ia32_sendsig() 664 (xfpusave != NULL && copyout(xfpusave, in ia32_sendsig()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 172 char *xfpusave, size_t xfpusave_len); 351 char *xfpusave; in sendsig() local 368 xfpusave = __builtin_alloca(xfpusave_len); in sendsig() 371 xfpusave = NULL; in sendsig() 383 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 400 if (xfpusave != NULL) { in sendsig() 435 (xfpusave != NULL && copyout(xfpusave, in sendsig() 2394 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() argument 2409 bzero(xfpusave + max_len, len - max_len); in get_fpcontext() 2413 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in get_fpcontext()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 168 char *xfpusave, size_t xfpusave_len); 579 char *xfpusave; in sendsig() local 607 xfpusave = __builtin_alloca(xfpusave_len); in sendsig() 610 xfpusave = NULL; in sendsig() 623 get_fpcontext(td, &sf.sf_uc.uc_mcontext, xfpusave, xfpusave_len); in sendsig() 646 if (xfpusave != NULL) { in sendsig() 710 (xfpusave != NULL && copyout(xfpusave, in sendsig() 2991 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext() argument 3006 bzero(xfpusave + max_len, len - max_len); in get_fpcontext() 3010 bcopy(get_pcb_user_save_td(td) + 1, xfpusave, len); in get_fpcontext()
|