Searched refs:stfs (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | fpu.S | 35 stfs 0,0(r4); \ 57 stfs 0,0(r4); \ 81 stfs 0,0(r4); \ 277 stfs 0,0(r4)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math.c | 66 FLOATFUNC(stfs); variable 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 \
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math.c | 66 FLOATFUNC(stfs); variable 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 \
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | ldstfp.S | 233 stfs fr0, 0(r4)
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | ldstfp.S | 233 stfs fr0, 0(r4)
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 5011 struct kstatfs stfs; in smb2_get_info_filesystem() local 5024 rc = vfs_statfs(&path, &stfs); in smb2_get_info_filesystem() 5040 info->DeviceType = cpu_to_le32(stfs.f_type); in smb2_get_info_filesystem() 5064 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem() 5104 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem() 5105 info->FreeAllocationUnits = cpu_to_le64(stfs.f_bfree); in smb2_get_info_filesystem() 5107 info->BytesPerSector = cpu_to_le32(stfs.f_bsize); in smb2_get_info_filesystem() 5116 info->TotalAllocationUnits = cpu_to_le64(stfs.f_blocks); in smb2_get_info_filesystem() 5118 cpu_to_le64(stfs.f_bavail); in smb2_get_info_filesystem() 5120 cpu_to_le64(stfs in smb2_get_info_filesystem() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 556 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 547 STORE_FLOAT_DFORM_TEST(stfs); in test_alignment_handler_fp()
|
Completed in 13 milliseconds