Home
last modified time | relevance | path

Searched refs:tec (Results 1 – 6 of 6) sorted by relevance

/qemu/target/s390x/
A Dmmu_helper.c37 uint64_t tec) in trigger_access_exception() argument
42 kvm_s390_access_exception(cpu, type, tec); in trigger_access_exception()
391 *tec = (vaddr & TARGET_PAGE_MASK) | (asc >> 46) | in mmu_translate()
407 *tec |= 0x80; in mmu_translate()
444 *tec |= 0x4; in mmu_translate()
451 *tec |= 0x84; in mmu_translate()
461 *tec = 0; /* unused */ in mmu_translate()
527 uint64_t tec; in s390_cpu_virt_mem_rw() local
543 trigger_access_exception(&cpu->env, ret, tec); in s390_cpu_virt_mem_rw()
589 *tec = (raddr & TARGET_PAGE_MASK) | FS_WRITE | 0x80; in mmu_translate_real()
[all …]
A Dhelper.c48 uint64_t tec; in s390_cpu_get_phys_page_debug() local
64 if (mmu_translate(env, vaddr, MMU_DATA_LOAD, asc, &raddr, &prot, &tec)) { in s390_cpu_get_phys_page_debug()
A Ds390x-internal.h389 target_ulong *raddr, int *flags, uint64_t *tec);
391 target_ulong *addr, int *flags, uint64_t *tec);
/qemu/target/s390x/tcg/
A Dexcp_helper.c148 uint64_t asc, tec; in s390_cpu_tlb_fill() local
162 excp = mmu_translate(env, vaddr, access_type, asc, &raddr, &prot, &tec); in s390_cpu_tlb_fill()
168 excp = mmu_translate_real(env, vaddr, access_type, &raddr, &prot, &tec); in s390_cpu_tlb_fill()
174 env->tlb_fill_tec = tec; in s390_cpu_tlb_fill()
A Dmem_helper.c2385 uint64_t ret, tec; in HELPER() local
2393 exc = mmu_translate(env, addr, MMU_S390_LRA, asc, &ret, &flags, &tec); in HELPER()
/qemu/hw/display/
A Dtcx.c78 MemoryRegion tec; member
785 memory_region_init_io(&s->tec, obj, &tcx_dummy_ops, s, "tcx.tec", in tcx_initfn()
787 sysbus_init_mmio(sbd, &s->tec); in tcx_initfn()

Completed in 22 milliseconds