mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-09 19:01:46 +00:00
base-hw: add bitfield to pl310
Enabling double linefills improves memcpy throughput. genodelabs/genode#4456
This commit is contained in:
parent
d1f9434fd5
commit
d372afd81e
@ -97,6 +97,7 @@ class Hw::Pl310 : public Genode::Mmio
|
|||||||
{
|
{
|
||||||
struct Data_prefetch : Bitfield<28,1> { };
|
struct Data_prefetch : Bitfield<28,1> { };
|
||||||
struct Inst_prefetch : Bitfield<29,1> { };
|
struct Inst_prefetch : Bitfield<29,1> { };
|
||||||
|
struct Double_linefill : Bitfield<30,1> { };
|
||||||
};
|
};
|
||||||
|
|
||||||
void _sync() { while (read<Cache_sync>()) ; }
|
void _sync() { while (read<Cache_sync>()) ; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user