Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dprocessor.h35 #define INIT_PPR (PPR_PRIORITY << 50)
37 #define INIT_PPR ((u64)PPR_PRIORITY << 50) macro
376 .ppr = INIT_PPR, \
/arch/powerpc/kernel/
Dentry_64.S385 lis r3,INIT_PPR@highest /* Set thread.ppr = 3 */
Dprocess.c1582 p->thread.ppr = INIT_PPR; in copy_thread()