Home
last modified time | relevance | path

Searched defs:__swp_entry (Results 26 – 32 of 32) sorted by relevance

12

/Linux-v6.6/arch/ia64/include/asm/
Dpgtable.h422 #define __swp_entry(type, offset) ((swp_entry_t) { ((type & 0x3f) << 1) | \ macro
/Linux-v6.6/arch/parisc/include/asm/
Dpgtable.h427 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h826 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_64.h1016 #define __swp_entry(type, offset) \ macro
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h1012 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h678 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h1847 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function

12