/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/openbmc/linux/tools/testing/selftests/powerpc/vphn/ |
H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | bin_package.bbclass | 9 # * The files have been unpacked to ${S} by base.bbclass 19 # Then the files would be unpacked to ${WORKDIR}/foo-1.0, otherwise
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
H A D | ovmf-shell-image.bb | 14 # We want a minimal image with just ovmf-shell-efi unpacked in it. We
|
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ |
H A D | ac_config_links.patch | 10 I believe it should be safe, as GNUmakefile is actually unpacked from
|
/openbmc/docs/architecture/ |
H A D | ipmi-architecture.md | 127 unpacked. 259 has unpacked and then compare it with the total number of bits that the method 287 As an example this is how a bitset is unpacked 315 unpacked bytes are available for inspection. Using the same unpacking calls that 317 manually unpacked. This is helpful for multi-function commands like Set LAN
|
/openbmc/openbmc/poky/meta/recipes-support/vim/files/ |
H A D | no-path-adjust.patch | 33 # install the language specific files for tools, if they were unpacked
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 673 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 674 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 676 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 677 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | get_op.S | 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | temporary-source-code.rst | 15 During a build, the unpacked temporary source code used by recipes to
|
H A D | new-machine.rst | 67 create a :ref:`ref-tasks-configure` task that configures the unpacked kernel with
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update-deprecated.md | 37 Additionally, there are two tarballs created that can be deployed and unpacked 137 the images are unpacked.
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 45 # Because fetch2's git's unpack uses -s cloneflag, the unpacked git repo
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve.decode | 1203 # SVE 64-bit gather load (scalar plus 32-bit unpacked unscaled offsets) 1204 # SVE 64-bit gather load (scalar plus 32-bit unpacked scaled offsets) 1232 # SVE 64-bit gather prefetch (scalar plus unpacked 32-bit scaled offsets) 1304 # SVE 64-bit scatter store (scalar plus unpacked 32-bit scaled offset) 1311 # SVE 64-bit scatter store (scalar plus unpacked 32-bit unscaled offset)
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 162 - *unpack:* Controls whether the URL components are unpacked. If set to 163 "1", which is the default, the components are unpacked. If set to 165 when you want an archive to be copied in and not be unpacked. 208 If you specify a directory, the entire directory is unpacked. 312 renaming the output directory to which the module is unpacked. You
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2037 #define VUPK(suffix, unpacked, packee, hi) \ in VUPKPX() argument 2044 for (i = 0; i < ARRAY_SIZE(r->unpacked); i++) { \ in VUPKPX() 2045 result.unpacked[i] = b->packee[i]; \ in VUPKPX() 2048 for (i = ARRAY_SIZE(r->unpacked); i < ARRAY_SIZE(r->packee); \ in VUPKPX() 2050 result.unpacked[i - ARRAY_SIZE(r->unpacked)] = b->packee[i]; \ in VUPKPX()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | go-vendor.bbclass | 13 # downloaded during the fetch-phase and unpacked into the modules 'vendor'
|
H A D | devtool-source.bbclass | 104 bb.warn("No source unpacked to S - either the %s recipe "
|
H A D | archiver.bbclass | 9 # 1) original (or unpacked) source: ARCHIVER_MODE[src] = "original" 183 # (e.g. git repositories) is "unpacked" and then put into a tarball.
|
H A D | externalsrc.bbclass | 120 # This is safe, as externalsrc runs with the source already unpacked.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | qcom_camss.rst | 80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | tasks.rst | 417 For more information on how source files are unpacked, see the 676 Converts the newly unpacked kernel source into a form with which the 808 After the kernel is unpacked but before it is patched, this task makes
|
/openbmc/linux/usr/ |
H A D | Kconfig | 226 short time at boot, while both the cpio image and the unpacked
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | intro.rst | 139 - downloaded a Yocto Project release and unpacked it to
|
/openbmc/linux/Documentation/arch/arm/omap/ |
H A D | dss.rst | 28 - RGB16, RGB24 packed, RGB24 unpacked
|