identity_virt2phys() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

identity_virt2phys() function

Syntax

static int identity_virt2phys(struct target *target,     target_addr_t virtual,     target_addr_t *physical);

Arguments

target

virtual

physical

References

LocationReferrerText
target.c:636
static int identity_virt2phys(struct target *target,
target.c:1512target_init_one()
type->virt2phys = identity_virt2phys;
target.c:1525target_init_one()
type->virt2phys = identity_virt2phys;

Data Use

Data read by identity_virt2phys()
Data written by identity_virt2phys()
all items filtered out
identity_virt2phys()
all items filtered out
Implementations
identity_virt2phys()
all items filtered out