1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 3 * Emulated 1-byte and 2-byte cmpxchg operatio 4 * lacking direct support for these sizes. Th 5 * of 4-byte cmpxchg operations. 6 * 7 * Copyright (C) 2024 Paul E. McKenney. 8 */ 9 10 #ifndef __LINUX_CMPXCHG_EMU_H 11 #define __LINUX_CMPXCHG_EMU_H 12 13 uintptr_t cmpxchg_emu_u8(volatile u8 *p, uintp 14 15 #endif /* __LINUX_CMPXCHG_EMU_H */ 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.