Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-32.h208 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
219 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
228 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
242 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dpgtable-64.h344 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dsun3_pgtable.h182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h203 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmcf_pgtable.h321 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h47 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable_64.h238 #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
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgtable_32.h449 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
457 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
463 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h269 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h362 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h55 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h315 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dpgtable.h355 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h311 #define __swp_entry_to_pte(x) __pte((x).val) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h307 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h357 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dpgtable.h414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dpgtable.h333 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpgtable.h374 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

12