/openbmc/qemu/disas/ |
H A D | m68k.c | 2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro 2229 {"bfchg", 4, two(0165300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2230 {"bfclr", 4, two(0166300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2231 {"bfexts", 4, two(0165700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2232 {"bfextu", 4, two(0164700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2233 {"bfffo", 4, two(0166700, 0), two(0177700, 0100000), "/sO2O3D1", m68020up }, 2234 {"bfins", 4, two(0167700, 0), two(0177700, 0100000), "D1?sO2O3", m68020up }, 2235 {"bfset", 4, two(0167300, 0), two(0177700, 0170000), "?sO2O3", m68020up }, 2236 {"bftst", 4, two(0164300, 0), two(0177700, 0170000), "/sO2O3", m68020up }, 2265 {"cas2w", 6, two(0006374,0), two(0177777,0007070), "D3D6D2D5r1r4", m68020up }, [all …]
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-arm.c | 1176 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument 1177 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]") \ in kprobe_arm_test_cases() 1178 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases() 1179 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]!") \ in kprobe_arm_test_cases() 1180 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #-4]!") \ in kprobe_arm_test_cases() 1181 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #4") \ in kprobe_arm_test_cases() 1182 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #-4") \ in kprobe_arm_test_cases() 1183 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], {1}") \ in kprobe_arm_test_cases() 1184 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #4]") \ in kprobe_arm_test_cases() 1185 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #-4]") \ in kprobe_arm_test_cases() [all …]
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 80 double two = i_two, two_bump = two * 0.01; in approx() local 83 two_bump = two + MAX(two_bump, 2.0); in approx() 86 if (one == two || in approx() 87 (one > two && one <= two_bump) || in approx() 88 (two > one && two <= one_bump)) in approx() 101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare() argument 106 (long long)one, name_eval, (long long)two); in compare() 111 if (two > INT_MAX) { in compare() 112 printf("Miscalculation! Measurement went negative: %lld\n", (long long)two); in compare() 116 good = eval(one, two); in compare()
|
/openbmc/linux/lib/ |
H A D | stackinit_kunit.c | 82 zero.two = 0; \ 97 #define __static_partial { .two = 0, } 99 .two = 0, \ 103 #define __dynamic_partial { .two = arg->two, } 105 .two = arg->two, \ 109 #define __runtime_partial var.two = 0 111 var.two = 0; \ 245 unsigned long two; member 253 char two; member 262 u8 two; member [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_conversion.cpp | 15 two enumerator 38 std::make_pair<std::string_view, Enum>("two", Enum::two)}}; 55 EXPECT_EQ(toEnum(2), Enum::two); in TEST_F() 67 EXPECT_THAT(utils::toUnderlying(Enum::two), Eq(2)); in TEST_F() 74 EXPECT_THAT(enumToString(Enum::two), Eq("two")); in TEST_F() 81 EXPECT_THAT(toEnum("two"), Eq(Enum::two)); in TEST_F()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,audmix.txt | 3 The Audio Mixer is a on-chip functional module that allows mixing of two 4 audio streams into a single audio stream. Audio Mixer has two input serial 5 audio interfaces. These are driven by two Synchronous Audio interface 8 from two interfaces into a single sample. Before mixing, audio samples of 9 two inputs can be attenuated based on configuration. The output of the 20 Mixing operation is independent of audio sample rate but the two audio 37 DAIs. The current implementation requires two phandles
|
H A D | mvebu-audio.txt | 13 With "marvell,armada-380-audio" two other regions are required: 20 with "marvell,dove-audio", a list of two interrupts, the first for 23 - clocks: one or two phandles.
|
/openbmc/u-boot/doc/ |
H A D | README.VSC3316-3308 | 10 … 8 input and 8 output ports. Programming of these devices are performed by two-wire or four-wire s… 15 First thing required is to program it to interface with either two-wire or four-wire interface. 16 … the interface is two-wire I2C serial interface. So the value in Interface mode register at addres… 23 …two-wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So th…
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/ |
H A D | libalgorithm-diff-perl_1.15.bb | 1 SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \ 3 DESCRIPTION = "This is a module for computing the difference between two files, \ 4 two strings, or any other two lists of things. It uses an intelligent \
|
/openbmc/sdbusplus/test/async/ |
H A D | task.cpp | 32 static auto two(bool& executed) -> task<> in TEST() function 44 stdexec::sync_wait(_::two(executed)); in TEST() 58 static auto two(bool& caught) -> task<> in TEST() function 76 stdexec::sync_wait(_::two(caught)); in TEST()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | compare.idef | 208 "Pack the odd and even bits of two predicate registers", 237 "Conditionally combine two words into a register pair", 245 "Conditionally combine two words into a register pair", 253 "Conditionally combine two words into a register pair", 261 "Conditionally combine two words into a register pair", 308 "Compare elements of two vectors ", 317 "Compare elements of two vectors ", 326 "Compare elements of two vectors ", 336 "Compare elements of two vectors ", 347 "Compare elements of two vectors ", [all …]
|
/openbmc/linux/arch/sh/boards/mach-r2d/ |
H A D | Kconfig | 11 R2D-PLUS is the smaller of the two R2D board versions, equipped 19 R2D-1 is the larger of the two R2D board versions, equipped 20 with two PCI slots.
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 98 int *f, two = 2; in bpf_prog1() local 100 f = bpf_map_lookup_elem(&sock_skb_opts, &two); in bpf_prog1() 239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 252 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog4() 269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 286 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog6() 354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local 366 start_push = bpf_map_lookup_elem(&sock_bytes, &two); in bpf_prog10()
|
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | short_splice_read.sh | 100 two=$(echo "$full" | grep -m1 . | cut -c-2) 110 if ! do_splice "$filename" 2 "$two" "'$two'" ; then
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subprogs.c | 15 char two = '2'; in toggle_jit_harden() local 20 write(ctx->fd, &two, sizeof(two)); in toggle_jit_harden()
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | entity-example.md | 40 # two ranges of entity instances; this record has contained entities 55 # The below two records have: 103 # This record has contained entities as two ranges of entity instances 116 # The below two records have: 124 # This record has contained entities as two ranges of entity instances 142 # This record has contained entities as two ranges of entity instances
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | unstriped.rst | 85 Intel NVMe drives contain two cores on the physical device. 88 in a 256k stripe across the two cores:: 97 neighbor environments. When two partitions are created on the 100 are striped across the two cores. When we unstripe this hardware RAID 0 101 and make partitions on each new exposed device the two partitions are now 121 There will now be two devices that expose Intel NVMe core 0 and 1
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio_atmel.txt | 7 - #gpio-cells: Should be two. The first cell is the pin number and 12 - #interrupt-cells: Should be two. The first cell is the pin number and the 13 second cell is used to specify irq type flags, see the two cell description
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-bad-section.json | 8 # @two is undocumented 10 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }
|
H A D | union-optional-discriminator.json | 2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] } 10 'two': 'Branch' } }
|
H A D | union-discriminator-bad-name.json | 2 { 'enum': 'Enum', 'data': [ 'one', 'two' ] } 10 'two': 'Branch' } }
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
H A D | usb.txt | 5 - reg : the first two cells should contain usb registers location and 6 length, the next two two cells should contain PRAM location and
|
/openbmc/linux/arch/sh/lib/ |
H A D | checksum.S | 54 add #-2, r5 ! Alignment uses up two bytes. 56 bt/s 1f ! Jump if we had at least two bytes. 178 add #-2,r6 ! Alignment uses up two bytes. 179 cmp/pz r6 ! Jump if we had at least two bytes. 224 ! src and dest equally aligned, but to a two byte boundary. 225 ! Handle first two bytes as a special case
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | usercopy.c | 137 unsigned char *one, *two; in do_usercopy_slab_size() local 143 two = kmalloc(size, GFP_KERNEL); in do_usercopy_slab_size() 144 if (!one || !two) { in do_usercopy_slab_size() 158 memset(two, 'B', size); in do_usercopy_slab_size() 195 kfree(two); in do_usercopy_slab_size()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 4 # file. It is calculated from the VERSION_ID field which currently has two 5 # formats. The revision field is 4 bytes, the first two bytes represent the 6 # count of commits from the tagging and next two bytes represent the version.
|