Home
last modified time | relevance | path

Searched refs:crmd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dprocess.c59 unsigned long crmd; in start_thread() local
64 crmd = regs->csr_crmd & ~(PLV_MASK); in start_thread()
65 crmd |= PLV_USER; in start_thread()
66 regs->csr_crmd = crmd; in start_thread()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dprocess.c71 unsigned long crmd; in start_thread() local
76 crmd = regs->csr_crmd & ~(PLV_MASK); in start_thread()
77 crmd |= PLV_USER; in start_thread()
78 regs->csr_crmd = crmd; in start_thread()

Completed in 2 milliseconds