Searched refs:SEC_FTR_FAVOUR_SECURITY (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dsecurity_features.h86 #define SEC_FTR_FAVOUR_SECURITY 0x0000000000000200ull macro
111 SEC_FTR_FAVOUR_SECURITY)
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c90 security_ftr_clear(SEC_FTR_FAVOUR_SECURITY);
148 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && \
155 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
159 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c64 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
321 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c575 security_ftr_clear(SEC_FTR_FAVOUR_SECURITY);
630 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && \
636 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
640 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) &&
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c731 if (!security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) ||

Completed in 131 milliseconds