Home
last modified time | relevance | path

Searched defs:new (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Datomic.c6 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg()
23 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg()
/kvm-unit-tests/lib/arm64/
H A Dgic-v3-its.c115 struct its_device *new; in its_create_device() local
134 struct its_collection *new; in its_create_collection() local
/kvm-unit-tests/lib/libfdt/
H A Dfdt_rw.c131 char *new; in fdt_find_add_string_() local
396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_()
/kvm-unit-tests/arm/
H A Dgic.c406 #define REPLACE_BYTE(reg32, byte, new) (((reg32) & ~(0xff << ((byte) * 8))) |\ argument