Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dregisters.h34 # define MSR_VM (1<<13) /* Virtual Mode */ macro
37 # define MSR_KERNEL (MSR_EE | MSR_VM)
/kernel/linux/linux-5.10/arch/microblaze/kernel/
Dprocess.c101 childregs->msr &= ~MSR_VM; in copy_thread()
105 ti->cpu_context.msr = (childregs->msr|MSR_VM); in copy_thread()
135 regs->msr &= ~MSR_VM; in start_thread()