Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h490 #define LOONGARCH_CSR_STLBPGSIZE 0x1e macro
1271 #define read_csr_stlbpgsize() csr_read32(LOONGARCH_CSR_STLBPGSIZE)
1272 #define write_csr_stlbpgsize(val) csr_write32(val, LOONGARCH_CSR_STLBPGSIZE)