Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h53 #define PLV_USER 3 macro
63 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT)
/linux/arch/loongarch/kernel/
H A Dprocess.c81 crmd |= PLV_USER; in start_thread()
85 prmd |= PLV_USER; in start_thread()
/linux/arch/loongarch/include/asm/
H A Dptrace.h150 #define user_mode(regs) (((regs)->csr_prmd & PLV_MASK) == PLV_USER)
H A Dpgtable-bits.h87 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT)
H A Dloongarch.h233 #define PLV_USER 3
226 #define PLV_USER global() macro