Home
last modified time | relevance | path

Searched refs:tag_memory (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.c1878 (Object **)&cpu->tag_memory, in arm_cpu_post_init()
2054 if (cpu->tag_memory) { in arm_cpu_realizefn()
2385 if (tcg_enabled() && cpu->tag_memory == NULL) { in arm_cpu_realizefn()
2519 if (cpu->tag_memory != NULL) { in arm_cpu_realizefn()
2533 if (cpu->tag_memory != NULL) { in arm_cpu_realizefn()
2535 cpu->tag_memory); in arm_cpu_realizefn()
H A Dcpu.h960 MemoryRegion *tag_memory; member