|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One frame slot in the fixed page cache. More...
#include <cache_bench.h>
Data Fields | |
| cb_key_t | key |
| Resident key, valid only when live is true. | |
| bool | live |
| true: slot holds a resident page. | |
| uint8_t | meta [16] |
| Per-policy scratch (ref bits, RRPV, list links). | |
One frame slot in the fixed page cache.
Definition at line 37 of file cache_bench.h.
| cb_key_t cb_frame_t::key |
Resident key, valid only when live is true.
Definition at line 38 of file cache_bench.h.
Referenced by internal_replay_stream().
| bool cb_frame_t::live |
true: slot holds a resident page.
Definition at line 39 of file cache_bench.h.
Referenced by internal_replay_stream().
| uint8_t cb_frame_t::meta[16] |
Per-policy scratch (ref bits, RRPV, list links).
Definition at line 40 of file cache_bench.h.
Referenced by internal_clock_set(), internal_clock_victim(), internal_slru_access(), internal_slru_insert(), internal_srrip_access(), internal_srrip_insert(), and internal_srrip_victim().