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.c1884 (Object **)&cpu->tag_memory, in arm_cpu_post_init()
2060 if (cpu->tag_memory) { in arm_cpu_realizefn()
2406 if (tcg_enabled() && cpu->tag_memory == NULL) { in arm_cpu_realizefn()
2551 if (cpu->tag_memory != NULL) { in arm_cpu_realizefn()
2565 if (cpu->tag_memory != NULL) { in arm_cpu_realizefn()
2567 cpu->tag_memory); in arm_cpu_realizefn()
H A Dcpu.h890 MemoryRegion *tag_memory; member