/openbmc/linux/Documentation/riscv/ |
H A D | uabi.rst | 14 #. Single-letter extensions come first, in canonical order. 17 #. All multi-letter extensions will be separated from other extensions by an 20 #. Additional standard extensions (starting with 'Z') will be sorted after 21 single-letter extensions and before any higher-privileged extensions. 23 #. For additional standard extensions, the first letter following the 'Z' 25 extension category. If multiple 'Z' extensions are named, they will be 29 #. Standard supervisor-level extensions (starting with 'S') will be listed 30 after standard unprivileged extensions. If multiple supervisor-level 31 extensions are listed, they will be ordered alphabetically. 33 #. Standard machine-level extensions (starting with 'Zxm') will be listed [all …]
|
H A D | patch-acceptance.rst | 39 We'll only accept patches for new modules or extensions if the 40 specifications for those modules or extensions are listed as being 45 that contain code for any draft extensions that they wish.) 48 their own custom extensions. These custom extensions aren't required 52 RISC-V extensions, we'll only consider patches for extensions that either: 59 code for any custom extensions that they wish.)
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 24 std::vector<std::string> compatibleSystem{"system-foo"s}, extensions; in TEST() local 27 extensionMap, compatibleSystem, extensions); in TEST() 29 EXPECT_EQ(extensions, std::vector<std::string>{".EXT"s}); in TEST() 38 extensions{"foo"s}; in TEST() local 41 extensionMap, compatibleSystem, extensions); in TEST() 43 EXPECT_EQ(extensions, std::vector<std::string>{"foo"s}); in TEST() 53 extensions{"foo"s}; in TEST() local 56 extensionMap, compatibleSystem, extensions); in TEST() 58 EXPECT_EQ(extensions, std::vector<std::string>{".FOO"s}); in TEST() 65 extensions{"foo"s}; in TEST() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | 0010-Adjust-header-include-sequence.patch | 13 extensions/ebt_among.c | 2 +- 14 extensions/ebt_arpreply.c | 2 +- 15 extensions/ebt_nat.c | 2 +- 19 diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c 21 --- a/extensions/ebt_among.c 22 +++ b/extensions/ebt_among.c 33 diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c 35 --- a/extensions/ebt_arpreply.c 36 +++ b/extensions/ebt_arpreply.c 47 diff --git a/extensions/ebt_nat.c b/extensions/ebt_nat.c [all …]
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | meson.build | 4 'input': 'dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service', 9 'dump-extensions/openpower-dumps/dump-extensions.cpp', 10 'dump-extensions/openpower-dumps/dump_manager_system.cpp', 11 'dump-extensions/openpower-dumps/system_dump_entry.cpp', 12 'dump-extensions/openpower-dumps/dump_manager_resource.cpp', 13 'dump-extensions/openpower-dumps/resource_dump_entry.cpp', 14 'dump-extensions/openpower-dumps/op_dump_util.cpp',
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/ |
H A D | 0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch | 14 extensions/Makefile | 4 ++++ 32 @@ -24,13 +22,13 @@ include extensions/Makefile 49 diff --git a/extensions/Makefile b/extensions/Makefile 51 --- a/extensions/Makefile 52 +++ b/extensions/Makefile 53 @@ -5,3 +5,7 @@ EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/arpt_$(T).o) 55 extensions/ebt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h 59 +extensions/arpt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h
|
/openbmc/qemu/ui/ |
H A D | x_keymap.c | 40 char **extensions = XListExtensions(dpy, &nextensions); in check_for_xquartz() local 41 for (i = 0 ; extensions != NULL && i < nextensions ; i++) { in check_for_xquartz() 42 trace_xkeymap_extension(extensions[i]); in check_for_xquartz() 43 if (strcmp(extensions[i], "Apple-WM") == 0 || in check_for_xquartz() 44 strcmp(extensions[i], "Apple-DRI") == 0) { in check_for_xquartz() 48 if (extensions) { in check_for_xquartz() 49 XFreeExtensionList(extensions); in check_for_xquartz()
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | 115 std::vector<std::string>& extensions) in getExtensionsForIbmCompatibleSystem() argument 122 extensions = extensionMapIterator->second; in getExtensionsForIbmCompatibleSystem() 184 const std::vector<std::string>& extensions, in findLinks() argument 218 if (std::find(extensions.begin(), extensions.end(), file.extension()) == in findLinks() 219 extensions.end()) in findLinks() 241 const std::vector<std::string>& extensions) in getBiosAttrStr() argument 299 if (std::find(extensions.begin(), extensions.end(), in getBiosAttrStr() 300 path.stem().extension()) == extensions.end()) in getBiosAttrStr() 326 if (std::find(extensions.begin(), extensions.end(), path.extension()) != in getBiosAttrStr() 327 extensions.end()) in getBiosAttrStr() [all …]
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | Kconfig | 38 bool "Rockchip specific extensions for Analogix DP driver" 43 This selects support for Rockchip SoC specific extensions 53 This selects support for Rockchip SoC specific extensions 59 bool "Rockchip specific extensions for Synopsys DW HDMI" 61 This selects support for Rockchip SoC specific extensions 67 bool "Rockchip specific extensions for Synopsys DW MIPI DSI" 70 This selects support for Rockchip SoC specific extensions 76 bool "Rockchip specific extensions for Innosilicon HDMI" 78 This selects support for Rockchip SoC specific extensions 103 bool "Rockchip specific extensions for RK3066 HDMI" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0005-Pass-noline-flag-to-flex.patch | 13 extensions/expression-language/CMakeLists.txt | 2 +- 16 diff --git a/extensions/expression-language/CMakeLists.txt b/extensions/expression-language/CMakeLi… 18 --- a/extensions/expression-language/CMakeLists.txt 19 +++ b/extensions/expression-language/CMakeLists.txt
|
H A D | 0001-Do-not-use-bundled-packages.patch | 14 extensions/libarchive/CMakeLists.txt | 7 ++----- 86 diff --git a/extensions/libarchive/CMakeLists.txt b/extensions/libarchive/CMakeLists.txt 88 --- a/extensions/libarchive/CMakeLists.txt 89 +++ b/extensions/libarchive/CMakeLists.txt 104 include(${CMAKE_SOURCE_DIR}/extensions/ExtensionHeader.txt)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | 0001-tests-use-EXTENSIONS_DIR.patch | 50 /* Find all extensions which have been compiled along the test */ 51 - TRACE_DEBUG(INFO, "Loading from: '%s'", BUILD_DIR "/extensions"); 52 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 ); 53 - pathlen = snprintf(fullname, sizeof(fullname), BUILD_DIR "/extensions/"); 80 /* Find all extensions which have been compiled along the test */ 81 - LOG_D("Loading %s*.fdx from: '%s'", BUILD_DIR "/extensions", prefix ?: ""); 82 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 ); 83 - pathlen = snprintf(fullname, sizeof(fullname), BUILD_DIR "/extensions/");
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-mypy_1.10.0.bb | 13 python3-mypy-extensions-native \ 16 python3-typing-extensions-native \ 21 python3-mypy-extensions \ 22 python3-typing-extensions \
|
/openbmc/openpower-proc-control/ |
H A D | meson.build | 125 'extensions/phal/common_utils.cpp', 126 'extensions/phal/pdbg_utils.cpp', 127 'extensions/phal/create_pel.cpp', 128 'extensions/phal/phal_error.cpp', 129 'extensions/phal/dump_utils.cpp', 229 'extensions/phal/devtree_export.cpp', 230 'extensions/phal/fw_update_watch.cpp', 231 'extensions/phal/pdbg_utils.cpp', 232 'extensions/phal/create_pel.cpp', 249 'extensions/phal/clock_logger_main.cpp', [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | meson.build | 15 '../../extensions/openpower-pels/host_notifier.cpp', 16 '../../extensions/openpower-pels/repository.cpp', 29 '../../extensions.cpp', 45 'sources': ['../../extensions/openpower-pels/repository.cpp'], 57 'sources': ['../../extensions/openpower-pels/temporary_file.cpp'],
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | k3-dw-mshc.txt | 1 * Hisilicon specific extensions to the Synopsys Designware Mobile 10 extensions to the Synopsys Designware Mobile Storage Host Controller. 15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. 17 with hi3670 specific extensions. 18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 52 unsigned char extensions[] /* MAC + data extensions */ 74 #define get_elem(extensions, id, dsize) \ argument 75 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 77 #define get_const_elem(extensions, id, dsize) \ argument 78 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 90 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test() 104 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test() 148 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add() 192 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list() 289 a->extensions == b->extensions; in bitmap_ipmac_same_set()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | isofs.rst | 16 when using discs encoded using Microsoft's Joliet extensions. 38 map=acorn As map=normal but also apply Acorn extensions if present 40 extensions set the permissions otherwise 42 extensions set the permissions otherwise 44 'mode' and 'dmode' even though Rock Ridge extensions are 46 nojoliet Ignore Joliet extensions if they are present. 47 norock Ignore Rock Ridge extensions if they are present.
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | run-ci.sh | 2 /usr/bin/env python3 extensions/openpower-pels/registry/tools/validate_registry.py \ 3 -s extensions/openpower-pels/registry/schema/schema.json \ 4 -r extensions/openpower-pels/registry/message_registry.json
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | Kconfig | 39 bool "Generic VFIO PCI extensions for Intel graphics (GVT-d)" 43 Support for Intel IGD specific extensions to enable direct 52 bool "VFIO PCI extensions for s390x KVM passthrough" 56 Support s390x-specific extensions to enable support for enhancements 60 To enable s390x KVM vfio-pci extensions, say Y.
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | programming-language.rst | 17 這種方言包含對語言 :ref:`gnu-extensions <tw_gnu-extensions>` 的許多擴展,當然,它們許多都在內核中使用。 61 .. _tw_gnu-extensions: 63 gnu-extensions
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | programming-language.rst | 14 这种方言包含对语言 :ref:`gnu-extensions <cn_gnu-extensions>` 的许多扩展,当然,它们许多都在内核中使用。 58 .. _cn_gnu-extensions: 60 gnu-extensions
|
/openbmc/qemu/target/riscv/ |
H A D | XVentanaCondOps.decode | 9 # Custom ISA extensions for Ventana Micro Systems RISC-V cores 10 …ttps://github.com/ventanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana-custom-e…
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo/ |
H A D | disable-xkb.patch | 8 AC_CHECK_HEADERS([X11/extensions/multibuf.h X11/extensions/XShm.h],,,[#include <X11/Xlib.h>]) 17 AC_CHECK_HEADERS([X11/extensions/XKB.h X11/XKBlib.h],,,[#include <X11/Xlib.h>])
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | Kconfig | 26 - NEON (Advanced SIMD) extensions 37 - NEON (Advanced SIMD) extensions 108 - NEON (Advanced SIMD) extensions 186 - NEON (Advanced SIMD) extensions 199 - NEON (Advanced SIMD) extensions 219 - NEON (Advanced SIMD) extensions 231 - NEON (Advanced SIMD) extensions 250 - NEON (Advanced SIMD) extensions 266 - NEON (Advanced SIMD) extensions 282 - NEON (Advanced SIMD) extensions [all …]
|