Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/
H A Dcpu-csr.h88 #define LOONGARCH_CSR_PGD 0x1b /* Page table base address */ macro
/openbmc/qemu/target/loongarch/kvm/
H A Dkvm.c186 ret |= kvm_get_one_reg(cs, KVM_IOC_CSRID(LOONGARCH_CSR_PGD), in kvm_loongarch_get_csr()
356 ret |= kvm_set_one_reg(cs, KVM_IOC_CSRID(LOONGARCH_CSR_PGD), in kvm_loongarch_put_csr()
/openbmc/linux/arch/loongarch/mm/
H A Dtlbex.S511 csrrd t0, LOONGARCH_CSR_PGD
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h347 #define LOONGARCH_CSR_PGD 0x1b /* Page table base */ macro