/openbmc/linux/tools/perf/util/ |
H A D | s390-sample-raw.c | 51 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() local 73 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 87 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() local 89 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 90 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 91 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 92 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 93 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 94 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 95 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() [all …]
|
H A D | s390-cpumsf.c | 310 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp() argument 318 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp() 324 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument 328 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show() 336 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show() 337 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show() 338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 339 local.progusage2 = be64toh(te->progusage2); in s390_cpumsf_trailer_show() 340 te = &local; in s390_cpumsf_trailer_show() 342 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show() [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 117 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument 120 if (te->header.t) in trailer_timestamp() 121 return *((unsigned long long *)&te->timestamp[1]); in trailer_timestamp() 124 return *((unsigned long long *)&te->timestamp[0]); in trailer_timestamp() 218 struct hws_trailer_entry *te; in alloc_sample_data_block() local 225 te = trailer_entry_ptr(sdb); in alloc_sample_data_block() 226 te->header.a = 1; in alloc_sample_data_block() 1208 struct hws_trailer_entry *te; in hw_collect_samples() local 1211 te = trailer_entry_ptr((unsigned long)sdbt); in hw_collect_samples() 1213 while ((unsigned long *)sample < (unsigned long *)te) { in hw_collect_samples() [all …]
|
H A D | perf_cpum_cf.c | 389 static void cfdiag_trailer(struct cf_trailer_entry *te) in cfdiag_trailer() argument 393 te->cfvn = cpumf_ctr_info.cfvn; /* Counter version numbers */ in cfdiag_trailer() 394 te->csvn = cpumf_ctr_info.csvn; in cfdiag_trailer() 397 te->mach_type = cpuid.machine; in cfdiag_trailer() 398 te->cpu_speed = cfdiag_cpu_speed; in cfdiag_trailer() 399 if (te->cpu_speed) in cfdiag_trailer() 400 te->speed = 1; in cfdiag_trailer() 401 te->clock_base = 1; /* Save clock base */ in cfdiag_trailer() 402 te->tod_base = tod_clock_base.tod; in cfdiag_trailer() 403 te->timestamp = get_tod_clock_fast(); in cfdiag_trailer()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_pingpong.c | 77 struct dpu_hw_tear_check *te) in dpu_hw_pp_enable_te() argument 82 if (!pp || !te) in dpu_hw_pp_enable_te() 87 if (te->hw_vsync_mode) in dpu_hw_pp_enable_te() 90 cfg |= te->vsync_count; in dpu_hw_pp_enable_te() 93 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_enable_te() 94 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_enable_te() 95 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_enable_te() 96 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_enable_te() 98 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_enable_te() 99 te->sync_threshold_start)); in dpu_hw_pp_enable_te() [all …]
|
H A D | dpu_hw_intf.c | 335 struct dpu_hw_tear_check *te) in dpu_hw_intf_enable_te() argument 346 if (te->hw_vsync_mode) in dpu_hw_intf_enable_te() 349 cfg |= te->vsync_count; in dpu_hw_intf_enable_te() 352 DPU_REG_WRITE(c, INTF_TEAR_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_intf_enable_te() 353 DPU_REG_WRITE(c, INTF_TEAR_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_intf_enable_te() 354 DPU_REG_WRITE(c, INTF_TEAR_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_intf_enable_te() 355 DPU_REG_WRITE(c, INTF_TEAR_START_POS, te->start_pos); in dpu_hw_intf_enable_te() 357 ((te->sync_threshold_continue << 16) | in dpu_hw_intf_enable_te() 358 te->sync_threshold_start)); in dpu_hw_intf_enable_te() 360 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_intf_enable_te()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-3.0-NL | 27 …kkelijke toestemming gekregen heeft om rechten ingevolge deze Licentie uit te oefenen ondanks een … 29 2. Beperkingen van de uitsluitende rechten. Niets in deze Licentie strekt ertoe om de rechten te be… 31 …m de navolgende rechten met betrekking tot het Werk vrij van royalty's uit te oefenen voor de duur… 39 …d. het verspreiden van exemplaren van Afgeleide werken, het in het openbaar te tonen, op- en uitvo… 43 f. Volledigheidshalve dient te worden vermeld dat: 45 …pieën) de Licentiegever zich het recht voorbehoudt om dergelijke heffingen te innen (al dan niet d… 47 …chten) de Licentiegever afstand doet van het recht om dergelijke heffingen te innen bij zowel comm… 49 …rechtenbeheer. de Licentiegever afstand doet van het recht om vergoedingen te innen (zelfstandig o… 51 …echnische wijzigingen aan te brengen die noodzakelijk zijn om de rechten met behulp van andere med… 55 …te voegen aan elk exemplaar van het Werk dat de Gebruiker verspreidt, in het openbaar toont, op- o… [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 111 static void init_timing_event(struct timing_event *te) in init_timing_event() argument 113 te->min = INT64_MAX; in init_timing_event() 114 te->max = 0; in init_timing_event() 115 te->total = 0; in init_timing_event() 116 te->count = 0; in init_timing_event() 119 static void add_timing_event(struct timing_event *te, in add_timing_event() argument 124 te->count++; in add_timing_event() 125 if (ts_delta < te->min) in add_timing_event() 126 te->min = ts_delta; in add_timing_event() 127 if (ts_delta > te->max) in add_timing_event() [all …]
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 94 struct gpio_desc *te; in init_tearing_effect_line() local 97 te = gpiod_get_optional(dev, "te", GPIOD_IN); in init_tearing_effect_line() 98 if (IS_ERR(te)) in init_tearing_effect_line() 99 return dev_err_probe(dev, PTR_ERR(te), "Failed to request te GPIO\n"); in init_tearing_effect_line() 102 if (!te) { in init_tearing_effect_line() 107 irq = gpiod_to_irq(te); in init_tearing_effect_line() 110 gpiod_put(te); in init_tearing_effect_line()
|
/openbmc/linux/fs/hfsplus/ |
H A D | wrapper.c | 135 struct cdrom_tocentry te; in hfsplus_get_last_session() local 140 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 141 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 142 if (cdrom_read_tocentry(cdi, &te) || in hfsplus_get_last_session() 143 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfsplus_get_last_session() 147 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-2.c | 87 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()
|
/openbmc/linux/fs/hfs/ |
H A D | mdb.c | 42 struct cdrom_tocentry te; in hfs_get_last_session() local 47 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 48 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 49 if (cdrom_read_tocentry(cdi, &te) || in hfs_get_last_session() 50 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfs_get_last_session() 55 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | loopback.c | 364 static u64 gb_loopback_calc_latency(ktime_t ts, ktime_t te) in gb_loopback_calc_latency() argument 366 return __gb_loopback_calc_latency(ktime_to_ns(ts), ktime_to_ns(te)); in gb_loopback_calc_latency() 374 ktime_t ts, te; in gb_loopback_operation_sync() local 405 te = ktime_get(); in gb_loopback_operation_sync() 408 gb->elapsed_nsecs = gb_loopback_calc_latency(ts, te); in gb_loopback_operation_sync() 426 ktime_t te; in gb_loopback_async_operation_callback() local 429 te = ktime_get(); in gb_loopback_async_operation_callback() 440 gb->elapsed_nsecs = gb_loopback_calc_latency(op_async->ts, te); in gb_loopback_async_operation_callback() 801 ktime_t te; in gb_loopback_calculate_stats() local 808 te = ktime_get(); in gb_loopback_calculate_stats() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch | 17 @@ -490,8 +490,9 @@ tarobject_set_mtime(struct tar_entry *te, const char *path) 19 if (te->type == TAR_FILETYPE_SYMLINK) {
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 62 struct aoetgt **t, **te; in aoedisk_show_netif() local 70 te = t + d->ntargets; in aoedisk_show_netif() 71 for (; t < te && *t; t++) { in aoedisk_show_netif() 114 struct aoetgt **t, **te; in aoe_debugfs_show() local 130 te = t + d->ntargets; in aoe_debugfs_show() 131 for (; t < te && *t; t++) { in aoe_debugfs_show()
|
/openbmc/qemu/po/ |
H A D | de_DE.po | 20 msgstr " - Strg+Alt+G drücken, um Eingabegeräte freizugeben" 59 msgstr "_Eingabegeräte einfangen"
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 455 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 …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a32-uncond.decode | 60 PLD 1111 0101 -101 ---- 1111 ---- ---- ---- # (imm, lit) 5te 64 PLD 1111 0111 -101 ---- 1111 ----- -- 0 ---- # (register) 5te
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 605 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page() argument 607 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page() 1051 pt_topa_prev_entry(struct pt_buffer *buf, struct topa_entry *te) in pt_topa_prev_entry() argument 1053 unsigned long table = (unsigned long)te & ~(PAGE_SIZE - 1); in pt_topa_prev_entry() 1058 if (tp->table != te) in pt_topa_prev_entry() 1059 return --te; in pt_topa_prev_entry() 1170 struct topa_entry *te; in pt_buffer_reset_offsets() local 1178 te = pt_topa_entry_for_page(buf, pg); in pt_buffer_reset_offsets() 1180 cur_tp = topa_entry_to_page(te); in pt_buffer_reset_offsets() 1182 buf->cur_idx = te - TOPA_ENTRY(buf->cur, 0); in pt_buffer_reset_offsets()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display-sysfs.c | 72 bool te; in display_tear_store() local 77 r = kstrtobool(buf, &te); in display_tear_store() 81 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 3 …te.rTag=H+")",H=new RegExp(e+H+"(\\/)?|(?:\\/(\\w+)))"+t,"g"),D=new RegExp("<.*>|([^\\\\]|^)[{}]|"…
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | BBHandler.py | 261 for te in taskexpression: 262 if any( ( "%s_" % keyword ) in te for keyword in bb.data_smart.__setvar_keyword__ ): 263 …ded/supported.\nPlease rename the task not to include the keyword.\n%s" % (te, ("\n".join(map(str,…
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 1120 struct t3c_tid_entry *te; in cxgb_redirect() local 1139 te = lookup_tid(ti, tid); in cxgb_redirect() 1140 BUG_ON(!te); in cxgb_redirect() 1141 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1142 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
/openbmc/linux/fs/isofs/ |
H A D | inode.c | 553 struct cdrom_tocentry te; in isofs_get_last_session() local 558 te.cdte_track = session; in isofs_get_last_session() 559 te.cdte_format = CDROM_LBA; in isofs_get_last_session() 560 if (cdrom_read_tocentry(cdi, &te) == 0) { in isofs_get_last_session() 562 session, te.cdte_addr.lba, in isofs_get_last_session() 563 te.cdte_ctrl & CDROM_DATA_TRACK); in isofs_get_last_session() 564 if ((te.cdte_ctrl & CDROM_DATA_TRACK) == 4) in isofs_get_last_session() 565 return te.cdte_addr.lba; in isofs_get_last_session()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | polkit-gnome-authentication-agent-1.desktop | 36 Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి 76 Comment[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
|