Home
last modified time | relevance | path

Searched refs:lfd (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/powerpc/kvm/
Dfpu.S34 lfd 0,0(r3); /* load up fpscr value */ \
55 lfd 0,0(r3); /* load up fpscr value */ \
78 lfd 0,0(r3); /* load up fpscr value */ \
119 lfd 2,0(r8) /* load param3 */
121 lfd 1,0(r7) /* load param2 */
123 lfd 0,0(r6) /* load param1 */
125 lfd 3,0(r3) /* load up fpscr value */
210 lfd 1,0(r6); /* load param2 */ \
211 lfd 0,0(r5); /* load param1 */ \
212 lfd 3,0(r3); /* load up fpscr value */ \
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dvector.S322 lfd fr,name@toc(r2)
351 lfd fr31,8(r1)
352 lfd fr1,16(r1)
353 lfd fr0,24(r1)
410 lfd fr2,32(r1)
430 lfd fr2,32(r1)
482 lfd fr5,56(r1)
483 lfd fr4,48(r1)
484 lfd fr3,40(r1)
485 lfd fr2,32(r1)
Dfpu.S72 lfd fr0,FPSTATE_FPSCR(r7)
104 lfd fr0,FPSTATE_FPSCR(r3)
179 lfd fr0,FPSTATE_FPSCR(r10)
251 lfd 0,0(r3)
Dtm.S374 lfd fr0, FPSTATE_FPSCR(r8)
/linux-4.4.14/arch/powerpc/math-emu/
Dmath.c61 FLOATFUNC(lfd);
242 case LFD: func = lfd; type = D; break; in do_mathemu()
243 case LFDU: func = lfd; type = DU; break; in do_mathemu()
253 case LFDX: func = lfd; type = XE; break; in do_mathemu()
254 case LFDUX: func = lfd; type = XEU; break; in do_mathemu()
Dlfd.c9 lfd(void *frD, void *ea) in lfd() function
DMakefile12 fmr.o lfd.o stfd.o
/linux-4.4.14/arch/powerpc/lib/
Dldstfp.S95 lfd fr0,STKFRM-16(r1)
118 2: lfd fr0,0(r4)
122 lfd fr0,STKFRM-16(r1)
149 lfd fr0,STKFRM-16(r1)
176 lfd fr0,STKFRM-16(r1)
/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c788 ctxi->lfd = adap_fd; in create_context()
833 int lfd; in _cxlflash_disk_detach() local
889 lfd = ctxi->lfd; in _cxlflash_disk_detach()
902 if (lfd != -1) in _cxlflash_disk_detach()
903 sys_close(lfd); in _cxlflash_disk_detach()
995 __func__, ctxi->lfd, ctxid); in cxlflash_cxl_release()
998 ctxi->lfd = -1; in cxlflash_cxl_release()
1099 __func__, ctxi->lfd, ctxid); in cxlflash_mmap_fault()
1175 __func__, ctxi->lfd, ctxid); in cxlflash_cxl_mmap()
1370 fd = ctxi->lfd; in cxlflash_disk_attach()
[all …]
Dsuperpipe.h103 int lfd; member
Dvlun.c1167 if (unlikely(adap_fd_src != ctxi_src->lfd)) { in cxlflash_disk_clone()
/linux-4.4.14/Documentation/networking/
Dphonet.txt140 int lfd, cfd;
142 lfd = socket(PF_PHONET, SOCK_SEQPACKET, PN_PROTO_PIPE);
143 listen (lfd, INT_MAX);
146 cfd = accept(lfd, NULL, NULL);
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S255 lfd f0, FSCR_SAVE(r1)
257 lfd f0, VSCR_SAVE(r1)
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c596 struct ll_file_data *lfd = LUSTRE_FPRIVATE(filp); in ll_readdir() local
604 inode, (unsigned long)lfd->lfd_pos, i_size_read(inode), api32); in ll_readdir()
606 if (lfd->lfd_pos == MDS_DIR_END_OFF) { in ll_readdir()
614 ctx->pos = lfd->lfd_pos; in ll_readdir()
616 lfd->lfd_pos = ctx->pos; in ll_readdir()
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h106 #define REST_FPR(n, base) lfd n,8*TS_FPRWIDTH*(n)(base)