Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dreg_booke.h41 #define MSR_USER64 (MSR_USER32 | MSR_64BIT) macro
H A Dreg.h144 #define MSR_USER64 (MSR_USER32 | MSR_64BIT) macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1976 regs_set_return_msr(regs, MSR_USER64); in start_thread()