Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/mips/include/asm/
Dpgtable-32.h231 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
242 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
251 #define __swp_entry_to_pte(x) ((pte_t) { 0, (x).val }) macro
265 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dpgtable-64.h374 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/h8300/include/asm/
Dpgtable.h17 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/m68k/include/asm/
Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dsun3_pgtable.h214 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmotorola_pgtable.h273 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
Dmcf_pgtable.h397 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/Linux-v5.4/arch/c6x/include/asm/
Dpgtable.h48 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/arm/include/asm/
Dpgtable-nommu.h49 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable_64.h235 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
Dpgtable-3level.h274 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/Linux-v5.4/arch/sh/include/asm/
Dpgtable_32.h465 #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) macro
473 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) macro
Dpgtable_64.h300 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
511 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpgtable.h385 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/Linux-v5.4/arch/nios2/include/asm/
Dpgtable.h287 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/Linux-v5.4/arch/unicore32/include/asm/
Dpgtable.h272 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/Linux-v5.4/arch/hexagon/include/asm/
Dpgtable.h392 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgtable.h356 #define __swp_entry_to_pte(x) __pte((x).val) macro
/Linux-v5.4/arch/um/include/asm/
Dpgtable.h359 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/arc/include/asm/
Dpgtable.h381 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h68 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/sparc/include/asm/
Dpgtable_32.h370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/Linux-v5.4/arch/riscv/include/asm/
Dpgtable.h431 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

12