/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | fpu_asm.h | 55 lfd f14,0(r3) 56 lfd f15,8(r3) 57 lfd f16,16(r3) 58 lfd f17,24(r3) 59 lfd f18,32(r3) 60 lfd f19,40(r3) 61 lfd f20,48(r3) 62 lfd f21,56(r3) 63 lfd f22,64(r3) 64 lfd f23,72(r3) [all …]
|
/openbmc/u-boot/examples/standalone/ |
H A D | ppc_longjmp.S | 27 FP( lfd 14,((JB_FPRS+0*2)*4)(r3)) 29 FP( lfd 15,((JB_FPRS+1*2)*4)(r3)) 31 FP( lfd 16,((JB_FPRS+2*2)*4)(r3)) 33 FP( lfd 17,((JB_FPRS+3*2)*4)(r3)) 35 FP( lfd 18,((JB_FPRS+4*2)*4)(r3)) 37 FP( lfd 19,((JB_FPRS+5*2)*4)(r3)) 39 FP( lfd 20,((JB_FPRS+6*2)*4)(r3)) 42 FP( lfd 21,((JB_FPRS+7*2)*4)(r3)) 44 FP( lfd 22,((JB_FPRS+8*2)*4)(r3)) 47 FP( lfd 23,((JB_FPRS+9*2)*4)(r3)) [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_asm.S | 12 lfd f0,0(r4) 15 lfd f0,8(r4) 18 lfd f0,16(r4) 21 lfd f0,24(r4) 24 lfd f0,32(r4) 27 lfd f0,40(r4) 30 lfd f0,48(r4) 33 lfd f0,56(r4) 36 lfd f0,64(r4) 39 lfd f0,72(r4) [all …]
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-cdev.c | 46 static int get_value_v2(int lfd) in get_value_v2() argument 53 ret = ioctl(lfd, GPIO_V2_LINE_GET_VALUES_IOCTL, &vals); in get_value_v2() 79 static int get_value_v1(int lfd) in get_value_v1() argument 119 int opt, ret, cfd, lfd; in main() local 175 lfd = request_line_v1(cfd, offset, flags_v1, val); in main() 177 lfd = request_line_v2(cfd, offset, flags_v2, val); in main() 181 if (lfd < 0) { in main() 183 return lfd; in main() 190 ret = get_value_v1(lfd); in main() 192 ret = get_value_v2(lfd); in main() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | socket-helpers.c | 43 int lfd = -1, cfd = -1, afd = -1; in socket_can_bind_connect() local 69 lfd = qemu_socket(res->ai_family, res->ai_socktype, res->ai_protocol); in socket_can_bind_connect() 70 if (lfd < 0) { in socket_can_bind_connect() 79 if (bind(lfd, res->ai_addr, res->ai_addrlen) < 0) { in socket_can_bind_connect() 83 if (listen(lfd, 1) < 0) { in socket_can_bind_connect() 87 if (getsockname(lfd, (struct sockaddr *)&ss, &sslen) < 0) { in socket_can_bind_connect() 101 afd = accept(lfd, (struct sockaddr *)&ss, &sslen); in socket_can_bind_connect() 125 if (lfd != -1) { in socket_can_bind_connect() 126 close(lfd); in socket_can_bind_connect()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | fpu.S | 31 lfd 0,0(r3); /* load up fpscr value */ \ 52 lfd 0,0(r3); /* load up fpscr value */ \ 75 lfd 0,0(r3); /* load up fpscr value */ \ 116 lfd 2,0(r8) /* load param3 */ 118 lfd 1,0(r7) /* load param2 */ 120 lfd 0,0(r6) /* load param1 */ 122 lfd 3,0(r3) /* load up fpscr value */ 212 lfd 1,0(r6); /* load param2 */ \ 213 lfd 0,0(r5); /* load param1 */ \ 214 lfd 3,0(r3); /* load up fpscr value */ \ [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_tcp_ca.c | 39 int lfd = (int)(long)arg, err = 0, fd; in server() local 43 fd = accept(lfd, NULL, NULL); in server() 85 int lfd = -1, fd = -1; in do_test() local 94 lfd = socket(AF_INET6, SOCK_STREAM, 0); in do_test() 99 close(lfd); in do_test() 116 err = listen(lfd, 1); in do_test() 167 close(lfd); in do_test() 283 if (!ASSERT_GE(lfd, 0, "lfd") || in test_dctcp_fallback() 291 srv_fd = accept(lfd, NULL, 0); in test_dctcp_fallback() 309 if (lfd != -1) in test_dctcp_fallback() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vector.S | 185 lfd fr,0(r11) 189 lfd fr,name@toc@l(r11) 219 lfd fr31,8(r1) 220 lfd fr1,16(r1) 221 lfd fr0,24(r1) 278 lfd fr2,32(r1) 298 lfd fr2,32(r1) 350 lfd fr5,56(r1) 351 lfd fr4,48(r1) 352 lfd fr3,40(r1) [all …]
|
H A D | fpu.S | 66 lfd fr0,FPSTATE_FPSCR(r3) 130 lfd fr0,FPSTATE_FPSCR(r10)
|
H A D | tm.S | 415 lfd fr0, FPSTATE_FPSCR(r8)
|
/openbmc/linux/tools/gpio/ |
H A D | gpio-event-mon.c | 36 int cfd, lfd; in monitor_device() local 56 lfd = ret; in monitor_device() 63 ret = gpiotools_get_values(lfd, &values); in monitor_device() 93 ret = read(lfd, &event, sizeof(event)); in monitor_device() 132 if (close(lfd) == -1) in monitor_device()
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | test_unix_oob.c | 177 int lfd, pfd; in main() local 187 lfd = socket(AF_UNIX, SOCK_STREAM, 0); in main() 194 if ((bind(lfd, (struct sockaddr *)&consumer_addr, in main() 202 listen(lfd, 1); in main() 213 pfd = accept(lfd, (struct sockaddr *) &paddr, &len); in main()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | ldstfp.S | 54 lfd reg, 0(r4) 219 lfd fr0, -16(r1) 232 lfd fr0, 0(r3) 234 lfd fr0, -16(r1)
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 62 FLOATFUNC(lfd); 243 case LFD: func = lfd; type = D; break; in do_mathemu() 244 case LFDU: func = lfd; type = DU; break; in do_mathemu() 254 case LFDX: func = lfd; type = XE; break; in do_mathemu() 255 case LFDUX: func = lfd; type = XEU; break; in do_mathemu()
|
H A D | lfd.c | 10 lfd(void *frD, void *ea) in lfd() function
|
H A D | Makefile | 13 fmr.o lfd.o stfd.o
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.S | 31 OP_REGS lfd, 8, 0, 31, r6
|
/openbmc/linux/Documentation/networking/ |
H A D | phonet.rst | 149 int lfd, cfd; 151 lfd = socket(PF_PHONET, SOCK_SEQPACKET, PN_PROTO_PIPE); 152 listen (lfd, INT_MAX); 155 cfd = accept(lfd, NULL, NULL);
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 255 lfd f0, FSCR_SAVE(r1) 257 lfd f0, VSCR_SAVE(r1)
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 121 #define STORE_FLOAT_DFORM_TEST(op) TEST(op, lfd, op, DFORM, 0, 0) 535 LOAD_FLOAT_DFORM_TEST(lfd); in test_alignment_handler_fp()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | start.S | 120 lfd 1, 0(r4) 126 lfd 1, 0(r3)
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 102 #define REST_FPR(n, base) lfd n,8*TS_FPRWIDTH*(n)(base)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 102 #define REST_FPR(n, base) lfd n,8*TS_FPRWIDTH*(n)(base)
|