Searched hist:"1 f00b27f17518a1bcb4cedca49eaec96a4d560bd" (Results 1 – 3 of 3) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op.c | 1f00b27f17518a1bcb4cedca49eaec96a4d560bd Thu Jun 23 18:16:46 UTC 2016 Sergey Sorokin <afarallax@yandex.ru> tcg: Improve the alignment check infrastructure
Some architectures (e.g. ARMv8) need the address which is aligned to a size more than the size of the memory access. To support such check it's enough the current costless alignment check implementation in QEMU, but we need to support an alignment size specifying.
Signed-off-by: Sergey Sorokin <afarallax@yandex.ru> Message-Id: <1466705806-679898-1-git-send-email-afarallax@yandex.ru> Signed-off-by: Richard Henderson <rth@twiddle.net> [rth: Assert in tcg_canonicalize_memop. Leave get_alignment_bits available for, though unused by, user-mode. Retain logging difference based on ALIGNED_ONLY.]
|
H A D | tcg.c | 1f00b27f17518a1bcb4cedca49eaec96a4d560bd Thu Jun 23 18:16:46 UTC 2016 Sergey Sorokin <afarallax@yandex.ru> tcg: Improve the alignment check infrastructure
Some architectures (e.g. ARMv8) need the address which is aligned to a size more than the size of the memory access. To support such check it's enough the current costless alignment check implementation in QEMU, but we need to support an alignment size specifying.
Signed-off-by: Sergey Sorokin <afarallax@yandex.ru> Message-Id: <1466705806-679898-1-git-send-email-afarallax@yandex.ru> Signed-off-by: Richard Henderson <rth@twiddle.net> [rth: Assert in tcg_canonicalize_memop. Leave get_alignment_bits available for, though unused by, user-mode. Retain logging difference based on ALIGNED_ONLY.]
|
/qemu/include/tcg/ |
H A D | tcg.h | 1f00b27f17518a1bcb4cedca49eaec96a4d560bd Thu Jun 23 18:16:46 UTC 2016 Sergey Sorokin <afarallax@yandex.ru> tcg: Improve the alignment check infrastructure
Some architectures (e.g. ARMv8) need the address which is aligned to a size more than the size of the memory access. To support such check it's enough the current costless alignment check implementation in QEMU, but we need to support an alignment size specifying.
Signed-off-by: Sergey Sorokin <afarallax@yandex.ru> Message-Id: <1466705806-679898-1-git-send-email-afarallax@yandex.ru> Signed-off-by: Richard Henderson <rth@twiddle.net> [rth: Assert in tcg_canonicalize_memop. Leave get_alignment_bits available for, though unused by, user-mode. Retain logging difference based on ALIGNED_ONLY.]
|