android_system_core/libpixelflinger/codeflinger
Ashok Bhat 410ae2fe8e pixelflinger: Use pointer arithmetic to determine cache flush parameters
CodeCache casts base address to long and then adds size (of type
ssize_t) to get end address. This can cause sign-extension problems.
This patch instead uses simple pointer arithmetic.

Change-Id: Ib71d515a6fd6a7f4762cf974d6cf4eba9a601fa8
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
2014-06-19 12:29:19 +01:00
..
tinyutils
ARMAssembler.cpp
ARMAssembler.h
ARMAssemblerInterface.cpp Pixelflinger: Support for handling 64-bit addresses in GGL Assembler 2013-12-12 17:30:13 +00:00
ARMAssemblerInterface.h system/core: rename aarch64 target to arm64 2014-01-23 18:01:14 -08:00
ARMAssemblerProxy.cpp Pixelflinger: Support for handling 64-bit addresses in GGL Assembler 2013-12-12 17:30:13 +00:00
ARMAssemblerProxy.h Pixelflinger: Support for handling 64-bit addresses in GGL Assembler 2013-12-12 17:30:13 +00:00
Arm64Assembler.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00
Arm64Assembler.h system/core: rename aarch64 target to arm64 2014-01-23 18:01:14 -08:00
Arm64Disassembler.cpp system/core: rename aarch64 target to arm64 2014-01-23 18:01:14 -08:00
Arm64Disassembler.h system/core: rename aarch64 target to arm64 2014-01-23 18:01:14 -08:00
CodeCache.cpp pixelflinger: Use pointer arithmetic to determine cache flush parameters 2014-06-19 12:29:19 +01:00
CodeCache.h
GGLAssembler.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00
GGLAssembler.h Pixelflinger: Support for handling 64-bit addresses in GGL Assembler 2013-12-12 17:30:13 +00:00
MIPSAssembler.cpp
MIPSAssembler.h
armreg.h
blending.cpp
disassem.c Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
disassem.h Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
load_store.cpp
mips_disassem.c
mips_disassem.h
mips_opcode.h
texturing.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00