Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h389 #define LOONGARCH_CSR_STLBPGSIZE 0x1e macro
1233 #define read_csr_stlbpgsize() csr_read32(LOONGARCH_CSR_STLBPGSIZE)
1234 #define write_csr_stlbpgsize(val) csr_write32(val, LOONGARCH_CSR_STLBPGSIZE)