HomeSort by relevance Sort by last modified time
    Searched refs:QEMU_MADV_MERGEABLE (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
osdep.h 116 #define QEMU_MADV_MERGEABLE MADV_MERGEABLE
118 #define QEMU_MADV_MERGEABLE QEMU_MADV_INVALID
136 #define QEMU_MADV_MERGEABLE QEMU_MADV_INVALID
145 #define QEMU_MADV_MERGEABLE QEMU_MADV_INVALID
  /external/qemu/
exec.c 1071 return qemu_madvise(addr, len, QEMU_MADV_MERGEABLE);
1073 return qemu_madvise(addr, len, QEMU_MADV_MERGEABLE);
    [all...]

Completed in 79 milliseconds