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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/asm/
H A Dpgtable-2level.h51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE }) macro
H A Dpgtable-3level.h125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro
131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable-2level.h51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE }) macro
H A Dpgtable-3level.h125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro
131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dpgtable-2level.h73 #define pgoff_to_pte(off) \ macro
H A Dpgtable-3level.h112 #define pgoff_to_pte(off) \ macro
H A Dpgtable_64.h120 #define pgoff_to_pte(off) ((pte_t) { .pte = ((off) << PAGE_SHIFT) | \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable-2level.h73 #define pgoff_to_pte(off) \ macro
H A Dpgtable-3level.h112 #define pgoff_to_pte(off) \ macro
H A Dpgtable_64.h120 #define pgoff_to_pte(off) ((pte_t) { .pte = ((off) << PAGE_SHIFT) | \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/include/asm/
H A Dpgtable-2level.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable-2level.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dpgtable-32.h179 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x07) << 1 ) | \ macro
206 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) macro
218 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | \ macro
H A Dpgtable-64.h290 #define pgoff_to_pte(off) ((pte_t) { ((off) << 8) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-32.h179 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x07) << 1 ) | \ macro
206 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) macro
218 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h358 BTFIXUPDEF_CALL(pte_t, pgoff_to_pte, unsigned long pgoff);
361 #define pgoff_to_pte(off) BTFIXUP_CALL(pgoff_to_pte)(off) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpgtable_32.h358 BTFIXUPDEF_CALL(pte_t, pgoff_to_pte, unsigned long pgoff);
361 #define pgoff_to_pte(off) BTFIXUP_CALL(pgoff_to_pte)(off) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h451 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
467 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dpgtable_32.h451 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
467 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dfremap.c70 set_pte_at(mm, addr, pte, pgoff_to_pte(pgoff));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h333 #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE }) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dfremap.c70 set_pte_at(mm, addr, pte, pgoff_to_pte(pgoff));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h210 static inline pte_t pgoff_to_pte(unsigned off) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/include/asm/
H A Dpgtable.h299 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/include/asm/
H A Dpgtable.h299 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE) macro

Completed in 316 milliseconds

123