/openbmc/linux/fs/qnx4/ |
H A D | Kconfig | 15 If you don't know whether you need it, then you don't need it:
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/ |
H A D | 0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch | 22 - $(AM_V_GEN) $(builddir)/fipshmac > $@-t && mv $@-t $@
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | corstone1000-esp-image.bb | 24 # Don't write an fvp configuration file for this image as it can't run
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 438 tcg_gen_andi_tl(t, t, 3); in gen_op_taddcc() 439 tcg_gen_neg_tl(t, t); in gen_op_taddcc() 440 tcg_gen_ext32u_tl(t, t); in gen_op_taddcc() 503 tcg_gen_andi_tl(t, t, 3); in gen_op_tsubcc() 504 tcg_gen_neg_tl(t, t); in gen_op_tsubcc() 505 tcg_gen_ext32u_tl(t, t); in gen_op_tsubcc() 774 tcg_gen_deposit_i32(d, t[0], t[1], 16, 16); in gen_op_fpadds16s() 808 tcg_gen_addi_i32(t, t, INT32_MAX); in gen_op_fpadds32s() 826 tcg_gen_addi_i32(t, t, INT32_MAX); in gen_op_fpsubs32s() 4889 func(t, t); in TRANS() [all …]
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | p_sys-t.c | 56 #define MIPI_SYST_TYPE(t) ((u32)(MIPI_SYST_TYPE_ ## t)) argument 68 #define MIPI_SYST_TYPES(t, s) (MIPI_SYST_TYPE(t) | \ argument 69 MIPI_SYST_SUBTYPE(t ## _ ## s))
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 479 void pnic2_timer(struct timer_list *t); 506 void pnic_timer(struct timer_list *t); 510 void mxic_timer(struct timer_list *t); 511 void comet_timer(struct timer_list *t); 518 void oom_timer(struct timer_list *t);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 4 Subject: [PATCH] GLVisualConfig: By default don't care about the stencil 7 Our benchmarks don't use a stencil buffer, but its presence doesn't hurt 8 either, so don't mark configs that have one as unacceptable. Our scoring 60 + * if the target < 0, i.e., we don't care about this value.
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | itg3200_core.c | 137 u8 t; in itg3200_write_raw() local 146 ret = itg3200_read_reg_8(indio_dev, ITG3200_REG_DLPF, &t); in itg3200_write_raw() 151 t = ((t & ITG3200_DLPF_CFG_MASK) ? 1000u : 8000u) / val - 1; in itg3200_write_raw() 155 t); in itg3200_write_raw()
|
/openbmc/linux/net/sctp/ |
H A D | endpointola.c | 276 struct sctp_transport *t; in sctp_endpoint_lookup_assoc() local 287 t = sctp_epaddr_lookup_transport(ep, paddr); in sctp_endpoint_lookup_assoc() 288 if (!t) in sctp_endpoint_lookup_assoc() 291 *transport = t; in sctp_endpoint_lookup_assoc() 292 asoc = t->asoc; in sctp_endpoint_lookup_assoc()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | dawr-power9.rst | 41 kvmppc_set_one_reg() will store the value in the vcpu but won't 42 actually set it on POWER9 hardware. This is done so we don't break 92 enabled in the host AND the guest. For this reason, this won't work on 93 POWERVM as it doesn't allow the HCALL to work. Writes of 'Y' to the 94 dawr_enable_dangerous file will fail if the hypervisor doesn't support
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 4 Subject: [PATCH 07/22] don't pass AT_SYMLINK_NOFOLLOW flag to faccessat() 6 Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right 13 discussion in the links above doesn't apply. Note also that 42 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to 49 + the links above doesn't apply. Note also that (currently) all systemd callers
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 81 -e '/save_log fail/N; /_fail=1/i\\t\t\techo -ne "FAIL: $_script"' \ 82 … -e '/die "dmesg prints errors when testing $_basename!"/i\\t\t\t\techo -ne "FAIL: $_script" &&' \
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 4 Subject: [PATCH] don't pass AT_SYMLINK_NOFOLLOW flag to faccessat() 6 Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right 13 discussion in the links above doesn't apply. Note also that 42 + Avoid using AT_SYMLINK_NOFOLLOW flag. It doesn't seem like the right thing to 49 + the links above doesn't apply. Note also that (currently) all systemd callers
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mxic.c | 27 #define HC_CFG_TYPE(s, t) ((t) << (23 + ((s) * 2))) argument 597 struct spi_transfer *t) in mxic_spi_transfer_one() argument 603 if (t->rx_buf && t->tx_buf) { in mxic_spi_transfer_one() 611 ret = mxic_spi_set_freq(mxic, t->speed_hz); in mxic_spi_transfer_one() 615 if (t->tx_buf) { in mxic_spi_transfer_one() 620 } else if (t->rx_buf) { in mxic_spi_transfer_one() 628 OP_DATA_BUSW(busw) | (t->rx_buf ? OP_READ : 0), in mxic_spi_transfer_one() 631 ret = mxic_spi_data_xfer(mxic, t->tx_buf, t->rx_buf, t->len); in mxic_spi_transfer_one()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 86 for t in types: 87 siggen_lockedsigs_var = "SIGGEN_LOCKEDSIGS_%s" % t 249 t = self.lockedhashfn[fn].split(" ")[1].split(":")[5] 250 t = 't-' + t.replace('_', '-') 251 if t not in types: 252 types[t] = [] 253 types[t].append(tid) 262 for t in l: 263 f.write('SIGGEN_LOCKEDSIGS_%s = "\\\n' % t) 264 types[t].sort() [all …]
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1100 csk = lookup_tid(t, tid); in do_peer_close() 1121 csk = lookup_tid(t, tid); in do_close_con_rpl() 1161 csk = lookup_tid(t, tid); in do_abort_req_rss() 1208 csk = lookup_tid(t, tid); in do_abort_rpl_rss() 1232 csk = lookup_tid(t, tid); in do_rx_data() 1254 csk = lookup_tid(t, tid); in do_rx_iscsi_hdr() 1360 csk = lookup_tid(t, tid); in do_rx_iscsi_data() 1456 csk = lookup_tid(t, tid); in do_rx_data_ddp() 2217 struct tid_info *t; in t4_uld_add() local 2263 t = &adap->tids; in t4_uld_add() [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1337 tcg_gen_ori_i64(t, t, ~mask); in op_andi() 1409 TCGv_i64 t; in save_link_info() local 1420 tcg_gen_andi_i64(t, t, 0x0f000000); in save_link_info() 1423 tcg_gen_shli_i64(t, t, 28); in save_link_info() 1508 TCGv_i64 t; in op_bct32() local 1530 TCGv_i64 t; in op_bcth() local 1537 tcg_gen_subi_i64(t, t, 1); in op_bcth() 1570 TCGv_i64 t; in op_bx32() local 2322 tcg_gen_deposit_i64(t, t, t_cc, 12, 2); in op_epsw() 3923 TCGv_i64 t; in op_sla() local [all …]
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-i801.rst | 69 question doesn't work as intended for whatever reason. Bit values: 75 0x10 don't use interrupts 133 SMBus device at 00:1f.3 in lspci, and you can't figure out any way in the 141 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you 142 better make sure that the SMBus isn't used by the ACPI code. Try loading 146 certain that ACPI isn't using the SMBus, you can attempt to unhide it. 170 that the unhidden SMBus doesn't conflict with e.g. ACPI.
|
/openbmc/linux/drivers/base/ |
H A D | arch_topology.c | 506 struct device_node *t; in parse_core() local 510 t = of_get_child_by_name(core, name); in parse_core() 511 if (t) { in parse_core() 513 cpu = get_cpu_for_node(t); in parse_core() 520 pr_err("%pOF: Can't get CPU for thread\n", t); in parse_core() 521 of_node_put(t); in parse_core() 524 of_node_put(t); in parse_core() 527 } while (t); in parse_core()
|
/openbmc/qemu/hw/audio/ |
H A D | asc.c | 163 int32_t t; in generate_fifo() local 205 t = (d >> shift) + (((fs->xa_last[0] * f0) + in generate_fifo() 207 if (t < -32768) { in generate_fifo() 208 t = -32768; in generate_fifo() 209 } else if (t > 32767) { in generate_fifo() 210 t = 32767; in generate_fifo() 218 val = (uint8_t)(t / 256) ^ 0x80; in generate_fifo() 223 fs->xa_last[0] = (int16_t)t; in generate_fifo()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-target.inc | 14 # affect the ABI in the gcc-runtime libs. Since we can't rely on gcc on the 26 # set in subdir gcc, so subdir libcc1 can't use it, export it here to 156 # Add unwind.h, it comes from libgcc which we don't want to build again 159 # Info dir listing isn't interesting at this point so remove it if it exists. 177 # Don't package details about the build host 186 # We don't care about the gcc-<version> ones for this 189 # Not sure why we end up with these but we don't want them... 244 # For determinism we don't install this ever and rely on the copy from gcc-cross.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 284.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 43 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | testexport-tarball.bb | 2 … tarball can be used to run missing programs on testing systems which don't have such tools.\ 65 # testexport-tarball doesn't need config site 68 # The recipe doesn't need any default deps
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | page-anatomy.md | 21 <page-section :section-title="$t('pageName.sectionTitle')"> 64 <page-title :description="$t('pageName.pageDescription')" /> 65 <page-section :section-title="$t('pageName.sectionTitle')">
|
/openbmc/linux/mm/ |
H A D | slub.c | 830 if (!t->addr) in print_track() 834 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track() 2298 void *t; in get_partial_node() local 2312 if (!t) in get_partial_node() 5262 if (t->max) in free_loc_track() 5279 memcpy(l, t->loc, sizeof(struct location) * t->count); in alloc_loc_track() 5283 t->loc = l; in alloc_loc_track() 5355 if (t->count >= t->max && !alloc_loc_track(t, 2 * t->max, GFP_ATOMIC)) in add_location() 5362 t->count++; in add_location() 6404 if (!t) in slab_debug_trace_open() [all …]
|