Searched refs:aligned_addr (Results 1 – 2 of 2) sorted by relevance
45 void *aligned_addr; in mprotect() local55 aligned_addr = (void *) (((uintptr_t) addr) & ~PAGE_MASK); in mprotect()57 rv = __mprotect(aligned_addr, len, prot); in mprotect()
85 _Atomic UInt64 *aligned_addr = (_Atomic UInt64 *)(uintptr_t)address; in OSCompareAndSwap64() local88 return (Boolean)os_atomic_cmpxchg(aligned_addr, oldValue, newValue, acq_rel); in OSCompareAndSwap64()