ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
cb_key_t Struct Reference

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).

Detailed Description

A cache key: one (object, page) the reader's vm_get touches.

Definition at line 31 of file cache_bench.h.

Field Documentation

◆ object_id

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().

◆ page

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().


The documentation for this struct was generated from the following file: