Home
last modified time | relevance | path

Searched +full:- +full:r (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1 drwxr-xr-x root root 4096 ./bin
2 lrwxrwxrwx root root 19 ./bin/ash -> /bin/busybox.nosuid
3 lrwxrwxrwx root root 25 ./bin/base64 -> /usr/bin/base64.coreutils
4 -rwxr-xr-x root root 1190872 ./bin/bash.bash
5 lrwxrwxrwx root root 14 ./bin/bash -> /bin/bash.bash
6 lrwxrwxrwx root root 14 ./bin/busybox -> busybox.nosuid
7 -rwxr-xr-x root root 613008 ./bin/busybox.nosuid
8 -rwsr-xr-x root root 59440 ./bin/busybox.suid
9 lrwxrwxrwx root root 18 ./bin/cat -> /bin/cat.coreutils
10 -rwxr-xr-x root root 47336 ./bin/cat.coreutils
[all …]
H A Dbuildhistory_filelist1.txt1 drwxr-xr-x root root 4096 ./bin
2 lrwxrwxrwx root root 19 ./bin/ash -> /bin/busybox.nosuid
3 lrwxrwxrwx root root 25 ./bin/base64 -> /usr/bin/base64.coreutils
4 -rwxr-xr-x root root 1190872 ./bin/bash.bash
5 lrwxrwxrwx root root 14 ./bin/bash -> /bin/bash.bash
6 lrwxrwxrwx root root 14 ./bin/busybox -> busybox.nosuid
7 -rwxr-xr-x root root 613008 ./bin/busybox.nosuid
8 -rwsr-xr-x root root 59440 ./bin/busybox.suid
9 lrwxrwxrwx root root 18 ./bin/cat -> /bin/cat.coreutils
10 -rwxr-xr-x root root 47336 ./bin/cat.coreutils
[all …]
/openbmc/qemu/target/openrisc/
H A Ddisas.c21 #include "disas/dis-asm.h"
27 /* Include the auto-generated decoder. */
28 #include "decode-insns.c.inc"
31 (info->fprintf_func(info->stream, "%-9s " format, \
40 status = info->read_memory_func(addr, buffer, 4, info); in print_insn_or1k()
42 info->memory_error_func(status, addr, info); in print_insn_or1k()
43 return -1; in print_insn_or1k()
60 INSN(add, "r%d, r%d, r%d", a->d, a->a, a->b)
61 INSN(addc, "r%d, r%d, r%d", a->d, a->a, a->b)
62 INSN(sub, "r%d, r%d, r%d", a->d, a->a, a->b)
[all …]
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c18 #include <linux/pinctrl/pinconf-generic.h>
24 #include "pinctrl-utils.h"
68 TYPE_ND, /* Normal-drive */
69 TYPE_HD, /* High-drive */
70 TYPE_HS, /* High-speed */
240 LPC_P(0,0, GPIO, SSP1, ENET, SGPIO, R, R, I2S0_TX_WS,I2S1, 0, ND);
241 LPC_P(0,1, GPIO, SSP1,ENET_ALT,SGPIO, R, R, ENET, I2S1, 0, ND);
242 LPC_P(1,0, GPIO, CTIN, EMC, R, R, SSP0, SGPIO, R, 0, ND);
243 LPC_P(1,1, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
244 LPC_P(1,2, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
[all …]
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-arm.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * arch/arm/kernel/kprobes-test-arm.c
14 #include "test-core.h"
55 TEST_GROUP("Data-processing (register), (register-shifted register), (immediate)") in kprobe_arm_test_cases()
58 TEST_RR( op s "eq r0, r",1, VAL1,", r",2, val, "") \ in kprobe_arm_test_cases()
59 TEST_RR( op s "ne r1, r",1, VAL1,", r",2, val, ", lsl #3") \ in kprobe_arm_test_cases()
60 TEST_RR( op s "cs r2, r",3, VAL1,", r",2, val, ", lsr #4") \ in kprobe_arm_test_cases()
61 TEST_RR( op s "cc r3, r",3, VAL1,", r",2, val, ", asr #5") \ in kprobe_arm_test_cases()
62 TEST_RR( op s "mi r4, r",5, VAL1,", r",2, N(val),", asr #6") \ in kprobe_arm_test_cases()
63 TEST_RR( op s "pl r5, r",5, VAL1,", r",2, val, ", ror #7") \ in kprobe_arm_test_cases()
[all …]
H A Dtest-thumb.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * arch/arm/probes/kprobes/test-thumb.c
13 #include "test-core.h"
65 TEST_R( "lsls r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases()
66 TEST_R( "lsls r0, r",7,VAL2,", #11") in kprobe_thumb16_test_cases()
67 TEST_R( "lsrs r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases()
68 TEST_R( "lsrs r0, r",7,VAL2,", #11") in kprobe_thumb16_test_cases()
69 TEST_R( "asrs r7, r",0,VAL1,", #5") in kprobe_thumb16_test_cases()
70 TEST_R( "asrs r0, r",7,VAL2,", #11") in kprobe_thumb16_test_cases()
71 TEST_RR( "adds r2, r",0,VAL1,", r",7,VAL2,"") in kprobe_thumb16_test_cases()
[all …]
/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.h1 /* SPDX-License-Identifier: GPL-2.0
3 * SH7786 PCI-Express controller definitions.
11 /* PCIe bus-0(x4) on SH7786 */ // Rev1.171
30 /* PCI0: PCI memory target transfer 32-bit address translation value(Rev1.11T)*/
34 #define SH4A_PCIEVCR0 (0x000000) /* R - 0x0000 0000 32 */
43 #define SH4A_PCIEVCR1 (0x000004) /* R - 0x0000 0000 32*/
44 #define BITS_BADOPC (5) /* 5 BADOPC 0 R/W */
46 #define BITS_BADDEST (4) /*4 BADDEST 0 R/W */
48 #define BITS_UNSOLRESP (3) /* 3 UNSOLRESP 0 R/W */
56 #define SH4A_PCIEENBLR (0x000008) /* R/W - 0x0000 0001 32 */
[all …]
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 #define REGS_IP(r) ((r)[HOST_IP]) argument
12 #define REGS_SP(r) ((r)[HOST_SP]) argument
13 #define REGS_EFLAGS(r) ((r)[HOST_EFLAGS]) argument
14 #define REGS_AX(r) ((r)[HOST_AX]) argument
15 #define REGS_BX(r) ((r)[HOST_BX]) argument
16 #define REGS_CX(r) ((r)[HOST_CX]) argument
17 #define REGS_DX(r) ((r)[HOST_DX]) argument
18 #define REGS_SI(r) ((r)[HOST_SI]) argument
19 #define REGS_DI(r) ((r)[HOST_DI]) argument
[all …]
H A Dptrace_64.h3 * Copyright (C) 2003 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
13 #define REGS_R8(r) ((r)[HOST_R8]) argument
14 #define REGS_R9(r) ((r)[HOST_R9]) argument
15 #define REGS_R10(r) ((r)[HOST_R10]) argument
16 #define REGS_R11(r) ((r)[HOST_R11]) argument
17 #define REGS_R12(r) ((r)[HOST_R12]) argument
18 #define REGS_R13(r) ((r)[HOST_R13]) argument
19 #define REGS_R14(r) ((r)[HOST_R14]) argument
20 #define REGS_R15(r) ((r)[HOST_R15]) argument
29 /* Also defined in asm/ptrace-x86_64.h, but not in libc headers. So, these
[all …]
/openbmc/linux/include/linux/
H A Dptr_ring.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
10 * This is a limited-size FIFO maintaining pointers in FIFO order, with
13 * This implementation tries to minimize cache-contention when there is a
37 /* Read-only by both the producer and the consumer */
49 static inline bool __ptr_ring_full(struct ptr_ring *r) in __ptr_ring_full() argument
51 return r->queue[r->producer]; in __ptr_ring_full()
54 static inline bool ptr_ring_full(struct ptr_ring *r) in ptr_ring_full() argument
58 spin_lock(&r->producer_lock); in ptr_ring_full()
59 ret = __ptr_ring_full(r); in ptr_ring_full()
60 spin_unlock(&r->producer_lock); in ptr_ring_full()
[all …]
/openbmc/qemu/tcg/ppc/
H A Dtcg-target-con-set.h1 /* SPDX-License-Identifier: MIT */
3 * Define PowerPC target-specific constraint sets.
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
12 C_O0_I1(r)
13 C_O0_I2(r, r)
14 C_O0_I2(r, rC)
15 C_O0_I2(v, r)
16 C_O0_I3(r, r, r)
17 C_O0_I3(o, m, r)
18 C_O0_I4(r, r, ri, ri)
[all …]
/openbmc/linux/arch/x86/um/asm/
H A Dptrace.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #define __FRAME_OFFSETS /* Needed to get the R* macros */
9 #include <asm/ptrace-generic.h>
11 #define user_mode(r) UPT_IS_USER(&(r)->regs) argument
13 #define PT_REGS_AX(r) UPT_AX(&(r)->regs) argument
14 #define PT_REGS_BX(r) UPT_BX(&(r)->regs) argument
15 #define PT_REGS_CX(r) UPT_CX(&(r)->regs) argument
16 #define PT_REGS_DX(r) UPT_DX(&(r)->regs) argument
18 #define PT_REGS_SI(r) UPT_SI(&(r)->regs) argument
19 #define PT_REGS_DI(r) UPT_DI(&(r)->regs) argument
[all …]
/openbmc/qemu/tcg/s390x/
H A Dtcg-target-con-set.h1 /* SPDX-License-Identifier: MIT */
3 * Define S390 target-specific constraint sets.
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
15 C_O0_I1(r)
16 C_O0_I2(r, r)
17 C_O0_I2(r, ri)
18 C_O0_I2(r, rC)
19 C_O0_I2(v, r)
20 C_O0_I3(o, m, r)
21 C_O1_I1(r, r)
[all …]
/openbmc/ipmitool/contrib/
H A Doem_ibm_sel_map1 …"XX","XX","XX","XX","XX","XX","0x01","0x00","Chassis Number","R","R","0x00","CPU shutdown - Potent…
2 … Memory Card","Spare Memory Card","0x00","Memory Mirrored Failover Occurred - System running from …
5 …X","XX","XX","XX","0x03","0x00","Chassis Number","Scalability Port Number","R","0x00","Scalability…
6 …X","XX","XX","XX","0x03","0x01","Chassis Number","Scalability Port Number","R","0x00","Scalability…
7 …X","XX","XX","XX","0x03","0x02","Chassis Number","Scalability Port Number","R","0x00","Scalability…
8 …X","XX","XX","XX","0x03","0x03","Chassis Number","Scalability Port Number","R","0x00","Scalability…
9 …X","XX","XX","XX","0x03","0x80","Chassis Number","Scalability Port Number","R","0x00","Scalability…
10 …X","XX","XX","XX","0x03","0x81","Chassis Number","Scalability Port Number","R","0x00","Scalability…
11 …X","XX","XX","XX","0x03","0x82","Chassis Number","Scalability Port Number","R","0x00","Scalability…
12 …X","XX","XX","XX","0x03","0x83","Chassis Number","Scalability Port Number","R","0x00","Scalability…
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h5 #define MSM_MEDIA_ALIGN(__sz, __align) (((__align) & ((__align) - 1)) ?\
6 ((((__sz) + (__align) - 1) / (__align)) * (__align)) :\
7 (((__sz) + (__align) - 1) & (~((__align) - 1))))
11 #define MSM_MEDIA_ROUNDUP(__sz, __r) (((__sz) + ((__r) - 1)) / (__r))
24 * <-------- Y/UV_Stride -------->
25 * <------- Width ------->
44 * . . . . . . . . . . . . . . . . --> Buffer size alignment
50 * Extradata: Arbitrary (software-imposed) padding
62 * <-------- Y/UV_Stride -------->
63 * <------- Width ------->
[all …]
/openbmc/qemu/pc-bios/
HDopenbios-ppc ... THXZ^`gikmsuwy{ LP\b} UJVLNP\bdefopqr} R W R &' JN $%-. R j ...
/openbmc/qemu/tests/tcg/hexagon/
H A Dfpstuff.c2 * Copyright(c) 2020-2023 Qualcomm Innovation Center, Inc. All Rights Reserved.
60 : "=r"(cmp), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_compare_exception()
69 : "=r"(cmp), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_compare_exception()
78 : "=r"(cmp), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_compare_exception()
87 : "=r"(cmp), "=r"(usr) : "r"(DF_QNaN), "r"(DF_any) in check_compare_exception()
96 : "=r"(cmp), "=r"(usr) : "r"(DF_QNaN), "r"(DF_any) in check_compare_exception()
105 : "=r"(cmp), "=r"(usr) : "r"(DF_QNaN), "r"(DF_any) in check_compare_exception()
125 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax()
133 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_any) in check_sfminmax()
147 : "=r"(minmax), "=r"(usr) : "r"(SF_QNaN), "r"(SF_QNaN) in check_sfminmax()
[all …]
/openbmc/u-boot/lib/
H A Dslre.c2 * Copyright (c) 2004-2005 Sergey Lyubka <valenok@gmail.com>
5 * "THE BEER-WARE LICENSE" (Revision 42):
52 {"STARQ", 1, "o"}, /* Non-greedy STAR, "*?" */
53 {"PLUSQ", 1, "o"}, /* Non-greedy PLUS, "+?" */
56 {"NONSPACE", 0, ""}, /* Match non-space, "\S" */
78 * records the beginning of the matched substring (cap->ptr), CLOSE
79 * sets the length (cap->len) for respective capture_number.
89 * STARQ, PLUSQ are non-greedy versions of STAR and PLUS.
119 slre_dump(const struct slre *r, FILE *fp) in slre_dump() argument
123 for (pc = 0; pc < r->code_size; pc++) { in slre_dump()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch14 Upstream-Status: Inappropriate [musl]
16 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
18 Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
20 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
22 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
24 ---
25 src/basic/cgroup-util.c | 12 ++++++------
26 src/basic/namespace-util.c | 4 ++--
27 src/basic/procfs-util.c | 4 ++--
28 src/basic/sysctl-util.c | 2 +-
[all …]
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h6 * SPDX-License-Identifier: GPL-2.0-or-later
16 PMBUS_PAGE = 0x00, /* R/W byte */
17 PMBUS_OPERATION = 0x01, /* R/W byte */
18 PMBUS_ON_OFF_CONFIG = 0x02, /* R/W byte */
20 PMBUS_PHASE = 0x04, /* R/W byte */
21 PMBUS_PAGE_PLUS_WRITE = 0x05, /* Block Write-only */
22 PMBUS_PAGE_PLUS_READ = 0x06, /* Block Read-only */
23 PMBUS_WRITE_PROTECT = 0x10, /* R/W byte */
26 PMBUS_STORE_DEFAULT_CODE = 0x13, /* Write-only Byte */
27 PMBUS_RESTORE_DEFAULT_CODE = 0x14, /* Write-only Byte */
[all …]
/openbmc/bmcweb/test/include/
H A Dmultipart_test.cpp1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors
29 "-----------------------------d74496d66958873e\r\n" in TEST_F()
30 "Content-Disposition: form-data; name=\"Test1\"\r\n\r\n" in TEST_F()
31 "111111111111111111111111112222222222222222222222222222222\r\n" in TEST_F()
32 "-----------------------------d74496d66958873e\r\n" in TEST_F()
33 "Content-Disposition: form-data; name=\"Test2\"\r\n\r\n" in TEST_F()
34 "{\r\n-----------------------------d74496d66958873e123456\r\n" in TEST_F()
35 "-----------------------------d74496d66958873e\r\n" in TEST_F()
36 "Content-Disposition: form-data; name=\"Test3\"\r\n\r\n" in TEST_F()
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dcode_update.md7 [code-update.md](https://github.com/openbmc/docs/blob/master/designs/code-update.md)
9 - UBI Format
12 https://jenkins.openbmc.org/job/latest-master/ and run as follows:
20 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub…
25 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ub…
29 https://openpower.xyz/job/openpower-op-build/ and run as follows:
37 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in…
42 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in…
47 Currently supported BMC and PNOR update formats are UBI and non-UBI. For code
49 [code-update.md](https://github.com/openbmc/docs/blob/master/designs/code-update.md)
[all …]
/openbmc/qemu/tcg/i386/
H A Dtcg-target-con-set.h1 /* SPDX-License-Identifier: MIT */
3 * Define i386 target-specific constraint sets.
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
18 C_O0_I1(r)
20 C_O0_I2(qi, r)
21 C_O0_I2(re, r)
22 C_O0_I2(ri, r)
23 C_O0_I2(r, reT)
25 C_O0_I2(x, r)
29 C_O0_I4(r, r, ri, ri)
[all …]
/openbmc/linux/kernel/
H A Dresource_kunit.c1 // SPDX-License-Identifier: GPL-2.0+
31 struct resource r; member
37 .r1 = &r1, .r2 = &r0, .r.start = R0_START, .r.end = R0_END, .ret = true,
39 .r1 = &r2, .r2 = &r0, .r.start = R0_START, .r.end = R0_END, .ret = true,
41 .r1 = &r3, .r2 = &r0, .r.start = R0_START, .r.end = R0_END, .ret = true,
43 .r1 = &r4, .r2 = &r0, .r.start = R0_START, .r.end = R0_END, .ret = true,
49 .r1 = &r4, .r2 = &r1, .r.start = R1_START, .r.end = R4_END, .ret = true,
53 .r1 = &r2, .r2 = &r4, .r.start = R4_START, .r.end = R4_END, .ret = true,
55 .r1 = &r3, .r2 = &r4, .r.start = R4_START, .r.end = R3_END, .ret = true,
61 .r1 = &r1, .r2 = &r0, .r.start = R1_START, .r.end = R1_END, .ret = true,
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-reg.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * gpio-reg: single register individually fixed-direction GPIOs
19 #include <linux/gpio/gpio-reg.h>
35 struct gpio_reg *r = to_gpio_reg(gc); in gpio_reg_get_direction() local
37 return r->direction & BIT(offset) ? GPIO_LINE_DIRECTION_IN : in gpio_reg_get_direction()
44 struct gpio_reg *r = to_gpio_reg(gc); in gpio_reg_direction_output() local
46 if (r->direction & BIT(offset)) in gpio_reg_direction_output()
47 return -ENOTSUPP; in gpio_reg_direction_output()
49 gc->set(gc, offset, value); in gpio_reg_direction_output()
55 struct gpio_reg *r = to_gpio_reg(gc); in gpio_reg_direction_input() local
[all …]

12345678910>>...48