/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 34 bool xtensa_is_outside_stack_bounds(uintptr_t addr, size_t sz, uint32_t ps) in xtensa_is_outside_stack_bounds() argument 44 ARG_UNUSED(ps); in xtensa_is_outside_stack_bounds() 72 } else if (ps == UINT32_MAX) { in xtensa_is_outside_stack_bounds() 86 } else if (((ps & PS_RING_MASK) == 0U) && in xtensa_is_outside_stack_bounds() 130 if (xtensa_is_outside_stack_bounds((uintptr_t)frame, sizeof(*frame), bsa->ps)) { in xtensa_is_frame_pointer_valid() 224 uint32_t ps, vaddr; in print_fatal_exception() local 248 ps = bsa->ps; in print_fatal_exception() 257 LOG_ERR(" ** PS %p", (void *)bsa->ps); in print_fatal_exception() 259 get_bits(0, 4, ps), get_bits(4, 1, ps), in print_fatal_exception() 260 get_bits(5, 1, ps), get_bits(6, 2, ps), in print_fatal_exception() [all …]
|
D | userspace.S | 37 rsr.ps a2 67 rsr.ps a2 81 rsr.ps a3 85 wsr.ps a3 189 wsr.ps a0 242 wsr.ps a3
|
D | coredump.c | 61 uint32_t ps; member 147 arch_blk.r.ps = bsa->ps; in arch_coredump_info_dump()
|
D | thread.c | 73 frame->bsa.ps = PS_WOE | PS_UM | PS_CALLINC(1); in init_stack()
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_stack.h | 41 bool xtensa_is_outside_stack_bounds(uintptr_t addr, size_t sz, uint32_t ps);
|
D | xtensa_asm2_s.h | 379 wsr.ps a2 440 rsr.ps a0 445 wsr.ps a0 461 rsr.ps a0 465 rsr.ps a0 468 wsr.ps a0 490 wsr.ps a0 689 rsr.ps a0
|
D | xtensa_asm2_context.h | 143 uintptr_t ps; member
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 213 compatible = "xlnx,ps-gpio"; 224 compatible = "xlnx,ps-gpio-bank"; 233 compatible = "xlnx,ps-gpio-bank"; 242 compatible = "xlnx,ps-gpio-bank"; 251 compatible = "xlnx,ps-gpio-bank"; 260 compatible = "xlnx,ps-gpio-bank"; 269 compatible = "xlnx,ps-gpio-bank";
|
D | zynq7000.dtsi | 124 compatible = "xlnx,ps-gpio"; 135 compatible = "xlnx,ps-gpio-bank"; 144 compatible = "xlnx,ps-gpio-bank"; 153 compatible = "xlnx,ps-gpio-bank"; 162 compatible = "xlnx,ps-gpio-bank";
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/ |
D | power.c | 61 uint32_t ps; member 87 core_desc[core_id].ps = XTENSA_RSR("PS"); in _save_core_context() 98 XTENSA_WSR("PS", core_desc[core_id].ps); in _restore_core_context()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 74 volatile int ps, ie; in appcpu_entry2() local 83 __asm__ volatile("rsr.PS %0" : "=r"(ps)); in appcpu_entry2() 84 ps &= ~(XCHAL_PS_EXCM_MASK | XCHAL_PS_INTLEVEL_MASK); in appcpu_entry2() 85 __asm__ volatile("wsr.PS %0" : : "r"(ps)); in appcpu_entry2()
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power.c | 121 uint32_t ps; member 141 core_desc[core_id].ps = XTENSA_RSR("PS"); in _save_core_context() 165 XTENSA_WSR("PS", core_desc[core_id].ps); in _restore_core_context()
|
/Zephyr-latest/arch/xtensa/core/offsets/ |
D | offsets.c | 26 GEN_OFFSET_SYM(_xtensa_irq_bsa_t, ps);
|
/Zephyr-latest/subsys/secure_storage/ |
D | CMakeLists.txt | 31 make_available(ps.h)
|
D | Kconfig | 91 Implement the functions declared in <zephyr/secure_storage/ps.h>.
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 106 if docker ps | grep "$name" > /dev/null; then 128 if docker ps | grep "$name" > /dev/null; then
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf91xx_partition.dtsi | 53 label = "tfm-ps";
|
D | nrf5340_cpuapp_partition.dtsi | 53 label = "tfm-ps";
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 837 char *s, **ps; in cbpprintf_external() local 860 ps = (char **)(buf + s_idx * sizeof(int)); in cbpprintf_external() 862 *ps = s; in cbpprintf_external()
|
/Zephyr-latest/boards/circuitdojo/feather/ |
D | circuitdojo_feather_nrf9160_common.dtsi | 85 nrf-ps-en {
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 192 unsigned int ps; in ZTEST_USER() 196 __asm__ volatile("rsr.ps %0" : "=r" (ps)); in ZTEST_USER()
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | kobject.c | 1321 struct k_poll_signal ps; variable 1361 kobj[5] = &ps; in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 448 * :github:`5996` - Need a "ps aux" like command to list all running threads and their attributes
|
D | release-notes-3.1.rst | 905 * :dtcompatible:`xlnx,ps-gpio` and :dtcompatible:`xlnx,ps-gpio-bank`
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 3722 SHELL_SUBCMD_ADD((wifi), ps, NULL,
|