Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl31/
H A Dbl31_traps.c219 if (is_feat_pauth_lr_present()) { in create_spsr()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h368 static inline bool is_feat_pauth_lr_present(void) in is_feat_pauth_lr_present() function
388 CREATE_FEATURE_SUPPORTED(feat_pauth_lr, is_feat_pauth_lr_present, ENABLE_FEAT_PAUTH_LR) in CREATE_FEATURE_SUPPORTED() argument
/rk3399_ARM-atf/common/
H A Dfeat_detect.c507 tainted |= check_feature(ENABLE_FEAT_PAUTH_LR, is_feat_pauth_lr_present(), in detect_arch_features()