Lines Matching refs:_HV_BIT
2372 #define _HV_BIT(name, bit) \ macro
2395 _HV_BIT(present, PRESENT) in _HV_BIT() function
2396 _HV_BIT(page, PAGE) in _HV_BIT()
2397 _HV_BIT(super, SUPER) in _HV_BIT()
2398 _HV_BIT(client0, CLIENT0) in _HV_BIT()
2399 _HV_BIT(client1, CLIENT1) in _HV_BIT()
2400 _HV_BIT(client2, CLIENT2) in _HV_BIT()
2401 _HV_BIT(migrating, MIGRATING) in _HV_BIT()
2402 _HV_BIT(nc, NC) in _HV_BIT()
2403 _HV_BIT(readable, READABLE) in _HV_BIT()
2404 _HV_BIT(writable, WRITABLE) in _HV_BIT()
2405 _HV_BIT(executable, EXECUTABLE) in _HV_BIT()
2406 _HV_BIT(accessed, ACCESSED) in _HV_BIT()
2407 _HV_BIT(dirty, DIRTY) in _HV_BIT()
2408 _HV_BIT(no_alloc_l1, NO_ALLOC_L1) in _HV_BIT()
2409 _HV_BIT(no_alloc_l2, NO_ALLOC_L2) in _HV_BIT()
2410 _HV_BIT(cached_priority, CACHED_PRIORITY) in _HV_BIT()
2411 _HV_BIT(global, GLOBAL) in _HV_BIT()
2412 _HV_BIT(user, USER) in _HV_BIT()
2414 #undef _HV_BIT in _HV_BIT()