Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dprocess.c77 unsigned long prmd; in start_thread() local
85 prmd = regs->csr_prmd & ~(PLV_MASK); in start_thread()
86 prmd |= PLV_USER; in start_thread()
87 regs->csr_prmd = prmd; in start_thread()
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h178 unsigned long prmd;
184 #define PRMD_OFFSET_EXREGS offsetof(struct ex_regs, prmd) in cpu_relax()
164 unsigned long prmd; global() member