target/tricore: Replace target_ulong -> vaddr with tlb_fill() callees
tlb_fill() provides a vaddr type since commit 68d6eee73c
("target/tricore: Convert to CPUClass::tlb_fill").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-3-philmd@linaro.org>
This commit is contained in:
parent
809b460f30
commit
0d5f954256
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ enum {
|
|||
};
|
||||
|
||||
static int get_physical_address(CPUTriCoreState *env, hwaddr *physical,
|
||||
int *prot, target_ulong address,
|
||||
int *prot, vaddr address,
|
||||
MMUAccessType access_type, int mmu_idx)
|
||||
{
|
||||
int ret = TLBRET_MATCH;
|
||||
|
|
@ -61,7 +61,7 @@ hwaddr tricore_cpu_get_phys_page_debug(CPUState *cs, vaddr addr)
|
|||
}
|
||||
|
||||
/* TODO: Add exception support */
|
||||
static void raise_mmu_exception(CPUTriCoreState *env, target_ulong address,
|
||||
static void raise_mmu_exception(CPUTriCoreState *env, vaddr address,
|
||||
int rw, int tlb_error)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue