Searched refs:__swp_entry_to_pte (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h660 #define __swp_entry_to_pte(x) __pte((x).val | _PAGE_PTE) macro
662 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x)))
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h288 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1026 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h830 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/mm/
H A Ddebug_vm_pgtable.c867 pte = __swp_entry_to_pte(swp);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1267 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1857 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro

Completed in 358 milliseconds

12