Searched full:stfs (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/powerpc/math-emu/ |
| H A D | math.c | 66 FLOATFUNC(stfs); 85 #define STFS 0x34 /* 52 */ macro 245 case STFS: func = stfs; type = D; break; in do_mathemu() 246 case STFSU: func = stfs; type = DU; break; in do_mathemu() 256 case STFSX: func = stfs; type = XE; break; in do_mathemu() 257 case STFSUX: func = stfs; type = XEU; break; in do_mathemu()
|
| H A D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() function
|
| H A D | Makefile | 12 mtfsb1.o stfiwx.o stfs.o math.o \
|
| /linux/arch/powerpc/kvm/ |
| H A D | fpu.S | 37 stfs 0,0(r4); \ 59 stfs 0,0(r4); \ 83 stfs 0,0(r4); \ 284 stfs 0,0(r4)
|
| H A D | powerpc.c | 1116 asm ("lfd%U1%X1 0,%1; stfs%U0%X0 0,%0" : "=m<>" (fprs) : "m<>" (fprd) in dp_to_sp()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | fsl,ssi.yaml | 147 mode. In this mode, pins SRCK, STCK, SRFS, and STFS must 152 be connected together, and SRFS and STFS be connected
|
| /linux/arch/powerpc/lib/ |
| H A D | ldstfp.S | 233 stfs fr0, 0(r4)
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 5641 struct kstatfs stfs; in smb2_get_info_filesystem() 5654 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem() 5716 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem() 5764 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_sec() 5765 info->AvailableAllocationUnits = cpu_to_le64(stfs.f_bfree); in smb2_get_info_sec() 5767 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_sec() 5776 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_sec() 5778 cpu_to_le64(stfs.f_bavail); in smb2_get_info_sec() 5780 cpu_to_le64(stfs.f_bfree); in smb2_get_info_sec() 5782 info->BytesPerSector = cpu_to_le32(stfs in smb2_get_info_sec() 5522 struct kstatfs stfs; smb2_get_info_filesystem() local [all...] |
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H A D | alignment_handler.c | 547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_ssi.c | 1453 * In synchronous mode, STCK and STFS ports are used by RX in fsl_ssi_probe_from_dt()
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 6329 {"stfs", OP(52), OP_MASK, COM, PPCEFS|PPCVLE, {FRS, D, RA0}},
|