HomeSort by relevance Sort by last modified time
    Searched defs:memaddr (Results 1 - 3 of 3) sorted by null

  /external/qemu/
disas.c 18 /* Get LENGTH bytes from info's buffer, at target address memaddr.
21 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length,
24 if (memaddr < info->buffer_vma
25 || memaddr + length > info->buffer_vma + info->buffer_length)
28 memcpy (myaddr, info->buffer + (memaddr - info->buffer_vma), length);
32 /* Get LENGTH bytes from info's buffer, at target address memaddr.
35 target_read_memory (bfd_vma memaddr,
42 cpu_memory_rw_debug(ENV_GET_CPU(s->env), memaddr, myaddr, length, 0);
49 perror_memory (int status, bfd_vma memaddr, struct disassemble_info *info)
55 /* Actually, address between memaddr and memaddr + len wa
58 "Address 0x%" PRIx64 " is out of bounds.\\n", memaddr); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
comstats.h 91 unsigned long memaddr; member in struct:__anon25730
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 91 unsigned long memaddr; member in struct:__anon27466

Completed in 86 milliseconds