Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h88 #define _PAGE_KERN (PLV_KERN << _PAGE_PLV_SHIFT)
H A Dloongarch.h232 #define PLV_KERN 0 macro
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h52 #define PLV_KERN 0 macro
/linux/tools/testing/selftests/kvm/lib/loongarch/
H A Dprocessor.c308 val = PLV_KERN | CSR_CRMD_PG; in loongarch_vcpu_setup()