Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h37 #define SHOULD_ID_FIELD_DISABLE(guard, enabled_worlds, world) \ argument
38 (((guard) == 0U) || ((((enabled_worlds) >> (world)) & 1U) == 0U))
41 #define CREATE_FEATURE_SUPPORTED(name, read_func, guard) \ argument
45 if ((guard) == FEAT_STATE_DISABLED) { \
48 if ((guard) == FEAT_STATE_ALWAYS) { \
91 #define CREATE_IDREG_UPDATE(name, idreg, idfield, mask, guard, enabled_worlds) \ argument
95 if (SHOULD_ID_FIELD_DISABLE(guard, enabled_worlds, security_state)) { \
102 #define CREATE_PERCPU_IDREG_UPDATE(name, idreg, idfield, mask, guard, \ argument
107 if (SHOULD_ID_FIELD_DISABLE(guard, enabled_worlds, security_state)) { \
114 #define CREATE_IDREG_UPDATE(name, idreg, idfield, mask, guard, enabled_worlds) argument
[all …]
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h18 #define CREATE_FEATURE_SUPPORTED(name, read_func, guard) \ argument
22 if ((guard) == FEAT_STATE_DISABLED) { \
25 if ((guard) == FEAT_STATE_ALWAYS) { \
39 #define CREATE_FEATURE_FUNCS(name, idreg, idfield, mask, idval, guard) \ argument
41 CREATE_FEATURE_SUPPORTED(name, is_ ## name ## _present, guard)
/rk3399_ARM-atf/plat/mediatek/drivers/uart/
H A Duart.c48 mmio_write_32(UART_GUARD(base), uart->registers.guard); in mt_uart_restore()
90 uart->registers.guard = mmio_read_32(UART_GUARD(base)); in mt_uart_save()
H A Duart.h85 uint32_t guard; member
/rk3399_ARM-atf/docs/
H A Dchange-log.md1083 …- guard against negative ch offsets ([c56a85d](https://review.trustedfirmware.org/plugins/gitiles/…
2085 …- imx_trdc.h header guard ([2e9198d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trust…
2423 …- guard Crypto APIs with CRYPTO_SUPPORT ([8a41106](https://review.trustedfirmware.org/plugins/giti…
4179 …- guard PSA crypto headers under TF-M test-suite define ([d2ce6aa](https://review.trustedfirmware.…
5122 …- fix misspelled header inclusion guard ([a9779c1](https://review.trustedfirmware.org/plugins/giti…
5477 …- guard defines under MBEDTLS_CONFIG_FILE ([81c2e15](https://review.trustedfirmware.org/plugins/gi…