Searched refs:cs (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | critical_section.h | 19 #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/ |
| D | backend_ipc.c | 464 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/ |
| D | generic_threat_model.rst | 1155 …eat Model <https://learn.microsoft.com/en-us/previous-versions/commerce-server/ee823878(v=cs.20)>`_
|
| /trusted-firmware-m-latest/docs/doxygen/ |
| D | Doxyfile.in | 825 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|