Home
last modified time | relevance | path

Searched defs:old (Results 1 – 13 of 13) 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()
H A Dfault_test.c22 handler old; in fault_test() local
H A Ddesc.c199 handler old; in handle_exception() local
483 handler old; in test_for_exception() local
/kvm-unit-tests/lib/arm/
H A Dbitops.c50 unsigned long old; in test_and_set_bit() local
69 unsigned long old; in test_and_clear_bit() local
/kvm-unit-tests/lib/riscv/
H A Dbitops.c35 unsigned long old = __sync_fetch_and_or(word, mask); in test_and_set_bit() local
44 unsigned long old = __sync_fetch_and_and(word, ~mask); in test_and_clear_bit() local
/kvm-unit-tests/lib/arm/asm/
H A Dbitops.h34 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
/kvm-unit-tests/lib/arm64/asm/
H A Dbitops.h33 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
/kvm-unit-tests/powerpc/
H A Datomics.c26 unsigned int old; in spin_lock() local
59 unsigned int old; in test_lwarx_stwcx() local
217 unsigned int old; in test_migrate_reserve() local
H A Dsmp.c142 uint64_t old; in check_and_record_time() local
/kvm-unit-tests/lib/s390x/
H A Dmmu.c195 …void *dat_get_and_invalidate(pgd_t *pgtable, void *vaddr, enum pgt_level level, unsigned long *old) in dat_get_and_invalidate()
253 unsigned long old, *res; in set_dat_entry() local
287 unsigned long old, *ptr; in protect_dat_entry() local
295 unsigned long old, *ptr; in unprotect_dat_entry() local
/kvm-unit-tests/arm/
H A Dmte.c141 unsigned long old = (sctlr & SCTLR_EL1_TCF_MASK) >> SCTLR_EL1_TCF_SHIFT; in mte_set_tcf() local
/kvm-unit-tests/x86/
H A Demulator.c449 handler old; in test_sse_exceptions() local
/kvm-unit-tests/lib/libfdt/
H A Dfdt_rw.c396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_()