Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/mips/include/asm/
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
Dpgtable-64.h345 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dpgtable.h197 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable-3level.h190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
Dpgtable_64.h241 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux-6.12.1/arch/sh/include/asm/
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-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h196 #define __swp_entry_to_pte(x) __pte((x).val) macro
/linux-6.12.1/arch/m68k/include/asm/
Dsun3_pgtable.h176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h192 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmcf_pgtable.h275 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux-6.12.1/arch/csky/include/asm/
Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpgtable.h339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/nios2/include/asm/
Dpgtable.h265 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-6.12.1/arch/arm/include/asm/
Dpgtable.h304 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
/linux-6.12.1/arch/um/include/asm/
Dpgtable.h343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpgtable.h356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpgtable.h414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h407 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux-6.12.1/arch/alpha/include/asm/
Dpgtable.h335 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_32.h354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h366 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux-6.12.1/arch/parisc/include/asm/
Dpgtable.h432 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h298 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

12