Searched refs:_location (Results 1 – 3 of 3) sorted by relevance
25 #define EFIPCI_OFFSET( _location ) ( (_location) & 0xffff ) argument26 #define EFIPCI_WIDTH( _location ) ( (_location) >> 16 ) argument
44 typename SIZE::ptr_t _location; member in TRange46 …TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length… in TRange()
2308 def print_region(_reader, start, size, _location): argument