/Zephyr-latest/arch/arm64/core/ |
D | fpu.S | 16 stp q0, q1, [x0, #(16 * 0)] 17 stp q2, q3, [x0, #(16 * 2)] 18 stp q4, q5, [x0, #(16 * 4)] 19 stp q6, q7, [x0, #(16 * 6)] 20 stp q8, q9, [x0, #(16 * 8)] 21 stp q10, q11, [x0, #(16 * 10)] 22 stp q12, q13, [x0, #(16 * 12)] 23 stp q14, q15, [x0, #(16 * 14)] 24 stp q16, q17, [x0, #(16 * 16)] 25 stp q18, q19, [x0, #(16 * 18)] [all …]
|
D | smccc-call.S | 22 stp x0, x1, [x4, __arm_smccc_res_t_a0_a1_OFFSET] 23 stp x2, x3, [x4, __arm_smccc_res_t_a2_a3_OFFSET] 24 stp x4, x5, [x4, __arm_smccc_res_t_a4_a5_OFFSET] 25 stp x6, x7, [x4, __arm_smccc_res_t_a6_a7_OFFSET]
|
D | vector_table.S | 51 stp x16, x17, [sp, -(___esf_t_SIZEOF - ___esf_t_x16_x17_OFFSET)] 52 stp x18, lr, [sp, -(___esf_t_SIZEOF - ___esf_t_x18_lr_OFFSET)] 57 stp x0, x1, [sp, ___esf_t_x0_x1_OFFSET] 58 stp x2, x3, [sp, ___esf_t_x2_x3_OFFSET] 59 stp x4, x5, [sp, ___esf_t_x4_x5_OFFSET] 60 stp x6, x7, [sp, ___esf_t_x6_x7_OFFSET] 61 stp x8, x9, [sp, ___esf_t_x8_x9_OFFSET] 62 stp x10, x11, [sp, ___esf_t_x10_x11_OFFSET] 63 stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET] 64 stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET] [all …]
|
D | switch.S | 40 stp x19, x20, [x1, #_thread_offset_to_callee_saved_x19_x20] 41 stp x21, x22, [x1, #_thread_offset_to_callee_saved_x21_x22] 42 stp x23, x24, [x1, #_thread_offset_to_callee_saved_x23_x24] 43 stp x25, x26, [x1, #_thread_offset_to_callee_saved_x25_x26] 44 stp x27, x28, [x1, #_thread_offset_to_callee_saved_x27_x28] 46 stp x29, x4, [x1, #_thread_offset_to_callee_saved_x29_sp_el0] 53 stp x4, lr, [x1, #_thread_offset_to_callee_saved_sp_elx_lr] 72 stp x0, x1, [sp, #-16]!
|
D | cpu_idle.S | 34 stp x0, lr, [sp, #-16]!
|
D | CMakeLists.txt | 51 # GCC may generate ldp/stp instructions with the Advanced SIMD Qn registers for
|
D | isr_wrapper.S | 85 stp x0, xzr, [sp, #-16]!
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_arm64_gcc.h | 72 "stp q0, q1, [x0, #(16 * 0)]\n\t" in _store_all_float_registers() 73 "stp q2, q3, [x0, #(16 * 2)]\n\t" in _store_all_float_registers() 74 "stp q4, q5, [x0, #(16 * 4)]\n\t" in _store_all_float_registers() 75 "stp q6, q7, [x0, #(16 * 6)]\n\t" in _store_all_float_registers() 76 "stp q8, q9, [x0, #(16 * 8)]\n\t" in _store_all_float_registers() 77 "stp q10, q11, [x0, #(16 * 10)]\n\t" in _store_all_float_registers() 78 "stp q12, q13, [x0, #(16 * 12)]\n\t" in _store_all_float_registers() 79 "stp q14, q15, [x0, #(16 * 14)]\n\t" in _store_all_float_registers() 80 "stp q16, q17, [x0, #(16 * 16)]\n\t" in _store_all_float_registers() 81 "stp q18, q19, [x0, #(16 * 18)]\n\t" in _store_all_float_registers() [all …]
|
/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 3 MIPI STP Decoder 6 The MIPI System Trace Protocol (MIPI STP) was developed as a generic base protocol that can 15 written to Stimulus Port registers maps directly to STP stream. 17 This module can be used to perform on-chip decoding of the data stream. STP v2 is used.
|
/Zephyr-latest/modules/ |
D | Kconfig.syst | 12 bool "STP Transport Layer for MIPI SyS-T" 14 This option enables support for the STP
|
/Zephyr-latest/include/zephyr/debug/ |
D | mipi_stp_decoder.h | 17 * @defgroup mipi_stp_decoder_apis STP Decoder API 63 /** @brief Union with data associated with a given STP opcode. */
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/ |
D | nucleo_f767zi.overlay | 35 "STP",
|
D | mimxrt1060_evk_mimxrt1062_qspi_B.overlay | 35 "STP",
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 82 regulator can be stopped using the STP pin.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbc.c | 109 "STP", 130 ((sr & USBC_UESTA0_RXSTPI) ? " STP" : "")); in usb_dc_sam_usbc_isr_sta_dbg() 324 LOG_INF("STP - INIT"); in usb_dc_ctrl_init() 345 LOG_INF("STP - STALL"); in usb_dc_ctrl_stall_data() 357 LOG_INF("STP - ZLP IN"); in usb_dc_ctrl_send_zlp_in() 380 LOG_INF("STP - ZLP OUT"); in usb_dc_ctrl_send_zlp_out() 1217 LOG_ERR("Invalid STP state %d on IN phase", epctrl_fsm); in usb_dc_ep_write_stp() 1332 LOG_ERR("Invalid STP state %d on OUT phase", epctrl_fsm); in usb_dc_ep_read_ex_stp()
|
/Zephyr-latest/subsys/logging/mipi_syst/ |
D | platform.h | 24 * Structure generating STP protocol data
|
/Zephyr-latest/scripts/ |
D | checkstack.pl | 49 #ffffffc0006325cc: a9bb7bfd stp x29, x30, [sp,#-80]! 50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o;
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp_demux.h | 74 /** @brief Generic STP demux packet. */
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qsf | 410 set_global_assignment -name USE_SIGNALTAP_FILE output_files/uart.stp 411 set_global_assignment -name SIGNALTAP_FILE output_files/uart.stp
|
/Zephyr-latest/subsys/debug/ |
D | mipi_stp_decoder.c | 435 * Function reads a nibble and continues or starts decoding of a STP opcode.
|