Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dpgtable.h150 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
159 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 3) | ((offset) << 12) }) macro
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h279 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
284 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/linux-2.4.37.9/include/asm-arm/
Dpgtable.h153 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 9) }) macro
/linux-2.4.37.9/mm/
Dswapfile.c121 entry = SWP_ENTRY(type,offset); in get_swap_page()
563 entry = SWP_ENTRY(type, i); in try_to_unuse()
982 rw_swap_page_nolock(READ, SWP_ENTRY(type,0), (char *) swap_header); in sys_swapon()
1035 maxpages = SWP_OFFSET(SWP_ENTRY(0,~0UL)) - 1; in sys_swapon()
Dmemory.c1110 new_page = read_swap_cache_async(SWP_ENTRY(SWP_TYPE(entry), offset)); in swapin_readahead()
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h487 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/linux-2.4.37.9/include/asm-sh/
Dpgtable.h287 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | ((offset) << 10) }) macro
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h354 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/linux-2.4.37.9/include/asm-cris/
Dpgtable.h516 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h545 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h310 #define SWP_ENTRY(type, offset) \ macro
/linux-2.4.37.9/include/asm-alpha/
Dpgtable.h334 #define SWP_ENTRY(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h415 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h415 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((long) (offset) << 9) }) macro
/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h361 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | \ macro
/linux-2.4.37.9/include/asm-mips64/
Dpgtable.h493 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/linux-2.4.37.9/include/asm-ppc/
Dpgtable.h634 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | ((offset) << 6) }) macro
/linux-2.4.37.9/include/asm-sh64/
Dpgtable.h495 static inline swp_entry_t SWP_ENTRY(unsigned long type, unsigned long offset) in SWP_ENTRY() function
/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h378 #define SWP_ENTRY(type,offset) ((swp_entry_t) { (((type) & 0x7f) << 2) | (((offset) & 0x3ffff) << … macro
/linux-2.4.37.9/include/asm-x86_64/
Dpgtable.h419 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/linux-2.4.37.9/arch/m68k/atari/
Dstram.c752 entry = SWP_ENTRY(stram_swap_type, i); in unswap_by_read()