tag | line | file | source code |
SWP_ENTRY | 469 | 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 | 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 | 275 | include/asm-sparc/pgtable.h | #define SWP_ENTRY(type,offset) (((type) << 2) | ((offset) << 9)) |