Searched refs:SWP_ENTRY (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dpgtable.h150 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
159 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dpgtable.h150 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
159 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dpgtable.h167 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 9) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dpgtable.h167 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 9) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dpgtable.h459 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
464 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dpgtable.h459 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
464 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dpgtable.h459 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
464 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dpgtable.h459 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 10) }) macro
464 #define SWP_ENTRY(type,offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dswapfile.c121 entry = SWP_ENTRY(type,offset);
562 entry = SWP_ENTRY(type, i);
966 rw_swap_page_nolock(READ, SWP_ENTRY(type,0), (char *) swap_header);
1019 maxpages = SWP_OFFSET(SWP_ENTRY(0,~0UL)) - 1;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h494 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h553 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgtable.h286 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | ((offset) << 10) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpgtable.h289 #define SWP_ENTRY(type, offset) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dpgtable.h494 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h553 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgtable.h286 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | ((offset) << 10) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dpgtable.h289 #define SWP_ENTRY(type, offset) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dpgtable.h529 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dpgtable.h354 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dpgtable.h526 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dpgtable.h354 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dpgtable.h517 #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpgtable.h343 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dpgtable.h517 #define SWP_ENTRY(type, offset) ((swp_entry_t) { (type) | ((offset) << 6) }) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dpgtable.h401 #define SWP_ENTRY(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 8) }) macro

Completed in 220 milliseconds

12