tag | line | file | source code |
SWP_ENTRY | 514 | include/asm-alpha/pgtable.h | #define SWP_ENTRY(type,offset) pte_val(mk_swap_pte((type),(offset))) |
SWP_ENTRY | 482 | include/asm-i386/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << 8)) |
SWP_ENTRY | 578 | include/asm-m68k/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 2) | ((offset) << 9)) |
SWP_ENTRY | 581 | include/asm-m68k/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 2) | ((offset) << PAGE_SHIFT)) |
SWP_ENTRY | 558 | include/asm-mips/pgtable.h | #define SWP_ENTRY(type,offset) pte_val(mk_swap_pte((type),(offset))) |
SWP_ENTRY | 564 | include/asm-mips/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << 8)) |
SWP_ENTRY | 503 | include/asm-ppc/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << 8)) |
SWP_ENTRY | 329 | include/asm-sparc/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 2) | ((offset) << 9)) |