genode/repos/base-hw/src/core/spec/x86_64/kernel
Stefan Kalkowski 87015df66c hw: change update_pd to invalidate_tlb
In the past, the core-only privileged syscall `update_pd` was used only
to invalidate the TLB after removal of page-table entries.
By now, the whole TLB at least for one protection domain got invalidated,
but in preparation for optimization and upcomingARM v8 support,
it is necessary to deliver the virtual memory region that needs to get
invalidated. Moreover, the name of the call shall represent explicitely
that it is used to invalidate the TLB.

Ref #3405
2019-07-09 08:55:22 +02:00
..
cpu.cc hw: eager FPU switching for x86_64 2019-05-27 14:53:32 +02:00
pd.cc hw: change update_pd to invalidate_tlb 2019-07-09 08:55:22 +02:00
thread_exception.cc hw: eager FPU switching for x86_64 2019-05-27 14:53:32 +02:00
thread.cc hw: change update_pd to invalidate_tlb 2019-07-09 08:55:22 +02:00