Searched defs:__swp_entry_to_pte (Results 1 - 25 of 39) sorted by relevance

12

/arch/m68k/include/asm/
H A Dpgtable_no.h38 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dsun3_pgtable.h228 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmcf_pgtable.h415 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
H A Dmotorola_pgtable.h287 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/blackfin/include/asm/
H A Dpgtable.h46 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/c6x/include/asm/
H A Dpgtable.h51 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/x86/include/asm/
H A Dpgtable-3level.h197 #define __swp_entry_to_pte(x) ((pte_t){ { .pte_high = (x).val } }) macro
H A Dpgtable-2level.h114 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
H A Dpgtable_64.h165 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h52 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable.h296 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/arch/mips/include/asm/
H A Dpgtable-32.h221 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
224 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable-64.h292 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/cris/include/asm/
H A Dpgtable.h282 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h322 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/arch/arc/include/asm/
H A Dpgtable.h378 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/hexagon/include/asm/
H A Dpgtable.h412 /* __swp_entry_to_pte - extract PTE from swap entry */
413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/score/include/asm/
H A Dpgtable.h104 #define __swp_entry_to_pte(x) ((pte_t) {(x).val}) macro
/arch/sh/include/asm/
H A 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
H A Dpgtable_64.h305 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/um/include/asm/
H A Dpgtable.h362 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/unicore32/include/asm/
H A Dpgtable.h276 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/arch/alpha/include/asm/
H A Dpgtable.h346 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/avr32/include/asm/
H A Dpgtable.h347 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/arch/m32r/include/asm/
H A Dpgtable.h343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

Completed in 182 milliseconds

12