Home
last modified time | relevance | path

Searched refs:CODE_GEN_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/exec/
Dexec-all.h131 #define CODE_GEN_ALIGN 16 /* must be >= of the size of a icache line */ macro
/external/qemu/
Dtranslate-all.c552 __attribute__((aligned(CODE_GEN_ALIGN)));
1008 code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1)); in tb_gen_code()