Searched refs:_base (Results 1 – 2 of 2) sorted by relevance
80 const volatile void * _base, in _OSReadSwapInt16() argument84 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16()90 const volatile void * _base, in OSReadSwapInt16() argument94 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16()102 const volatile void * _base, in _OSReadSwapInt32() argument106 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32()112 const volatile void * _base, in OSReadSwapInt32() argument116 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32()124 const volatile void * _base, in _OSReadSwapInt64() argument128 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64()[all …]
205 #define _CHANNEL_SCHEMA(_base, _off) \ argument206 _CHANNEL_OFFSET(struct __user_channel_schema *, _base, _off)