Searched refs:stfs (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/powerpc/lib/ |
| A D | reg.S | 95 stfs 0, 0*4(3) 96 stfs 1, 1*4(3) 97 stfs 2, 2*4(3) 98 stfs 3, 3*4(3) 99 stfs 4, 4*4(3) 100 stfs 5, 5*4(3) 101 stfs 6, 6*4(3) 102 stfs 7, 7*4(3) 103 stfs 8, 8*4(3) 104 stfs 9, 9*4(3) [all …]
|
| /linux/arch/powerpc/kvm/ |
| A D | fpu.S | 35 stfs 0,0(r4); \ 57 stfs 0,0(r4); \ 81 stfs 0,0(r4); \ 277 stfs 0,0(r4)
|
| /linux/arch/powerpc/math-emu/ |
| A D | math.c | 66 FLOATFUNC(stfs); 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()
|
| A D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() function
|
| A D | Makefile | 12 mtfsb1.o stfiwx.o stfs.o math.o \
|
| /linux/fs/ksmbd/ |
| A D | smb2pdu.c | 4863 struct kstatfs stfs; in smb2_get_info_filesystem() local 4874 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem() 4890 info->DeviceType = cpu_to_le32(stfs.f_type); in smb2_get_info_filesystem() 4959 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 4972 cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem() 4974 cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem() 5011 cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 5014 cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 5056 info->BlockSize = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 5057 info->TotalBlocks = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem() [all …]
|
| /linux/arch/powerpc/lib/ |
| A D | ldstfp.S | 233 stfs fr0, 0(r4)
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| A D | alignment_handler.c | 547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
|
Completed in 25 milliseconds