Searched refs:stfs (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/tools/testing/selftests/powerpc/lib/ ! |
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-5.19.10/arch/powerpc/kvm/ ! |
D | fpu.S | 35 stfs 0,0(r4); \ 57 stfs 0,0(r4); \ 81 stfs 0,0(r4); \ 277 stfs 0,0(r4)
|
/linux-5.19.10/arch/powerpc/math-emu/ ! |
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()
|
D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() function
|
D | Makefile | 12 mtfsb1.o stfiwx.o stfs.o math.o \
|
/linux-5.19.10/arch/powerpc/lib/ ! |
D | ldstfp.S | 233 stfs fr0, 0(r4)
|
/linux-5.19.10/fs/ksmbd/ ! |
D | smb2pdu.c | 4878 struct kstatfs stfs; in smb2_get_info_filesystem() local 4889 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem() 4905 info->DeviceType = cpu_to_le32(stfs.f_type); in smb2_get_info_filesystem() 4927 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem() 4971 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem() 4972 info->FreeAllocationUnits = cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem() 4974 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 4985 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem() 4987 cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem() 4989 cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem() [all …]
|
/linux-5.19.10/tools/testing/selftests/powerpc/alignment/ ! |
D | alignment_handler.c | 547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
|