Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Ddexcr.c29 DEXCR_PR_NPHIE) in early_initcall()
44 *aspect = DEXCR_PR_NPHIE; in early_initcall()
104 if (aspect == DEXCR_PR_NPHIE && in set_dexcr_prctl()
/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c27 if (get_dexcr(EFFECTIVE) & DEXCR_PR_NPHIE) in require_nphie()
30 SKIP_IF_MSG(!(get_dexcr(EFFECTIVE) & DEXCR_PR_NPHIE), in require_nphie()
H A Ddexcr.h21 #define DEXCR_PR_NPHIE DEXCR_PR_BIT(5) macro
H A Ddexcr.c57 return DEXCR_PR_NPHIE; in pr_which_to_aspect()
H A Dlsdexcr.c151 if (effective & DEXCR_PR_NPHIE) { in main()
/linux/arch/powerpc/include/asm/
H A Dreg.h390 #define DEXCR_PR_NPHIE 0x04000000UL /* 5: Non-Privileged Hash Instruction Enable */ macro
391 #define DEXCR_INIT DEXCR_PR_NPHIE /* Fixed DEXCR value to initialise all CPUs with */