Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dprocessor.h26 else if ((_addr) >= VA_USER_SV57) \
43 else if (((_addr) >= VA_USER_SV57) && (VA_BITS >= VA_BITS_SV57)) \
44 mmap_base = VA_USER_SV57 - rnd_gap; \
H A Dpgtable.h128 #define VA_USER_SV57 (UL(1) << (VA_BITS_SV57 - 1)) macro