Home
last modified time | relevance | path

Searched defs:__try_cmpxchg_q (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/arch/x86_64/asm/
Dcmpxchg.c3 bool __try_cmpxchg_q(uint64_t *ptr, uint64_t *old_ptr, uint64_t *new_ptr) in __try_cmpxchg_q() function
Dcmpxchg.rs3 fn __try_cmpxchg_q(ptr: *mut u64, old_ptr: *mut u64, new_ptr: *mut u64) -> bool; in __try_cmpxchg_q() function