Searched refs:pgoff_to_pte (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable-2level.h42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
/bionic/libc/kernel/arch-mips/asm/
H A Dpgtable-32.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro

Completed in 120 milliseconds