Searched refs:__pte_to_swp_entry (Results 1 - 25 of 32) sorted by last modified time

12

/linux-master/arch/riscv/include/asm/
H A Dpgtable.h829 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h130 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/include/linux/
H A Dswapops.h138 arch_entry = __pte_to_swp_entry(pte);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h287 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h659 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) & ~_PAGE_PTE }) macro
661 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd)))
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1025 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dpgtable_32.h353 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1856 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h263 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1266 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h303 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h239 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) }) macro
H A Dpgtable-3level.h193 * Analogically, __pte_to_swp_entry() doesn't just extract the arch-dependent
201 #define __pte_to_swp_entry(pte) (__swp_entry(__pteval_swp_type(pte), \ macro
/linux-master/mm/
H A Ddebug_vm_pgtable.c866 swp = __pte_to_swp_entry(pte);
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h406 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 2 }) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h195 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) }) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h198 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h364 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h355 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h309 #define __pte_to_swp_entry(pte) \ macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h457 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) macro
474 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 1 }) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h431 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h413 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h191 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro
H A Dmcf_pgtable.h274 #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) macro

Completed in 400 milliseconds

12