Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
A 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
A Dpgtable-64.h343 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/h8300/include/asm/
A Dpgtable.h15 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/m68k/include/asm/
A Dpgtable_no.h39 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
A Dsun3_pgtable.h182 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
A Dmotorola_pgtable.h205 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
A Dmcf_pgtable.h323 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
/linux/arch/x86/include/asm/
A Dpgtable-2level.h96 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
A Dpgtable_64.h238 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
A Dpgtable-3level.h276 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/linux/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h139 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/sh/include/asm/
A 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
/linux/arch/nios2/include/asm/
A Dpgtable.h267 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux/arch/csky/include/asm/
A Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h358 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h370 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux/arch/um/include/asm/
A Dpgtable.h315 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h308 #define __swp_entry_to_pte(x) __pte((x).val) macro
/linux/arch/arm/include/asm/
A Dpgtable.h309 #define __swp_entry_to_pte(swp) __pte((swp).val | PTE_TYPE_FAULT) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h359 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h420 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h413 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h330 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h375 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h360 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro

Completed in 31 milliseconds

12