![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <linux/types.h> 0003 #include <linux/errno.h> 0004 #include <linux/uaccess.h> 0005 0006 #include <asm/sfp-machine.h> 0007 #include <math-emu/soft-fp.h> 0008 0009 int 0010 mffs(u32 *frD) 0011 { 0012 frD[1] = __FPU_FPSCR; 0013 0014 #ifdef DEBUG 0015 printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]); 0016 #endif 0017 0018 return 0; 0019 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |