Home
last modified time | relevance | path

Searched refs:PLV_USER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c77 crmd |= PLV_USER; in start_thread()
81 prmd |= PLV_USER; in start_thread()
/openbmc/linux/arch/loongarch/include/asm/
H A Dptrace.h150 #define user_mode(regs) (((regs)->csr_prmd & PLV_MASK) == PLV_USER)
H A Dpgtable-bits.h55 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT)
H A Dloongarch.h202 #define PLV_USER 3 macro