/openbmc/qemu/util/ |
H A D | timed-average.c | 88 return &ta->windows[ta->current]; in current_window() 109 ta->current = 0; in timed_average_init() 115 ta->windows[0].expiration = now + ta->period / 2; in timed_average_init() 116 ta->windows[1].expiration = now + ta->period; in timed_average_init() 143 if (ta->windows[0].expiration < ta->windows[1].expiration) { in check_expirations() 144 ta->current = 0; in check_expirations() 146 ta->current = 1; in check_expirations() 151 int64_t remaining = ta->windows[ta->current].expiration - now; in check_expirations() 192 w = current_window(ta); in timed_average_min() 205 w = current_window(ta); in timed_average_avg() [all …]
|
/openbmc/linux/drivers/phy/ |
H A D | phy-lgm-usb.c | 89 if (!ta->phy.edev) { in phy_init() 94 schedule_work(&ta->wk); in phy_init() 108 flush_work(&ta->wk); in phy_shutdown() 109 ta->phy.set_vbus(&ta->phy, false); in phy_shutdown() 111 ta->connected = false; in phy_shutdown() 167 ret = ta->phy.set_vbus(&ta->phy, connected); in tca_work() 192 struct tca_apb *ta; in phy_probe() local 195 ta = devm_kzalloc(dev, sizeof(*ta), GFP_KERNEL); in phy_probe() 196 if (!ta) in phy_probe() 202 phy = &ta->phy; in phy_probe() [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 43 result = timed_average_min(&ta); in test_average() 45 result = timed_average_avg(&ta); in test_average() 51 account(&ta); in test_average() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | omap_l4.c | 46 return ta->bus->base + ta->start[region].offset; in omap_l4_region_base() 52 return ta->start[region].size; in omap_l4_region_size() 122 ta = &bus->ta[i]; in omap_l4ta_get() 126 if (!ta) { in omap_l4ta_get() 131 ta->bus = bus; in omap_l4ta_get() 133 ta->regions = info->regions; in omap_l4ta_get() 136 ta->status = 0x00000000; in omap_l4ta_get() 139 memory_region_init_io(&ta->iomem, NULL, &omap_l4ta_ops, ta, "omap.l4ta", in omap_l4ta_get() 141 omap_l4_attach(ta, info->ta_region, &ta->iomem); in omap_l4ta_get() 143 return ta; in omap_l4ta_get() [all …]
|
H A D | omap_tap.c | 111 void omap_tap_init(struct omap_target_agent_s *ta, in omap_tap_init() argument 115 omap_l4_region_size(ta, 0)); in omap_tap_init() 116 omap_l4_attach(ta, 0, &mpu->tap_iomem); in omap_tap_init()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | smp_tlb.c | 43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 60 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 69 local_flush_tlb_kernel_range(ta->ta_start, ta->ta_end); in ipi_flush_tlb_kernel_range() 199 struct tlb_args ta; in flush_tlb_page() local 200 ta.ta_vma = vma; in flush_tlb_page() 203 &ta, 1); in flush_tlb_page() 212 struct tlb_args ta; in flush_tlb_kernel_page() local 225 ta.ta_vma = vma; in flush_tlb_range() 227 ta.ta_end = end; in flush_tlb_range() 229 &ta, 1); in flush_tlb_range() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | hvcalls.S | 9 ta HV_FAST_TRAP 20 ta HV_FAST_TRAP 30 ta HV_FAST_TRAP 41 ta HV_FAST_TRAP 51 ta HV_FAST_TRAP 62 ta HV_FAST_TRAP 72 ta HV_FAST_TRAP 86 ta HV_FAST_TRAP 97 ta HV_FAST_TRAP 105 ta HV_FAST_TRAP [all …]
|
H A D | pci_sun4v_asm.S | 22 ta HV_FAST_TRAP 38 ta HV_FAST_TRAP 53 ta HV_FAST_TRAP 72 ta HV_FAST_TRAP 92 ta HV_FAST_TRAP 111 ta HV_FAST_TRAP 126 ta HV_FAST_TRAP 141 ta HV_FAST_TRAP 155 ta HV_FAST_TRAP 168 ta HV_FAST_TRAP [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | timed-average.h | 53 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, 56 void timed_average_account(TimedAverage *ta, uint64_t value); 58 uint64_t timed_average_min(TimedAverage *ta); 59 uint64_t timed_average_avg(TimedAverage *ta); 60 uint64_t timed_average_max(TimedAverage *ta); 61 uint64_t timed_average_sum(TimedAverage *ta, uint64_t *elapsed);
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | n2-asm.S | 14 ta HV_FAST_TRAP 23 ta HV_FAST_TRAP 34 ta HV_FAST_TRAP 46 ta HV_FAST_TRAP 53 ta HV_FAST_TRAP 61 ta HV_FAST_TRAP 69 ta HV_FAST_TRAP 77 ta HV_FAST_TRAP
|
/openbmc/linux/drivers/crypto/ |
H A D | n2_asm.S | 18 ta HV_FAST_TRAP 34 ta HV_FAST_TRAP 48 ta HV_FAST_TRAP 60 ta HV_FAST_TRAP 71 ta HV_FAST_TRAP 82 ta HV_FAST_TRAP 93 ta HV_FAST_TRAP
|
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | 305 struct tlb_args *ta = arg; in ipi_flush_tlb_page() local 307 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 312 struct tlb_args *ta = arg; in ipi_flush_tlb_range() local 314 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 320 struct tlb_args *ta = arg; in ipi_flush_pmd_tlb_range() local 322 local_flush_pmd_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_pmd_tlb_range() 330 local_flush_tlb_kernel_range(ta->ta_start, ta->ta_end); in ipi_flush_tlb_kernel_range() 346 struct tlb_args ta = { in flush_tlb_page() local 357 struct tlb_args ta = { in flush_tlb_range() local 370 struct tlb_args ta = { in flush_pmd_tlb_range() local [all …]
|
/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} \ 55 install -m 444 ${B}/ta/*/*.ta ${D}${nonarch_base_libdir}/optee_armtz 64 install -d ${DEPLOYDIR}/${MLPREFIX}optee/ta 65 install -m 644 ${B}/ta/*/*.elf ${DEPLOYDIR}/${MLPREFIX}optee/ta 72 PACKAGES += "${PN}-ta" 74 FILES:${PN}-ta = "${nonarch_base_libdir}/optee_armtz/*"
|
H A D | optee-test.inc | 34 oe_runmake ta 45 install -D -p -m0444 ${B}/ta/*/*.ta ${D}${nonarch_base_libdir}/optee_armtz/ 51 install -d ${DEPLOYDIR}/${MLPREFIX}optee/ta 52 install -m 644 ${B}/ta/*/*.elf ${DEPLOYDIR}/${MLPREFIX}optee/ta
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 46 u16 tid, u8 *ta, 67 u8 *ta); 69 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta); 70 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta);
|
H A D | sta_rx.c | 196 u8 ta[ETH_ALEN]; in mwifiex_process_sta_rx_packet() local 241 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet() 244 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 248 mwifiex_auto_tdls_update_peer_signal(priv, ta, in mwifiex_process_sta_rx_packet() 256 memcpy(ta, priv->curr_bss_params.bss_descriptor.mac_address, in mwifiex_process_sta_rx_packet() 262 ta, (u8) rx_pkt_type, skb); in mwifiex_process_sta_rx_packet()
|
H A D | 11n_rxreorder.c | 230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) in mwifiex_11n_get_rx_reorder_tbl() argument 236 if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) { in mwifiex_11n_get_rx_reorder_tbl() 253 if (!ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() 258 if (!memcmp(tbl->ta, ta, ETH_ALEN)) { in mwifiex_11n_del_rx_reorder_tbl_by_ta() 329 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, in mwifiex_11n_create_rx_reorder_tbl() argument 341 tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta); in mwifiex_11n_create_rx_reorder_tbl() 353 memcpy(new_node->ta, ta, ETH_ALEN); in mwifiex_11n_create_rx_reorder_tbl() 361 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() 366 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() 549 u8 *ta, u8 pkt_type, void *payload) in mwifiex_11n_rx_reorder_pkt() argument [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | arc4.c | 41 u32 ty, ta, tb; in arc4_crypt() local 58 ta = S[x]; in arc4_crypt() 59 ty = (y + ta) & 0xff; in arc4_crypt() 65 a = ta; in arc4_crypt()
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_arc4.c | 43 u32 ty, ta, tb; in cifs_arc4_crypt() local 60 ta = S[x]; in cifs_arc4_crypt() 61 ty = (y + ta) & 0xff; in cifs_arc4_crypt() 67 a = ta; in cifs_arc4_crypt()
|
/openbmc/qemu/hw/char/ |
H A D | omap_uart.c | 31 struct omap_target_agent_s *ta; member 162 struct omap_target_agent_s *ta, in omap2_uart_init() argument 167 hwaddr base = omap_l4_attach(ta, 0, NULL); in omap2_uart_init() 173 s->ta = ta; in omap2_uart_init()
|
/openbmc/linux/net/mac80211/ |
H A D | tkip.c | 83 const u8 *ta, u32 tsc_IV32) in tkip_mixing_phase1() argument 90 p1k[2] = get_unaligned_le16(ta + 0); in tkip_mixing_phase1() 91 p1k[3] = get_unaligned_le16(ta + 2); in tkip_mixing_phase1() 92 p1k[4] = get_unaligned_le16(ta + 4); in tkip_mixing_phase1() 186 const u8 *ta, u32 iv32, u16 *p1k) in ieee80211_get_tkip_rx_p1k() argument 191 tkip_mixing_phase1(tk, &ctx, ta, iv32); in ieee80211_get_tkip_rx_p1k() 241 u8 *payload, size_t payload_len, u8 *ta, in ieee80211_tkip_decrypt_data() argument 292 tkip_mixing_phase1(tk, &rx_ctx->ctx, ta, iv32); in ieee80211_tkip_decrypt_data()
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 1158 u_int rm1, rm2, tm, ra, ta; /* operands */ local 1185 if (ta == 0) 1195 if (dbl_to_sgl_fcnvfxt(&fpregs[ta], 1231 fpregs[ta] = atmp.ints.i1; 1232 fpregs[ta+1] = atmp.ints.i2; 1283 fpregs[ta] = atmp.ints.i1; 1298 u_int rm1, rm2, tm, ra, ta; /* operands */ local 1325 if (ta == 0) 1338 fpregs[ta] = atmp.ints.i1; 1339 fpregs[ta+1] = atmp.ints.i2; [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-optee-devices | 1 What: /sys/bus/tee/devices/optee-ta-<uuid>/ 8 are free to create needed API under optee-ta-<uuid> directory. 10 What: /sys/bus/tee/devices/optee-ta-<uuid>/need_supplicant
|
/openbmc/qemu/hw/timer/ |
H A D | omap_synctimer.c | 99 struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta, in omap_synctimer_init() argument 106 omap_l4_region_size(ta, 0)); in omap_synctimer_init() 107 omap_l4_attach(ta, 0, &s->iomem); in omap_synctimer_init()
|