Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dprocessor.h31 #define DEFAULT_PPR (PPR_PRIORITY << 50)
33 #define DEFAULT_PPR ((u64)PPR_PRIORITY << 50) macro
/arch/powerpc/kernel/
Dentry_64.S394 lis r3,DEFAULT_PPR@highest /* Set default PPR */
Dprocess.c1677 childregs->ppr = DEFAULT_PPR; in copy_thread_tls()