Home
last modified time | relevance | path

Searched refs:alt_next (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/sys/arm/arm/
HDmachdep_ptrace.c131 uint32_t cur_instr, alt_next = 0; in ptrace_single_step() local
162 error_alt = ptrace_get_alternative_next(td, cur_instr, &alt_next); in ptrace_single_step()
164 error_alt = ptrace_read_int(td, alt_next, in ptrace_single_step()
169 error_alt = ptrace_write_int(td, alt_next, in ptrace_single_step()
174 td->td_md.md_ptrace_addr_alt = alt_next; in ptrace_single_step()
/freebsd-14-stable/sys/dev/usb/controller/
HDuhci.c83 #define alt_next next macro
1075 td_alt_next = td->alt_next; in uhci_non_isoc_done_sub()
1129 td = td->alt_next; in uhci_non_isoc_done_sub()
1138 if (td->alt_next != td_alt_next) { in uhci_non_isoc_done_sub()
1248 td = td->alt_next; in uhci_check_transfer_sub()
1251 td_alt_next = td->alt_next; in uhci_check_transfer_sub()
1272 if (td->alt_next != td_alt_next) { in uhci_check_transfer_sub()
1362 if (td->alt_next) { in uhci_check_transfer()
1603 td->alt_next = td_alt_next; in uhci_setup_standard_chain_sub()
HDdwc_otg.h87 uint8_t alt_next:1; member
HDatmegadci.h205 uint8_t alt_next:1; member
HDavr32dci.h172 uint8_t alt_next:1; member
HDohci.h137 struct ohci_td *alt_next; member
HDuss820dci.h283 uint8_t alt_next:1; member
HDmusb_otg.h324 uint8_t alt_next:1; member
HDohci.c810 td_alt_next = td->alt_next; in ohci_non_isoc_done_sub()
864 td = td->alt_next; in ohci_non_isoc_done_sub()
873 if (td->alt_next != td_alt_next) { in ohci_non_isoc_done_sub()
976 td = td->alt_next; in ohci_check_transfer_sub()
1352 td->alt_next = td_alt_next; in ohci_setup_standard_chain_sub()
HDatmegadci.c592 if (!td->alt_next) { in atmegadci_xfer_do_fifo()
770 td->alt_next = temp->setup_alt_next; in atmegadci_setup_standard_chain_sub()
997 if (td->alt_next) { in atmegadci_standard_done_sub()
HDavr32dci.c580 if (!td->alt_next) { in avr32dci_xfer_do_fifo()
739 td->alt_next = temp->setup_alt_next; in avr32dci_setup_standard_chain_sub()
974 if (td->alt_next) { in avr32dci_standard_done_sub()
HDxhci.c690 td_alt_next = td->alt_next; in xhci_generic_done_sub()
737 td = td->alt_next; in xhci_generic_done_sub()
746 if (td->alt_next != td_alt_next) { in xhci_generic_done_sub()
828 td = td->alt_next; in xhci_skip_transfer()
985 if (td->alt_next == NULL) { in xhci_check_transfer()
996 xfer->td_transfer_cache = td->alt_next; in xhci_check_transfer()
1931 td->alt_next = td_alt_next; in xhci_setup_generic_chain_sub()
HDuss820dci.c673 if (!td->alt_next) { in uss820dci_xfer_do_fifo()
873 td->alt_next = temp->setup_alt_next; in uss820dci_setup_standard_chain_sub()
1146 if (td->alt_next) { in uss820dci_standard_done_sub()
HDehci.h208 struct ehci_qtd *alt_next; member
HDehci.c1102 td_alt_next = td->alt_next; in ehci_non_isoc_done_sub()
1143 td = td->alt_next; in ehci_non_isoc_done_sub()
1152 if (td->alt_next != td_alt_next) { in ehci_non_isoc_done_sub()
1367 if (td->alt_next) { in ehci_check_transfer()
1368 td = td->alt_next; in ehci_check_transfer()
1701 td->alt_next = td_alt_next; in ehci_setup_standard_chain_sub()
HDxhci.h382 struct xhci_td *alt_next; member
HDmusb_otg.c2148 if (!td->alt_next) { in musbotg_xfer_do_fifo()
2378 td->alt_next = temp->setup_alt_next; in musbotg_setup_standard_chain_sub()
2730 if (td->alt_next) { in musbotg_standard_done_sub()
HDdwc_otg.c2386 if (!td->alt_next) in dwc_otg_xfer_do_fifo()
3108 td->alt_next = temp->setup_alt_next; in dwc_otg_setup_standard_chain_sub()
3545 if (td->alt_next) { in dwc_otg_standard_done_sub()