|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
A cache key: one (object, page) the reader's vm_get touches. More...
#include <cache_bench.h>
Data Fields | |
| uint32_t | object_id |
| Opaque object handle (book / archive / font). | |
| uint32_t | page |
| Page index within the object (offset / page-size). | |
A cache key: one (object, page) the reader's vm_get touches.
Definition at line 31 of file cache_bench.h.
| uint32_t cb_key_t::object_id |
Opaque object handle (book / archive / font).
Definition at line 32 of file cache_bench.h.
Referenced by internal_hash(), internal_key_eq(), internal_trace_captured_next(), and internal_trace_hash().
| uint32_t cb_key_t::page |
Page index within the object (offset / page-size).
Definition at line 33 of file cache_bench.h.
Referenced by internal_hash(), internal_key_eq(), internal_trace_captured_next(), and internal_trace_hash().