This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-23 07:22:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9a65e4f607
genode
/
repos
/
base-hw
/
lib
/
mk
/
spec
/
x86_64
/
base-hw.mk
4 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
base-hw: virt: implement support for SVM Ref #4826
2023-05-16 12:57:16 +00:00
v
p
a
t
h
v
m
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
b
a
s
e
/
x
8
6
_
6
4
hw: avoid overhead for cache maintainance When running on x86, and riscv never enter the kernel for cache maintainance, but use the dummy implementation of the generic base library instead. On ARMv8 it is not necessary to enter privileged mode for cache cleaning, and unification of instruction/data cache, but only for invalidating cache lines at all levels, which is necessary for the use cases, where this function it needed (coherency of DMA memory). Fix genodelabs/genode#4339
2022-12-19 10:17:43 +00:00
i
n
c
l
u
d
e
$(
REP_DIR
)
/
l
i
b
/
m
k
/
b
a
s
e
-
h
w
.
i
n
c
Reference in New Issue
Copy Permalink