| /tools/testing/selftests/powerpc/include/ |
| 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 …]
|
| /tools/testing/selftests/powerpc/math/ |
| 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 …]
|
| /tools/testing/selftests/gpio/ |
| 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 …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | bpf_tcp_ca.c | 68 int lfd = -1, fd = -1; in do_test() local 70 if (!start_test(NULL, opts, opts, &lfd, &fd)) in do_test() 76 if (lfd != -1) in do_test() 77 close(lfd); in do_test() 149 int lfd = -1, fd = -1, tmp_stg, err; in test_dctcp() local 178 if (lfd != -1) in test_dctcp() 179 close(lfd); in test_dctcp() 261 int err, lfd = -1, cli_fd = -1, srv_fd = -1; in test_dctcp_fallback() local 295 srv_fd = accept(lfd, NULL, 0); in test_dctcp_fallback() 313 if (lfd != -1) in test_dctcp_fallback() [all …]
|
| /tools/gpio/ |
| 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()
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-gpr.S | 31 OP_REGS lfd, 8, 0, 31, r6
|
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| A D | ebb_handler.S | 255 lfd f0, FSCR_SAVE(r1) 257 lfd f0, VSCR_SAVE(r1)
|
| /tools/testing/selftests/bpf/ |
| A D | network_helpers.h | 101 int send_recv_data(int lfd, int fd, uint32_t total_bytes);
|
| A D | network_helpers.c | 721 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data() argument 725 .fd = lfd, in send_recv_data()
|
| /tools/testing/selftests/powerpc/alignment/ |
| 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()
|