Home
last modified time | relevance | path

Searched full:tz (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/arch/arm/core/
DCMakeLists.txt21 add_subdirectory_ifdef(CONFIG_ARM_SECURE_FIRMWARE cortex_m/tz)
22 add_subdirectory_ifdef(CONFIG_ARM_NONSECURE_FIRMWARE cortex_m/tz)
/Zephyr-latest/tests/drivers/tee/optee/boards/
Dnative_sim_64.overlay8 compatible = "linaro,optee-tz";
/Zephyr-latest/dts/bindings/arm/
Dlinaro,optee-tz.yaml6 compatible: "linaro,optee-tz"
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/
Dtestcase.yaml9 arch.arm.swap.tz:
/Zephyr-latest/include/zephyr/posix/sys/
Dtime.h33 int gettimeofday(struct timeval *tv, void *tz);
/Zephyr-latest/lib/posix/options/
Dclock.c272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday() argument
278 * is unspecified." "tzp" is the "tz" parameter above. */ in gettimeofday()
279 ARG_UNUSED(tz); in gettimeofday()
/Zephyr-latest/tests/lib/newlib/thread_safety/src/
Dlocks.c430 * @brief Test tz lock functions
433 * tz lock is functional and its implementation is provided by the retargetable
438 /* Lock the tz semaphore */ in ZTEST()
446 /* Unlock the tz semaphore */ in ZTEST()
/Zephyr-latest/drivers/flash/
Dflash_stm32.h61 #if defined(FLASH_NSSR_NSBSY) || defined(FLASH_NSSR_BSY) /* For mcu w. TZ in non-secure mode */
64 #elif defined(FLASH_SECSR_SECBSY) /* For mcu w. TZ in secured mode */
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig492 rsource "tz/Kconfig"
/Zephyr-latest/doc/services/pm/images/
Dcentral_method.svg3 …OoqF9QZBYUxedQUsQbmddORRHursCgXoHBAeaHNXnlja1o3DkcjYa2dikETtJLVfen5eJlPF3f/TZ/Wa3H6/kv5SFKwnf4WpQ5…
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/
Dindex.rst356 The following command sequence will fully deactivate TZ:
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1163 setenv("TZ", "UTC", 1); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1492 * Made ``tz`` non-const in ``gettimeofday()`` for conformance to spec.
Drelease-notes-3.3.rst2800 - :github:`54554` - arch.arm.swap.tz fails to build for v2m_musca_b1_ns