Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dsmmu-common.c73 uint8_t inputsize = 64 - tt->tsz; in smmu_iotlb_lookup()
270 if (cfg->tt[0].tsz && in select_tt()
271 !extract64(iova, 64 - cfg->tt[0].tsz, cfg->tt[0].tsz - tbi_byte)) { in select_tt()
274 } else if (cfg->tt[1].tsz && in select_tt()
275 sextract64(iova, 64 - cfg->tt[1].tsz, cfg->tt[1].tsz - tbi_byte) == -1) { in select_tt()
278 } else if (!cfg->tt[0].tsz) { in select_tt()
281 } else if (!cfg->tt[1].tsz) { in select_tt()
318 inputsize = 64 - tt->tsz; in smmu_ptw_64_s1()
421 int inputsize = 64 - cfg->s2cfg.tsz; in smmu_ptw_64_s2()
H A Dsmmuv3.c374 if (cfg->s2cfg.tsz > 39) { in s2t0sz_valid()
379 return (cfg->s2cfg.tsz >= 64 - oas2bits(SMMU_IDR5_OAS)); in s2t0sz_valid()
452 cfg->s2cfg.tsz = STE_S2T0SZ(ste); in decode_ste_s2_cfg()
456 cfg->s2cfg.tsz); in decode_ste_s2_cfg()
460 if (!s2_pgtable_config_valid(cfg->s2cfg.sl0, cfg->s2cfg.tsz, in decode_ste_s2_cfg()
693 int tg, tsz; in decode_cd() local
701 tsz = CD_TSZ(cd, i); in decode_cd()
702 if (tsz < 16 || tsz > 39) { in decode_cd()
713 tt->tsz = tsz; in decode_cd()
898 tt_combined.tsz = tt->tsz; in smmuv3_translate()
[all …]
H A Dtrace-events43 smmuv3_decode_cd_tt(int i, uint32_t tsz, uint64_t ttb, uint32_t granule_sz, bool had) "TT[%d]:tsz:%…
/qemu/include/hw/arm/
H A Dsmmu-common.h61 uint8_t tsz; /* input range, ie. 2^(64 -tsz)*/ member
74 uint8_t tsz; /* Size of IPA input region (S2T0SZ) */ member
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_extra.c.inc88 TCGv tsz)
94 func(dest, src2, src1, tsz);
/qemu/target/arm/
H A Dptw.c1467 int select, tsz; in aa32_va_parameters() local
1485 tsz = sextract32(tcr, 0, 4) + 8; in aa32_va_parameters()
1491 tsz = extract32(tcr, 0, 3); in aa32_va_parameters()
1506 tsz = t0sz; in aa32_va_parameters()
1510 tsz = t1sz; in aa32_va_parameters()
1519 .tsz = tsz, in aa32_va_parameters()
1723 inputsize = 64 - param.tsz; in get_phys_addr_lpae()
1746 inputsize = addrsize - param.tsz; in get_phys_addr_lpae()
H A Dinternals.h1301 unsigned tsz : 8; member
1682 int bot_pac_bit = 64 - param.tsz; in pauth_ptr_mask()
H A Dhelper.c11996 int select, tsz, tbi, max_tsz, min_tsz, ps, sh; in aa64_va_parameters() local
12003 tsz = extract32(tcr, 0, 6); in aa64_va_parameters()
12026 tsz = extract32(tcr, 0, 6); in aa64_va_parameters()
12033 tsz = extract32(tcr, 16, 6); in aa64_va_parameters()
12098 if (tsz > max_tsz) { in aa64_va_parameters()
12099 tsz = max_tsz; in aa64_va_parameters()
12101 } else if (tsz < min_tsz) { in aa64_va_parameters()
12102 tsz = min_tsz; in aa64_va_parameters()
12116 .tsz = tsz, in aa64_va_parameters()
/qemu/target/arm/tcg/
H A Dpauth_helper.c346 bot_bit = 64 - param.tsz; in pauth_addpac()
421 bot_bit = 64 - param.tsz; in pauth_auth()
H A Dsve.decode36 # A combination of tsz:imm3 -- extract esize.
38 # A combination of tsz:imm3 -- extract (2 * esize) - (tsz:imm3)
40 # A combination of tsz:imm3 -- extract (tsz:imm3) - esize