Lines Matching refs:_HV_BIT
2310 #define _HV_BIT(name, bit) \ macro
2333 _HV_BIT(present, PRESENT) in _HV_BIT() function
2334 _HV_BIT(page, PAGE) in _HV_BIT()
2335 _HV_BIT(super, SUPER) in _HV_BIT()
2336 _HV_BIT(client0, CLIENT0) in _HV_BIT()
2337 _HV_BIT(client1, CLIENT1) in _HV_BIT()
2338 _HV_BIT(client2, CLIENT2) in _HV_BIT()
2339 _HV_BIT(migrating, MIGRATING) in _HV_BIT()
2340 _HV_BIT(nc, NC) in _HV_BIT()
2341 _HV_BIT(readable, READABLE) in _HV_BIT()
2342 _HV_BIT(writable, WRITABLE) in _HV_BIT()
2343 _HV_BIT(executable, EXECUTABLE) in _HV_BIT()
2344 _HV_BIT(accessed, ACCESSED) in _HV_BIT()
2345 _HV_BIT(dirty, DIRTY) in _HV_BIT()
2346 _HV_BIT(no_alloc_l1, NO_ALLOC_L1) in _HV_BIT()
2347 _HV_BIT(no_alloc_l2, NO_ALLOC_L2) in _HV_BIT()
2348 _HV_BIT(cached_priority, CACHED_PRIORITY) in _HV_BIT()
2349 _HV_BIT(global, GLOBAL) in _HV_BIT()
2350 _HV_BIT(user, USER) in _HV_BIT()
2352 #undef _HV_BIT in _HV_BIT()