Home
last modified time | relevance | path

Searched refs:MSR_VM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dregisters.h34 # define MSR_VM (1<<13) /* Virtual Mode */ macro
37 # define MSR_KERNEL (MSR_EE | MSR_VM)
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dregisters.h33 # define MSR_VM (1<<13) /* Virtual Mode */ macro
36 # define MSR_KERNEL (MSR_EE | MSR_VM)
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dprocess.c97 childregs->msr &= ~MSR_VM; in copy_thread()
101 ti->cpu_context.msr = (childregs->msr|MSR_VM); in copy_thread()
129 regs->msr &= ~MSR_VM; in start_thread()

Completed in 2 milliseconds