Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pte (Results 1 – 25 of 28) sorted by relevance

12

/linux/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.h347 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/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.h239 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h197 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h450 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
467 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h170 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmotorola_pgtable.h186 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmcf_pgtable.h269 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h335 /* __swp_entry_to_pte - extract PTE from swap entry */
336 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h259 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h328 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h302 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h399 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h350 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h349 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dpgtable_64.h1024 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/include/linux/
H A Dswapops.h151 return __swp_entry_to_pte(arch_entry); in swp_entry_to_pte()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h366 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst241 | __swp_entry_to_pte | Creates a swap PTE from a swp_entry_t (arch) |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h643 #define __swp_entry_to_pte(x) __pte((x).val | _PAGE_PTE) macro
645 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x)))
/linux/arch/loongarch/include/asm/
H A Dpgtable.h300 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

12