Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable-bits.h19 #define _PAGE_SOFT (3 << 8) /* Reserved for software */ macro
/linux/arch/riscv/mm/
H A Dptdump.c148 .mask = _PAGE_SOFT,
216 if (pte_bits[i].mask == _PAGE_SOFT) in dump_prot()