Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h35 #define INIT_PPR (PPR_PRIORITY << 50) macro
37 #define INIT_PPR ((u64)PPR_PRIORITY << 50) macro
352 .ppr = INIT_PPR, \
Dppc_asm.h428 lis ra,INIT_PPR@highest; /* default ppr=3 */ \
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1218 p->thread.ppr = INIT_PPR; in copy_thread()