]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Introduce fine-grained flush_cache
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 23 Dec 2013 12:34:40 +0000 (13:34 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 26 Dec 2013 16:52:01 +0000 (17:52 +0100)
commitd9cce651b4120eb18438e9666d5383a21a271fa7
tree645d40846aadfefe5633451935fd6c9166878b20
parent1396c5b229a702a9d5a0416a6d022ed7d0350092
x86: Introduce fine-grained flush_cache

To avoid having to flushe the full cache, introduce a more fine-grained
flush_cache helper that uses clflush on x86.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/include/asm/paging.h
hypervisor/arch/x86/include/asm/processor.h
hypervisor/arch/x86/setup.c