Home
last modified time | relevance | path

Searched full:stp (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dfpu.S16 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 …]
Dsmccc-call.S22 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]
Dvector_table.S51 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 …]
Dswitch.S40 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]!
Dcpu_idle.S34 stp x0, lr, [sp, #-16]!
DCMakeLists.txt51 # GCC may generate ldp/stp instructions with the Advanced SIMD Qn registers for
Disr_wrapper.S85 stp x0, xzr, [sp, #-16]!
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_arm64_gcc.h72 "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/
Dmipi_stp_decoder.rst3 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/
DKconfig.syst12 bool "STP Transport Layer for MIPI SyS-T"
14 This option enables support for the STP
/Zephyr-latest/include/zephyr/debug/
Dmipi_stp_decoder.h17 * @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/
Dnucleo_f767zi.overlay35 "STP",
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay35 "STP",
/Zephyr-latest/dts/bindings/regulator/
Dadi,adp5360-regulator.yaml82 regulator can be stopped using the STP pin.
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbc.c109 "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/
Dplatform.h24 * Structure generating STP protocol data
/Zephyr-latest/scripts/
Dcheckstack.pl49 #ffffffc0006325cc: a9bb7bfd stp x29, x30, [sp,#-80]!
50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o;
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp_demux.h74 /** @brief Generic STP demux packet. */
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qsf410 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/
Dmipi_stp_decoder.c435 * Function reads a nibble and continues or starts decoding of a STP opcode.