Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/include/asm/ !
Dloongarch.h389 #define LOONGARCH_CSR_STLBPGSIZE 0x1e macro
1173 #define read_csr_stlbpgsize() csr_read32(LOONGARCH_CSR_STLBPGSIZE)
1174 #define write_csr_stlbpgsize(val) csr_write32(val, LOONGARCH_CSR_STLBPGSIZE)