Searched refs:_HV_BIT (Results 1 – 1 of 1) sorted by relevance
/arch/tile/include/hv/ |
D | hypervisor.h | 2156 #define _HV_BIT(name, bit) \ macro 2179 _HV_BIT(present, PRESENT) in _HV_BIT() function 2180 _HV_BIT(page, PAGE) in _HV_BIT() 2181 _HV_BIT(client0, CLIENT0) in _HV_BIT() 2182 _HV_BIT(client1, CLIENT1) in _HV_BIT() 2183 _HV_BIT(migrating, MIGRATING) in _HV_BIT() 2184 _HV_BIT(nc, NC) in _HV_BIT() 2185 _HV_BIT(readable, READABLE) in _HV_BIT() 2186 _HV_BIT(writable, WRITABLE) in _HV_BIT() 2187 _HV_BIT(executable, EXECUTABLE) in _HV_BIT() [all …]
|