Home
last modified time | relevance | path

Searched refs:rsp (Results 1 – 25 of 34) sorted by relevance

12

/tools/net/ynl/samples/
A Drt-addr.c46 struct rt_addr_getaddr_list *rsp; in main() local
61 rsp = rt_addr_getaddr_dump(ys, req); in main()
63 if (!rsp) in main()
66 if (ynl_dump_empty(rsp)) in main()
68 ynl_dump_foreach(rsp, addr) in main()
70 rt_addr_getaddr_list_free(rsp); in main()
A Drt-route.c47 struct rt_route_getroute_list *rsp; in main() local
61 rsp = rt_route_getroute_dump(ys, req); in main()
63 if (!rsp) in main()
66 if (ynl_dump_empty(rsp)) in main()
68 ynl_dump_foreach(rsp, route) in main()
70 rt_route_getroute_list_free(rsp); in main()
A Dtc.c47 struct tc_getqdisc_list *rsp; in main() local
61 rsp = tc_getqdisc_dump(ys, req); in main()
63 if (!rsp) in main()
66 if (ynl_dump_empty(rsp)) in main()
68 ynl_dump_foreach(rsp, qdisc) in main()
70 tc_getqdisc_list_free(rsp); in main()
A Drt-link.c137 struct rt_link_getlink_list *rsp; in main() local
159 rsp = rt_link_getlink_dump(ys, req); in main()
161 if (!rsp) in main()
164 if (ynl_dump_empty(rsp)) in main()
166 ynl_dump_foreach(rsp, link) in main()
168 rt_link_getlink_list_free(rsp); in main()
/tools/testing/selftests/tpm2/
A Dtpm2.py404 return rsp
425 rsp = rsp[18:]
429 rsp = rsp[3 + pcrsel_len:]
434 rsp = rsp[6:]
436 return rsp
627 return rsp[14:]
701 rsp = rsp[9:]
706 rsp = rsp[4:]
733 rsp = rsp[9:]
738 rsp = rsp[3:]
[all …]
A Dtpm2_tests.py186 rsp = self.client.tpm.read()
190 self.assertEqual(len(rsp), 2 + 32)
227 rsp = self.client.tpm.read()
231 rsp = self.client.tpm.read()
/tools/testing/selftests/x86/
A Dthunks.S28 mov %rsp,(%rdi)
29 mov %rdi,%rsp
46 mov (%rsp),%rsp
A Dtest_syscall_vdso.c60 uint64_t rsi, rdi, rbp, rsp; member
120 …si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64.rdi, regs64.rbp, regs64.rsp); in print_regs64()
A Dfsgsbase_restore.c201 regs2.rsp -= 128; /* Don't clobber the redzone. */ in main()
/tools/testing/selftests/kvm/lib/x86/
A Dmemstress.c36 unsigned long *rsp; in memstress_l1_guest_code() local
43 rsp = &l2_guest_stack[L2_GUEST_STACK_SIZE - 1]; in memstress_l1_guest_code()
44 *rsp = vcpu_id; in memstress_l1_guest_code()
45 prepare_vmcs(vmx, memstress_l2_guest_entry, rsp); in memstress_l1_guest_code()
A Dhandlers.S18 mov %rsp, %rdi
39 add $16, %rsp
A Dsvm.c103 vmcb->save.rsp = (u64)guest_rsp; in generic_svm_setup()
A Dvmx.c289 static inline void init_vmcs_guest_state(void *rip, void *rsp) in init_vmcs_guest_state() argument
350 vmwrite(GUEST_RSP, (uint64_t)rsp); in init_vmcs_guest_state()
/tools/testing/selftests/drivers/net/hw/
A Dncdevmem.c263 if (rsp) in rxq_num()
264 num = rsp->rx_count + rsp->combined_count; in rxq_num()
417 rsp = netdev_bind_rx(*ys, req); in bind_rx_queue()
418 if (!rsp) { in bind_rx_queue()
423 if (!rsp->_present.id) { in bind_rx_queue()
429 dmabuf_id = rsp->id; in bind_rx_queue()
432 netdev_bind_rx_rsp_free(rsp); in bind_rx_queue()
461 if (!rsp) { in bind_tx_queue()
466 if (!rsp->_present.id) { in bind_tx_queue()
472 tx_dmabuf_id = rsp->id; in bind_tx_queue()
[all …]
/tools/testing/selftests/sgx/
A Dcall.S28 push 0x38(%rsp)
31 add $0x10, %rsp
A Dtest_encl_bootstrap.S57 xchg %rsp, %rax
73 mov %rax, %rsp
/tools/net/ynl/pyynl/lib/
A Dynl.py710 if name in rsp and type(rsp[name]) is not list:
711 rsp[name] = [rsp[name]]
717 rsp[name] = decoded
718 elif name in rsp:
719 rsp[name].append(decoded)
721 rsp[name] = [decoded]
753 rsp = dict()
810 return rsp
1055 rsp = []
1081 rsp.append(None)
[all …]
/tools/perf/arch/x86/tests/
A Dregs_load.S40 leaq 8(%rsp), %rax /* exclude this call. */
43 movq 0(%rsp), %rax
/tools/net/ynl/lib/
A Dynl.c872 struct ynl_ntf_base_type *rsp; in ynl_ntf_parse() local
891 rsp = calloc(1, info->alloc_sz); in ynl_ntf_parse()
892 rsp->free = info->free; in ynl_ntf_parse()
893 yarg.data = rsp->data; in ynl_ntf_parse()
900 rsp->family = nlh->nlmsg_type; in ynl_ntf_parse()
901 rsp->cmd = cmd; in ynl_ntf_parse()
903 *ys->ntf_last_next = rsp; in ynl_ntf_parse()
904 ys->ntf_last_next = &rsp->next; in ynl_ntf_parse()
909 info->free(rsp); in ynl_ntf_parse()
/tools/net/ynl/pyynl/
A Dethtool.py323 rsp = dumpit(ynl, args, 'stats-get', req)
324 pprint.PrettyPrinter().pprint(rsp)
/tools/testing/selftests/bpf/prog_tests/
A Duprobe_syscall.c146 case offsetof(struct pt_regs, rsp): in test_uretprobe_regs_equal()
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h172 uint64_t rsp; member
/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst302 1: mov %rsp,%rbp
303 2: sub $0x228,%rsp
324 1: mov %rsp,%rbp
326 4: sub $0x228,%rsp
/tools/testing/selftests/nci/
A Dnci_dev.c746 const __u8 *rsp, __u32 rsp_len) in read_write_nci_cmd() argument
756 write(virtual_fd, rsp, rsp_len); in read_write_nci_cmd()
758 if (len < 0 || memcmp(&buf[1], &rsp[3], rsp_len - 3)) in read_write_nci_cmd()
/tools/testing/selftests/kvm/include/x86/
A Dsvm.h213 u64 rsp; member

Completed in 44 milliseconds

12