Home
last modified time | relevance | path

Searched refs:te (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/tcg/aarch64/
H A Dbti-2.c87 void *tb, *te; in main() local
111 asm("adr %0, test_begin; adr %1, test_end" : "=r"(tb), "=r"(te)); in main()
113 memcpy(p, tb, te - tb); in main()
/qemu/po/
H A Dde_DE.po20 msgstr " - Strg+Alt+G drücken, um Eingabegeräte freizugeben"
59 msgstr "_Eingabegeräte einfangen"
/qemu/hw/s390x/
H A Ds390-pci-bus.c455 uint64_t tx, te, nto = 0; in table_translate() local
459 te = address_space_ldq(&address_space_memory, to + tx * sizeof(uint64_t), in table_translate()
462 if (!te) { in table_translate()
467 if (!entry_isvalid(te, ett)) { in table_translate()
472 if (ett == ZPCI_ETT_RT && ((te & ZPCI_TABLE_LEN_RTX) != ZPCI_TABLE_LEN_RTX in table_translate()
473 || te & ZPCI_TABLE_OFFSET_MASK)) { in table_translate()
478 nto = get_next_table_origin(te, ett); in table_translate()
484 if (entry_isprotected(te)) { in table_translate()
490 if (translate_iscomplete(te, ett)) { in table_translate()
493 entry->translated_addr = te & ZPCI_PTE_ADDR_MASK; in table_translate()
[all …]
/qemu/target/arm/tcg/
H A Da32-uncond.decode60 PLD 1111 0101 -101 ---- 1111 ---- ---- ---- # (imm, lit) 5te
64 PLD 1111 0111 -101 ---- 1111 ----- -- 0 ---- # (register) 5te
/qemu/hw/arm/
H A Dnseries.c437 int te; member
459 s->te = 0; in mipid_reset()
526 (s->onoff << 2) | (s->te << 1) | (s->gamma >> 2); in mipid_txrx()
549 s->resp[0] = s->te << 7; in mipid_txrx()
620 s->te = 0; in mipid_txrx()
624 s->te = 1; in mipid_txrx()
/qemu/target/ppc/translate/
H A Ddfp-impl.c.inc150 TRANS_DFP_T_B_U32_U32_Rc(DQUAI, te, rmc)
151 TRANS_DFP_T_B_U32_U32_Rc(DQUAIQ, te, rmc)
/qemu/accel/tcg/
H A Dcputlb.c484 static inline bool tlb_entry_is_empty(const CPUTLBEntry *te) in tlb_entry_is_empty() argument
486 return te->addr_read == -1 && te->addr_write == -1 && te->addr_code == -1; in tlb_entry_is_empty()
1173 CPUTLBEntry *te, tn; in tlb_set_page_full() local
1250 te = tlb_entry(cpu, mmu_idx, addr_page); in tlb_set_page_full()
1271 if (!tlb_hit_page_anyprot(te, addr_page) && !tlb_entry_is_empty(te)) { in tlb_set_page_full()
1276 copy_tlb_helper_locked(tv, te); in tlb_set_page_full()
1322 copy_tlb_helper_locked(te, &tn); in tlb_set_page_full()
/qemu/target/ppc/
H A Dinsn32.decode260 &Z23_te_tb te frt frb rmc rc:bool
261 @Z23_te_tb ...... frt:5 te:5 frb:5 rmc:2 ........ rc:1 &Z23_te_tb
263 @Z23_te_tbp ...... ....0 te:5 ....0 rmc:2 ........ rc:1 &Z23_te_tb frt=%z23_frtp frb=%z23_f…
H A Ddfp_helper.c741 uint32_t te, uint32_t rmc) \
748 dfp.a.exponent = (int32_t)((int8_t)(te << 3) >> 3); \
/qemu/target/s390x/
H A Dcpu_features_def.h.inc84 DEF_FEAT(TRANSACTIONAL_EXE, "te", STFL, 73, "Transactional-execution facility")