Searched refs:__swp_entry_to_pte (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h215 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
243 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
272 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
296 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable-64.h345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
H A Dpgtable-3level.h180 * arch-dependent swp_entry_t, and __swp_entry_to_pte() just stores the result
183 * __swp_entry_to_pte() through the following helper macro based on 64bit
190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
H A Dpgtable_64.h241 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h199 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h196 #define __swp_entry_to_pte(x) __pte((x).val) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h458 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
475 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h192 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmcf_pgtable.h275 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
H A Dsun3_pgtable.h176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h338 /* __swp_entry_to_pte - extract PTE from swap entry */
339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h311 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h262 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h335 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h407 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h304 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
/linux-master/include/linux/
H A Dswapops.h151 return __swp_entry_to_pte(arch_entry);
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h432 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h365 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro

Completed in 205 milliseconds

12