Home
last modified time | relevance | path

Searched defs:do_swap (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dtranslator.h212 vaddr pc, bool do_swap) in translator_lduw_swap()
219 vaddr pc, bool do_swap) in translator_ldl_swap()
226 vaddr pc, bool do_swap) in translator_ldq_swap()
/openbmc/u-boot/arch/arc/lib/
H A Drelocate.c63 unsigned int val, do_swap = 0; in do_elf_reloc_fixups() local
/openbmc/qemu/target/riscv/
H A Dbitmanip_helper.c53 static inline target_ulong do_swap(target_ulong x, uint64_t mask, int shift) in do_swap() function