Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dsys_riscv.c14 unsigned long page_shift_offset) in riscv_sys_mmap() argument
16 if (unlikely(offset & (~PAGE_MASK >> page_shift_offset))) in riscv_sys_mmap()
20 offset >> (PAGE_SHIFT - page_shift_offset)); in riscv_sys_mmap()