Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/libkern/libkern/arm/
H A DOSByteOrder.h80 const volatile void * _base, in _OSReadSwapInt16() argument
84 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16()
90 const volatile void * _base, in OSReadSwapInt16() argument
94 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16()
102 const volatile void * _base, in _OSReadSwapInt32() argument
106 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32()
112 const volatile void * _base, in OSReadSwapInt32() argument
116 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32()
124 const volatile void * _base, in _OSReadSwapInt64() argument
128 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64()
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dkasan.py23 self._base = base
46 return self._base
117 addr = (shaddr - self._base) << self._scale
121 return self._base + (self.clr_tbi(addr) >> self._scale)
156 return (shadow_addr - self._base) << self._scale
159 return self._base + (addr >> self._scale)
174 self._base = base
195 return (self._base, self._size)
/xnu-8792.41.9/osfmk/kern/
H A Dkalloc.h1025 name ## _base(name ## _t array) \
1136 name ## _base(array), name ## _size(array)); \
1146 name ## _base(array), name ## _size(array)); \
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c205 #define _CHANNEL_SCHEMA(_base, _off) \ argument
206 _CHANNEL_OFFSET(struct __user_channel_schema *, _base, _off)