Home
last modified time | relevance | path

Searched defs:__swp_entry_to_pte (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.3/arch/mips/include/asm/
Dpgtable-32.h209 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
212 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dpgtable-64.h279 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/m68k/include/asm/
Dpgtable_no.h38 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dsun3_pgtable.h228 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h287 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h34 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable-3level.h140 #define __swp_entry_to_pte(x) ((pte_t){ { .pte_high = (x).val } }) macro
Dpgtable_64.h165 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h51 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h52 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dpgtable.h269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h46 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_32.h472 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
487 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
Dpgtable_64.h308 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc32.h324 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h44 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
530 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux-3.3/arch/frv/include/asm/
Dpgtable.h63 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
475 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/cris/include/asm/
Dpgtable.h285 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h276 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-3.3/arch/score/include/asm/
Dpgtable.h104 #define __swp_entry_to_pte(x) ((pte_t) {(x).val}) macro
/linux-3.3/arch/um/include/asm/
Dpgtable.h356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/hexagon/include/asm/
Dpgtable.h413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-3.3/arch/tile/include/asm/
Dpgtable.h301 #define __swp_entry_to_pte(swp) ((pte_t) { (((long long) ((swp).val)) << 32) }) macro

12