Searched refs:__pte_to_swp_entry (Results 1 - 25 of 37) sorted by relevance

12

/arch/arm/include/asm/
H A Dpgtable-nommu.h51 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dpgtable.h268 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/c6x/include/asm/
H A Dpgtable.h50 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/h8300/include/asm/
H A Dpgtable.h33 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/m68k/include/asm/
H A Dpgtable_no.h37 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dsun3_pgtable.h227 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dmcf_pgtable.h414 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dmotorola_pgtable.h286 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/blackfin/include/asm/
H A Dpgtable.h45 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/x86/include/asm/
H A Dpgtable-2level.h108 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_low }) macro
H A Dpgtable-3level.h193 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) macro
H A Dpgtable_64.h164 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) }) macro
/arch/mips/include/asm/
H A Dpgtable-32.h208 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_high }) macro
211 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dpgtable-64.h278 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/frv/include/asm/
H A Dpgtable.h62 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
474 #define __pte_to_swp_entry(_pte) ((swp_entry_t) { (_pte).pte }) macro
/arch/microblaze/include/asm/
H A Dpgtable.h43 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
528 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 2 }) macro
/arch/sh/include/asm/
H A Dpgtable_32.h471 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) macro
486 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 1 }) macro
/arch/cris/include/asm/
H A Dpgtable.h284 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h323 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) macro
/arch/unicore32/include/asm/
H A Dpgtable.h275 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/alpha/include/asm/
H A Dpgtable.h345 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/avr32/include/asm/
H A Dpgtable.h346 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/hexagon/include/asm/
H A Dpgtable.h409 /* __pte_to_swp_entry - extract swap entry from PTE */
410 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/m32r/include/asm/
H A Dpgtable.h342 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/arch/openrisc/include/asm/
H A Dpgtable.h438 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro

Completed in 492 milliseconds

12