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

/external/qemu/
H A Dexec-all.h105 #define CODE_GEN_ALIGN 16 /* must be >= of the size of a icache line */ macro
H A Dexec.c930 code_gen_ptr = (void *)(((unsigned long)code_gen_ptr + code_gen_size + CODE_GEN_ALIGN - 1) & ~(CODE_GEN_ALIGN - 1));

Completed in 119 milliseconds