Searched refs:PM_SWAP (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dvm_util.h14 #define PM_SWAP BIT_ULL(62) macro
H A Dvm_util.c110 return page_entry_is(fd, start, "swap", PM_SWAP, PAGE_IS_SWAPPED);
116 PM_PRESENT | PM_SWAP,
/linux-master/tools/mm/
H A Dpage-types.c57 #define PM_SWAP (1ULL << 62) macro
322 return val & PM_SWAP ? PM_SWAP_OFFSET(val) : 0;
495 if (pme & PM_SWAP)
747 if (buf[i] & PM_SWAP)
/linux-master/fs/proc/
H A Dtask_mmu.c1345 #define PM_SWAP BIT_ULL(62) macro
1439 flags |= PM_SWAP;
1504 flags |= PM_SWAP;
1527 else if (flags & PM_SWAP)

Completed in 110 milliseconds