Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/include/
Dcritical_section.h19 #define CRITICAL_SECTION_INIT(cs) (cs).state = (0) argument
20 #define CRITICAL_SECTION_ENTER(cs) (cs).state = __save_disable_irq() argument
21 #define CRITICAL_SECTION_LEAVE(cs) __restore_irq((cs).state) argument
/trusted-firmware-m-latest/secure_fw/spm/core/
Dbackend_ipc.c464 struct critical_section_t cs = CRITICAL_SECTION_STATIC_INIT; in ipc_schedule() local
467 CRITICAL_SECTION_ENTER(cs); in ipc_schedule()
551 CRITICAL_SECTION_LEAVE(cs); in ipc_schedule()
/trusted-firmware-m-latest/docs/security/threat_models/
Dgeneric_threat_model.rst1155 …eat Model <https://learn.microsoft.com/en-us/previous-versions/commerce-server/ee823878(v=cs.20)>`_
/trusted-firmware-m-latest/docs/doxygen/
DDoxyfile.in825 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,