Home
last modified time | relevance | path

Searched full:stfs (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/math-emu/
H A Dmath.c66 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 Dstfs.c12 stfs(void *frS, void *ea) in stfs() function
H A DMakefile12 mtfsb1.o stfiwx.o stfs.o math.o \
/linux/arch/powerpc/kvm/
H A Dfpu.S37 stfs 0,0(r4); \
59 stfs 0,0(r4); \
83 stfs 0,0(r4); \
284 stfs 0,0(r4)
H A Dpowerpc.c1116 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 Dfsl,ssi.yaml147 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 Dldstfp.S233 stfs fr0, 0(r4)
/linux/fs/smb/server/
H A Dsmb2pdu.c5641 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 Dalignment_handler.c547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
/linux/sound/soc/fsl/
H A Dfsl_ssi.c1453 * In synchronous mode, STCK and STFS ports are used by RX in fsl_ssi_probe_from_dt()
/linux/arch/powerpc/xmon/
H A Dppc-opc.c6329 {"stfs", OP(52), OP_MASK, COM, PPCEFS|PPCVLE, {FRS, D, RA0}},