Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/mips/include/asm/
Dpgtable-32.h207 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
218 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
227 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
241 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dpgtable-64.h343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/m68k/include/asm/
Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dsun3_pgtable.h183 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h206 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmcf_pgtable.h323 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux-5.19.10/arch/x86/include/asm/
Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable_64.h240 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable-3level.h276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/linux-5.19.10/arch/arc/include/asm/
Dpgtable-bits-arcv2.h139 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/sh/include/asm/
Dpgtable_32.h450 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
458 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/linux-5.19.10/arch/nios2/include/asm/
Dpgtable.h268 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-5.19.10/arch/csky/include/asm/
Dpgtable.h44 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/hexagon/include/asm/
Dpgtable.h363 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h367 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-5.19.10/arch/um/include/asm/
Dpgtable.h316 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h306 #define __swp_entry_to_pte(x) __pte((x).val) macro
/linux-5.19.10/arch/arm/include/asm/
Dpgtable.h309 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) macro
/linux-5.19.10/arch/sparc/include/asm/
Dpgtable_32.h364 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/xtensa/include/asm/
Dpgtable.h376 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/microblaze/include/asm/
Dpgtable.h423 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux-5.19.10/arch/openrisc/include/asm/
Dpgtable.h414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h331 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-5.19.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h395 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-5.19.10/arch/loongarch/include/asm/
Dpgtable.h263 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

12