Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h31 #define DEFAULT_PPR (PPR_PRIORITY << 50)
33 #define DEFAULT_PPR ((u64)PPR_PRIORITY << 50) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1762 childregs->ppr = DEFAULT_PPR; in copy_thread()