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

  /external/qemu/include/exec/
exec-all.h 131 #define CODE_GEN_ALIGN 16 /* must be >= of the size of a icache line */
  /external/qemu/
translate-all.c 552 __attribute__((aligned(CODE_GEN_ALIGN)));
1008 code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1));
    [all...]

Completed in 55 milliseconds