28#ifndef __MEM_BACKDOOR_HH__
29#define __MEM_BACKDOOR_HH__
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
const AddrRange & range() const
MemBackdoor::Flags flags() const
MemBackdoorReq(AddrRange r, MemBackdoor::Flags new_flags)
MemBackdoor::Flags _flags
void range(const AddrRange &r)
const AddrRange & range() const
std::function< void(const MemBackdoor &backdoor)> CbFunction
void addInvalidationCallback(CbFunction func)
MemBackdoor(AddrRange r, uint8_t *p, Flags flags)
CallbackQueue invalidationCallbacks
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
MemBackdoor * MemBackdoorPtr