Home
last modified time | relevance | path

Searched hist:"07 ea28b4" (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/target/nios2/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/tricore/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/cris/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/openrisc/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/sh4/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/alpha/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/microblaze/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/tcg/
H A Dtcg-op.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/sparc/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/hppa/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/xtensa/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/m68k/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/riscv/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/openbmc/qemu/target/ppc/
H A Dtranslate.c07ea28b4 Wed May 30 20:06:23 CDT 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Pass tb and index to tcg_gen_exit_tb separately

Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument. We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>