zephyr/arch
Dong Wang 0afddb2341 x86/cache: fix issues in arch dcache flush function
Correct the wrong operand of clflush instruction. The old operand
points to a location inside stack and doesn't work. The new one
works well by taking linux kernel code as reference.

End address instead of size should get round up

Add Kconfig option to disable the usage of mfence intruction for
SoC that has clfulsh but no mfence supported.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
2021-08-30 09:16:39 -04:00
..
arc
arm
arm64
common
nios2
posix
riscv
sparc
x86 x86/cache: fix issues in arch dcache flush function 2021-08-30 09:16:39 -04:00
xtensa
CMakeLists.txt
Kconfig