Searched refs:PM_GUARD_REGION (Results 1 – 2 of 2) sorted by relevance
16 #define PM_GUARD_REGION BIT_ULL(58) macro
2060 unsigned long masked = entry & PM_GUARD_REGION; in TEST_F()2076 unsigned long masked = entry & PM_GUARD_REGION; in TEST_F()2078 ASSERT_EQ(masked, i % 2 == 0 ? PM_GUARD_REGION : 0); in TEST_F()
Completed in 6 milliseconds