mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +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
@ -95,8 +95,9 @@ class Hw::Pl310 : public Genode::Mmio
|
||||
|
||||
struct Prefetch_ctrl : Register<0xf60, 32>
|
||||
{
|
||||
struct Data_prefetch : Bitfield<28,1> { };
|
||||
struct Inst_prefetch : Bitfield<29,1> { };
|
||||
struct Data_prefetch : Bitfield<28,1> { };
|
||||
struct Inst_prefetch : Bitfield<29,1> { };
|
||||
struct Double_linefill : Bitfield<30,1> { };
|
||||
};
|
||||
|
||||
void _sync() { while (read<Cache_sync>()) ; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user