Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Ddexcr.c28 DEXCR_PR_SRAPD | \ in early_initcall()
41 *aspect = DEXCR_PR_SRAPD; in early_initcall()
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h20 #define DEXCR_PR_SRAPD DEXCR_PR_BIT(4) macro
H A Ddexcr.c55 return DEXCR_PR_SRAPD; in pr_which_to_aspect()
/linux/arch/powerpc/include/asm/
H A Dreg.h389 #define DEXCR_PR_SRAPD 0x08000000UL /* 4: Subroutine Return Address Prediction Disable */ macro