/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | linux-yocto_6.12.bb | 1 KBRANCH ?= "v6.12/standard/base" 10 KBRANCH:qemuarm ?= "v6.12/standard/arm-versatile-926ejs" 11 KBRANCH:qemuarm64 ?= "v6.12/standard/base" 12 KBRANCH:qemumips ?= "v6.12/standard/mti-malta32" 13 KBRANCH:qemuppc ?= "v6.12/standard/qemuppc" 14 KBRANCH:qemuriscv64 ?= "v6.12/standard/base" 15 KBRANCH:qemuriscv32 ?= "v6.12/standard/base" 16 KBRANCH:qemux86 ?= "v6.12/standard/base" 17 KBRANCH:qemux86.104 ?= "v6.12/standard/base" 18 KBRANCH:qemuloongarch64 ?= "v6.12/standard/base" [all …]
|
H A D | linux-yocto-tiny_6.12.bb | 1 KBRANCH ?= "v6.12/standard/tiny/base"
|
H A D | kernel-devsrc.bb | 147 # for v6.1+ (otherwise we are missing multiple default targets) 150 # For v6.6+ the debian packing is moved out to seperate rules file 180 # v6.1+ 227 # v6,1+ 239 # v6.1+ 269 # v6.1+ 321 # v6.1+ 329 # moved from arch/mips to all arches for v6.1+
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | test-2150.c | 7 "movi v6.4s, #1\n" in main() 9 "sub v6.2d, v7.2d, v6.2d\n" in main() 10 : : : "v6", "v7"); in main()
|
/openbmc/qemu/disas/ |
H A D | sparc.c | 264 #define v6 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_SPARCLET \ macro 266 /* v6 insns not supported on the sparclet. */ 284 /* v6 insns not supported by v9. */ 363 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 }, 364 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */ 365 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, v6 }, 366 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, v6 }, 367 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, v6 }, 368 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, v6 }, /* ld [rs1+0],d */ 369 { "ld", F3(3, 0x20, 0), F3(~3, ~0x20, ~0), "[1+2],g", 0, v6 }, [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v69_hvx.c | 53 "v6 = vmem(%1 + #0)\n\t" in test_vasrvuhubrndsat() 54 "v5.ub = vasr(v5:4.uh, v6.ub):rnd:sat\n\t" in test_vasrvuhubrndsat() 57 : "v4", "v5", "v6", "memory"); in test_vasrvuhubrndsat() 90 "v6 = vmem(%1 + #0)\n\t" in test_vasrvuhubsat() 91 "v5.ub = vasr(v5:4.uh, v6.ub):sat\n\t" in test_vasrvuhubsat() 94 : "v4", "v5", "v6", "memory"); in test_vasrvuhubsat() 127 "v6 = vmem(%1 + #0)\n\t" in test_vasrvwuhrndsat() 128 "v5.uh = vasr(v5:4.w, v6.uh):rnd:sat\n\t" in test_vasrvwuhrndsat() 131 : "v4", "v5", "v6", "memory"); in test_vasrvwuhrndsat() 164 "v6 = vmem(%1 + #0)\n\t" in test_vasrvwuhsat() [all …]
|
H A D | hvx_histogram_row.S | 116 { v6.h = vshuff(v6.h) 123 v6.w = vdmpy(v6.h, r10.h):sat 205 { vshuff(v7, v6, r28) 210 v6.w = vadd(v7.w, v6.w) 242 vshuff(v6, v4, r7) 251 v4.w = vadd(v4.w, v6.w)
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | EthernetInterface.interface.yaml | 109 formats refer RFC 2373. Refer below man page for both v4 and v6 130 - name: v6 138 Enable IPv4 DHCP and IPv6 SLAAC v6: Enable IPv6 Stateful DHCP 144 - name: v6
|
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_ethernet_interface.cpp | 69 value == DHCPConf::v6 || value == DHCPConf::both); in dhcpEnabled() 73 value == DHCPConf::v6 || value == DHCPConf::both); in dhcpEnabled() 86 return dhcp4() ? DHCPConf::both : DHCPConf::v6; in dhcpEnabled()
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_version.cpp | 40 "\tskiboot-v6.2\n" in TEST() 56 "skiboot-v6.2," in TEST()
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | unpack.cpp | 285 // [v8, v7, v6, v5, v4, v3, v2, v1] in TEST() 288 bool v8, v7, v6, v5; in TEST() local 291 ASSERT_EQ(p.unpack(v1, v2, v3, v4, v5, v6, v7, v8), 0); in TEST() 302 ASSERT_EQ(v6, k6); in TEST() 311 // [v7, v6, v5, v4, v3, v2, v1] in TEST() 314 bool v7, v6, v5; in TEST() local 317 ASSERT_EQ(p.unpack(v1, v2, v3, v4, v5, v6, v7), 0); in TEST() 328 ASSERT_EQ(v6, k6); in TEST() 335 // [v8, v7, v6, v5, v4, v3, v2, v1] in TEST() 339 bool v8, v7, v6, v5; in TEST() local [all …]
|
H A D | pack.cpp | 103 // [v8, v7, v6, v5, v4, v3, v2, v1] in TEST() 105 bool v8 = true, v7 = true, v6 = false, v5 = false; in TEST() local 107 p.pack(v1, v2, v3, v4, v5, v6, v7, v8); in TEST() 428 // v6[3:0] will occupy k[3][7:0] v6[11:4] will occupy k[4][7:0] in TEST() 429 // v6[19:12] will occupy k[5][7:0] v6[27:20] will occupy k[6][7:0] in TEST() 430 // v6[31:28] will occupy k[7][3:0] in TEST() 438 uint32_t v6 = 0xdbc3bd3c; // binary 0b11011011110000111011110100111100 in TEST() local 443 p.pack(v1, v2, v3, v4, v5, v6, v7); in TEST()
|
/openbmc/phosphor-networkd/src/ |
H A D | util.cpp | 158 return DHCPVal{.v4 = true, .v6 = false}; in systemdParseDHCP() 162 return DHCPVal{.v4 = false, .v6 = true}; in systemdParseDHCP() 166 return DHCPVal{.v4 = *b, .v6 = *b}; in systemdParseDHCP() 214 .value_or(DHCPVal{.v4 = true, .v6 = true}); in getDHCPValue()
|
H A D | util.hpp | 57 bool v4, v6; member 63 v6 enumerator
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | socket_manager.cpp | 52 // Because we aren't sure whether the v6 or v4 target IP will be present, in SendDatagram() 55 // Send serialized data (v6) in SendDatagram()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
H A D | arch-armv6m.inc | 1 # Tuning for ARMV6-m defined in ARM v6-M ArchitectureReference Manual
|
/openbmc/qemu/target/arm/ |
H A D | cpu-param.h | 28 * ARMv7 and later CPUs have 4K pages minimum, but ARMv5 and v6
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | setjmp.S | 15 * variants that designate r9 as v6).
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | EthernetInterface.v1_12_4.json | 152 "longDescription": "This type shall describe the configuration of DHCP v6.", 183 … "description": "An indication of whether the interface uses DHCP v6-supplied DNS servers.", 184 …escription": "This property shall indicate whether the interface uses DHCP v6-supplied DNS servers… 193 … "description": "An indication of whether this interface uses a DHCP v6-supplied domain name.", 194 …cription": "This property shall indicate whether the interface uses a DHCP v6-supplied domain name… 203 … "description": "An indication of whether the interface uses DHCP v6-supplied NTP servers.", 204 …escription": "This property shall indicate whether the interface uses DHCP v6-supplied NTP servers… 213 …ce uses DHCP v6 rapid commit mode for stateful mode address assignments. Do not enable this optio… 214 …escription": "This property shall indicate whether the interface uses DHCP v6 rapid commit mode fo… 327 "longDescription": "This property shall contain the configuration of DHCP v6.",
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | EthernetInterface.v1_12_4.json | 152 "longDescription": "This type shall describe the configuration of DHCP v6.", 183 … "description": "An indication of whether the interface uses DHCP v6-supplied DNS servers.", 184 …escription": "This property shall indicate whether the interface uses DHCP v6-supplied DNS servers… 193 … "description": "An indication of whether this interface uses a DHCP v6-supplied domain name.", 194 …cription": "This property shall indicate whether the interface uses a DHCP v6-supplied domain name… 203 … "description": "An indication of whether the interface uses DHCP v6-supplied NTP servers.", 204 …escription": "This property shall indicate whether the interface uses DHCP v6-supplied NTP servers… 213 …ce uses DHCP v6 rapid commit mode for stateful mode address assignments. Do not enable this optio… 214 …escription": "This property shall indicate whether the interface uses DHCP v6 rapid commit mode fo… 327 "longDescription": "This property shall contain the configuration of DHCP v6.",
|
/openbmc/qemu/linux-user/include/host/arm/ |
H A D | host-signal.h | 35 * In the FSR, bit 11 is WnR, assuming a v6 or in host_signal_write()
|
/openbmc/bmcweb/http/ |
H A D | app.hpp | 141 getIoContext(), boost::asio::ip::tcp::v6(), listenFd), in setupSocket() 152 tcp::endpoint end(tcp::v6(), defaultPort); in setupSocket()
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | schneider.robot | 43 # Schneider Electric Network Management Card AOS v6.9.6 44 # (c) Copyright 2020 All Rights Reserved RPDU 2g APP v6.9.6
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | armv5.patch | 4 Subject: [PATCH] The ISB instruction isn't available in ARMv5 or v6, so guard
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
H A D | 0001-dlm_controld-remove-unnecessary-header-include.patch | 7 kernel v6.4. The user space part was already dropped by commit 34ea31e7
|