Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pte (Results 1 – 21 of 21) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable-2level.h109 #define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) macro
H A Dpgtable-3level.h190 #define __swp_entry_to_pte(x) ((pte_t){ .pte = \ macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h197 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h131 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/sh/include/asm/
H A 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/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h196 #define __swp_entry_to_pte(x) __pte((x).val) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h176 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
H A Dmcf_pgtable.h275 #define __swp_entry_to_pte(x) (__pte((x).val)) macro
H A Dmotorola_pgtable.h192 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h339 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h265 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h43 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h335 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h304 #define __swp_entry_to_pte(swp) __pte((swp).val) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h407 #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 2 }) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h414 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h354 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h356 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux/include/linux/
H A Dswapops.h151 return __swp_entry_to_pte(arch_entry); in swp_entry_to_pte()
/linux/mm/
H A Dinternal.h233 pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), in pte_move_swp_offset()
H A Ddebug_vm_pgtable.c847 pte = __swp_entry_to_pte(swp); in pte_swap_exclusive_tests()