Home
last modified time | relevance | path

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

/include/linux/
Dswapops.h98 static inline unsigned swp_type(swp_entry_t entry) in swp_type() function
150 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
180 int type = swp_type(entry); in is_device_private_entry()
186 return unlikely(swp_type(entry) == SWP_DEVICE_WRITE); in is_writable_device_private_entry()
201 return swp_type(entry) == SWP_DEVICE_EXCLUSIVE_READ || in is_device_exclusive_entry()
202 swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE; in is_device_exclusive_entry()
207 return unlikely(swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE); in is_writable_device_exclusive_entry()
254 return unlikely(swp_type(entry) == SWP_MIGRATION_READ || in is_migration_entry()
255 swp_type(entry) == SWP_MIGRATION_READ_EXCLUSIVE || in is_migration_entry()
256 swp_type(entry) == SWP_MIGRATION_WRITE); in is_migration_entry()
[all …]