| /openbmc/qemu/util/ |
| H A D | timed-average.c | 88 static TimedAverageWindow *current_window(TimedAverage *ta) in current_window() argument 90 return &ta->windows[ta->current]; in current_window() 99 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, in timed_average_init() argument 109 ta->period = (uint64_t) period * 4 / 3; in timed_average_init() 110 ta->clock_type = clock_type; in timed_average_init() 111 ta->current = 0; in timed_average_init() 113 window_reset(&ta->windows[0]); in timed_average_init() 114 window_reset(&ta->windows[1]); in timed_average_init() 117 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init() 118 ta->windows[1].expiration = now + ta->period; in timed_average_init() [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-timed-average.c | 25 static void account(TimedAverage *ta) in account() argument 27 timed_average_account(ta, 1); in account() 28 timed_average_account(ta, 5); in account() 29 timed_average_account(ta, 2); in account() 30 timed_average_account(ta, 4); in account() 31 timed_average_account(ta, 3); in account() 36 TimedAverage ta; in test_average() local 41 timed_average_init(&ta, QEMU_CLOCK_VIRTUAL, NANOSECONDS_PER_SECOND); in test_average() 43 result = timed_average_min(&ta); in test_average() 45 result = timed_average_avg(&ta); in test_average() [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | timed-average.h | 55 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, 58 void timed_average_account(TimedAverage *ta, uint64_t value); 60 uint64_t timed_average_min(TimedAverage *ta); 61 uint64_t timed_average_avg(TimedAverage *ta); 62 uint64_t timed_average_max(TimedAverage *ta); 63 uint64_t timed_average_sum(TimedAverage *ta, uint64_t *elapsed);
|
| /openbmc/u-boot/drivers/tee/ |
| H A D | sandbox.c | 184 if (!state->ta || state->session != session) in sandbox_tee_close_session() 188 state->ta = NULL; in sandbox_tee_close_session() 212 const struct ta_entry *ta; in sandbox_tee_open_session() local 214 if (state->ta) { in sandbox_tee_open_session() 219 ta = find_ta_entry(arg->uuid); in sandbox_tee_open_session() 220 if (!ta) { in sandbox_tee_open_session() 228 arg->ret = ta->open_session(num_params, params); in sandbox_tee_open_session() 232 state->ta = (void *)ta; in sandbox_tee_open_session() 247 struct ta_entry *ta = state->ta; in sandbox_tee_invoke_func() local 254 if (!ta) { in sandbox_tee_invoke_func() [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/ |
| H A D | optee-os.inc | 28 ta-targets=ta_${OPTEE_ARCH} \ 58 install -m 444 ${B}/ta/*/*.ta ${D}${nonarch_base_libdir}/optee_armtz 67 install -d ${DEPLOYDIR}/${MLPREFIX}optee/ta 68 install -m 644 ${B}/ta/*/*.elf ${DEPLOYDIR}/${MLPREFIX}optee/ta 75 PACKAGES += "${PN}-ta" 77 FILES:${PN}-ta = "${nonarch_base_libdir}/optee_armtz/*"
|
| H A D | optee-test.inc | 33 oe_runmake ta 44 install -D -p -m0444 ${B}/ta/*/*.ta ${D}${nonarch_base_libdir}/optee_armtz/ 50 install -d ${DEPLOYDIR}/${MLPREFIX}optee/ta 51 install -m 644 ${B}/ta/*/*.elf ${DEPLOYDIR}/${MLPREFIX}optee/ta
|
| H A D | optee-examples.inc | 37 install -D -p -m0444 ${B}/ta/* ${D}${nonarch_base_libdir}/optee_armtz
|
| /openbmc/qemu/tests/tcg/aarch64/gdbstub/ |
| H A D | test-mte.py | 43 ta = "$x1" 48 ta = "a"
|
| /openbmc/u-boot/include/ |
| H A D | sandboxtee.h | 18 void *ta; member
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/ |
| H A D | optee-ftpm_git.bb | 24 file://0001-add-enum-to-ta-flags.patch" 67 …install -D -p -m 0644 ${S}/Samples/ARM32-FirmwareTPM/optee_ta/out/fTPM/${FTPM_UUID}.ta ${D}/${nona… 79 ${nonarch_base_libdir}/optee_armtz/${FTPM_UUID}.ta \
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu-feature.h.inc | 10 FEATURE(TA0_SHUTDOWN) /* Shutdown on "ta 0x0" */
|
| /openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | ata.h | 20 u8 ta; /* 0x05 */ member
|
| /openbmc/qemu/common-user/host/sparc64/ |
| H A D | safe-syscall.inc.S | 73 ta 0x6d
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | polkit-gnome-authentication-agent-1.desktop | 35 Name[ta]=PolicyKit அங்கீகார முகவர் 75 Comment[ta]=PolicyKit அங்கீகார முகவர்
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm/ |
| H A D | 0001-add-enum-to-ta-flags.patch | 4 Subject: [PATCH] add enum to ta flags
|
| /openbmc/u-boot/board/freescale/m5253demo/ |
| H A D | m5253demo.c | 123 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | riscv-iommu.h | 108 uint64_t ta; /* Translation Attributes */ member
|
| H A D | riscv-iommu.c | 824 if (get_field(ctx->ta, RISCV_IOMMU_PC_TA_RESERVED)) { in riscv_iommu_validate_process_ctx() 1046 ctx->ta = 0; in riscv_iommu_ctx_fetch() 1123 ctx->ta = le64_to_cpu(dc.ta); in riscv_iommu_ctx_fetch() 1198 if (pdt_memory_read(s, ctx, addr, &dc.ta, sizeof(uint64_t) * 2, in riscv_iommu_ctx_fetch() 1204 ctx->ta = le64_to_cpu(dc.ta); in riscv_iommu_ctx_fetch() 1207 if (!(ctx->ta & RISCV_IOMMU_PC_TA_V)) { in riscv_iommu_ctx_fetch() 1501 .pscid = get_field(ctx->ta, RISCV_IOMMU_DC_TA_PSCID), in riscv_iommu_iot_lookup() 1617 iot->pscid = get_field(ctx->ta, RISCV_IOMMU_DC_TA_PSCID); in riscv_iommu_translate()
|
| H A D | riscv-iommu-hpm.c | 129 pid_pscid = get_field(ctx->ta, RISCV_IOMMU_DC_TA_PSCID); in riscv_iommu_hpm_incr_ctr()
|
| H A D | riscv-iommu-bits.h | 283 uint64_t ta; member
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | m54455evb.c | 140 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 134 def vercmp(ta, tb): argument 135 (ea, va, ra) = ta 155 ta = split_version(a) 157 return vercmp(ta, tb)
|
| /openbmc/qemu/target/hppa/ |
| H A D | translate.c | 4334 TCGv_i32 ta, tb, tc, ty; in trans_fcmp_f() local 4338 ta = load_frw0_i32(a->r1); in trans_fcmp_f() 4343 gen_helper_fcmp_s(tcg_env, ta, tb, ty, tc); in trans_fcmp_f() 4350 TCGv_i64 ta, tb; in trans_fcmp_d() local 4355 ta = load_frd0(a->r1); in trans_fcmp_d() 4360 gen_helper_fcmp_d(tcg_env, ta, tb, ty, tc); in trans_fcmp_d() 4483 int ta = fmpyadd_s_reg(a->ta); in do_fmpyadd_s() local 4490 do_fop_weww(ctx, ta, ta, ra, in do_fmpyadd_s() 4511 do_fop_dedd(ctx, a->ta, a->ta, a->ra, in do_fmpyadd_d()
|
| H A D | insns.decode | 365 &mpyadd rm1 rm2 ta ra tm 366 @mpyadd ...... rm1:5 rm2:5 ta:5 ra:5 . tm:5 &mpyadd
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
| H A D | 0003-contact-Replace-the-Novell-sample-contact-with-somet.patch | 61 -" Ps5BQtNxP4TJP8Ka6rZZJpW37/Kq68ATlPeiiirBQ0HlWR9t9qVbtpEp/dwiY0h5J8Mgbp/h+ta\n" \
|