OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_ucas_32_mp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/arm/
lock_cas.S
112
* int
_ucas_32_mp
(volatile uint32_t *uptr, uint32_t old, uint32_t new,
115
ENTRY(
_ucas_32_mp
)
function
136
END(
_ucas_32_mp
)
/src/sys/sys/
systm.h
423
#define
_ucas_32_mp
kasan__ucas_32_mp
macro
438
#define
_ucas_32_mp
kmsan__ucas_32_mp
macro
444
int
_ucas_32_mp
(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
/src/sys/kern/
subr_asan.c
595
#undef
_ucas_32_mp
macro
615
int
_ucas_32_mp
(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
623
return
_ucas_32_mp
(uaddr, old, new, ret);
subr_msan.c
917
#undef
_ucas_32_mp
macro
946
int
_ucas_32_mp
(volatile uint32_t *, uint32_t, uint32_t, uint32_t *);
955
_ret =
_ucas_32_mp
(uaddr, old, new, ret);
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026