Searched refs:lfs (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/tools/testing/selftests/powerpc/lib/ |
D | reg.S | 58 lfs 0, 0*4(3) 59 lfs 1, 1*4(3) 60 lfs 2, 2*4(3) 61 lfs 3, 3*4(3) 62 lfs 4, 4*4(3) 63 lfs 5, 5*4(3) 64 lfs 6, 6*4(3) 65 lfs 7, 7*4(3) 66 lfs 8, 8*4(3) 67 lfs 9, 9*4(3) [all …]
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | fpu.S | 31 lfs 0,0(r5); \ 52 lfs 0,0(r5); \ 53 lfs 1,0(r6); \ 75 lfs 0,0(r5); \ 76 lfs 1,0(r6); \ 77 lfs 2,0(r7); \ 271 lfs 0,0(r3)
|
/Linux-v5.10/arch/powerpc/math-emu/ |
D | math.c | 63 FLOATFUNC(lfs); 241 case LFS: func = lfs; type = D; break; in do_mathemu() 242 case LFSU: func = lfs; type = DU; break; in do_mathemu() 252 case LFSX: func = lfs; type = XE; break; in do_mathemu() 253 case LFSUX: func = lfs; type = XEU; break; in do_mathemu()
|
D | lfs.c | 12 lfs(void *frD, void *ea) in lfs() function
|
D | Makefile | 10 frsp.o fsel.o lfs.o frsqrte.o fsub.o \
|
/Linux-v5.10/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 545 LOAD_FLOAT_DFORM_TEST(lfs); in test_alignment_handler_fp() 603 LOAD_FLOAT_DFORM_TEST(lfs); in test_alignment_handler_fp_prefix()
|
/Linux-v5.10/arch/powerpc/lib/ |
D | ldstfp.S | 217 lfs fr0, 0(r3)
|
/Linux-v5.10/fs/nfs/ |
D | internal.h | 320 dst->lfs = src->lfs; in nfs4_label_copy()
|
D | nfs4xdr.c | 1175 *p++ = cpu_to_be32(label->lfs); in encode_attrs() 4144 uint32_t lfs = 0; in decode_attr_security_label() local 4155 lfs = be32_to_cpup(p++); in decode_attr_security_label() 4176 label->lfs = lfs; in decode_attr_security_label() 4186 (char *)label->label, label->len, label->pi, label->lfs); in decode_attr_security_label()
|
D | nfs4proc.c | 6056 ilabel.lfs = 0; in nfs4_set_security_label()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | vector.S | 157 lfs fr,name@l(r11)
|
/Linux-v5.10/include/linux/ |
D | nfs4.h | 47 uint32_t lfs; member
|
/Linux-v5.10/Documentation/filesystems/ |
D | f2fs.rst | 195 and "lfs". In "lfs" mode, there should be no random 198 with "mode=lfs".
|
D | ramfs-rootfs-initramfs.rst | 251 - http://www.linuxfromscratch.org/lfs/view/stable/
|