Home
last modified time | relevance | path

Searched refs:TSEC_GLOBAL_LOCK (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/tsec/
HDif_tsec.c327 TSEC_GLOBAL_LOCK(sc); in tsec_shutdown()
354 TSEC_GLOBAL_LOCK(sc); in tsec_init()
880 TSEC_GLOBAL_LOCK(sc); in tsec_poll()
918 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
926 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
947 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
959 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
972 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
979 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
1242 TSEC_GLOBAL_LOCK(sc); in tsec_tick()
[all …]
HDif_tsec.h293 #define TSEC_GLOBAL_LOCK(sc) do { \ macro