Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h63 #define PARAM_EP_SECURITY_MASK 0x1 macro
64 #define GET_SECURITY_STATE(x) (x & PARAM_EP_SECURITY_MASK)
66 ((x) = ((x) & ~PARAM_EP_SECURITY_MASK) | (security))