/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/ |
H A D | ni_mseries.c | 71 [B(PXI_Star)] = I(26), 86 [B(NI_PFI_DO)] = I(16), 103 [B(PXI_Star)] = I(26), 118 [B(NI_PFI_DO)] = I(16), 135 [B(PXI_Star)] = I(26), 150 [B(NI_PFI_DO)] = I(16), 167 [B(PXI_Star)] = I(26), 199 [B(PXI_Star)] = I(26), 231 [B(PXI_Star)] = I(26), 263 [B(PXI_Star)] = I(26), [all …]
|
H A D | ni_eseries.c | 95 [B(NI_RGOUT0)] = I(7), 109 [B(NI_RGOUT0)] = I(7), 123 [B(NI_RGOUT0)] = I(7), 137 [B(NI_RGOUT0)] = I(7), 151 [B(NI_RGOUT0)] = I(7), 165 [B(NI_RGOUT0)] = I(7), 192 [B(PXI_Star)] = I(6), 203 [B(PXI_Star)] = I(6), 214 [B(PXI_Star)] = I(6), 225 [B(PXI_Star)] = I(6), [all …]
|
H A D | ni_660x.c | 52 [B(NI_CtrGate(7))] = I(1), 305 [B(NI_PFI(10))] = I(9), 306 [B(NI_PFI(14))] = I(8), 307 [B(NI_PFI(18))] = I(7), 308 [B(NI_PFI(22))] = I(6), 473 [B(NI_PFI(9))] = I(9), 495 [B(NI_PFI(9))] = I(9), 517 [B(NI_PFI(9))] = I(9), 539 [B(NI_PFI(9))] = I(9), 561 [B(NI_PFI(9))] = I(9), [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/ |
H A D | io-request.rst | 16 I/O请求处理 19 客户虚拟机的I/O请求由超级管理器构建,由ACRN超级管理器服务模块分发到与I/O请求的地址范 20 围相对应的I/O客户端。I/O请求处理的细节将在以下章节描述。 22 1. I/O请求 26 I/O请求通信。一个I/O请求是一个256字节的结构体缓冲区,它是 "acrn_io_request" 结构 27 体,当客户虚拟机中发生被困的I/O访问时,由超级管理器的I/O处理器填充。服务虚拟机中的 29 台。缓冲区被用作16个I/O请求槽的数组,每个I/O请求槽为256字节。这个数组是按vCPU ID 32 2. I/O客户端 35 一个I/O客户端负责处理客户虚拟机的I/O请求,其访问的GPA在一定范围内。每个客户虚拟机 39 下面的图示显示了I/O请求共享缓冲区、I/O请求和I/O客户端之间的关系。 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0005-enable-out-of-source-tree-builds.patch | 120 - -I$(top_srcdir) \ 121 + -I$(top_builddir) \ 132 - -I$(top_srcdir) \ 133 + -I$(top_builddir) \ 144 - -g3 -I$(top_srcdir) \ 156 - -g3 -I$(top_srcdir) \ 168 - -g3 -I$(top_srcdir) \ 218 - -I$(top_srcdir) \ 219 + -I$(top_builddir) \ 227 - -I$(top_srcdir) \ [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 12 pub(super) trait SpecExtend<T, I> { 22 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> 24 I: Iterator<Item = T>, 31 impl<T, I, A: Allocator> TrySpecExtend<T, I> for Vec<T, A> 33 I: Iterator<Item = T>, 41 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> 43 I: TrustedLen<Item = T>, 50 impl<T, I, A: Allocator> TrySpecExtend<T, I> for Vec<T, A> 52 I: TrustedLen<Item = T>, 80 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> [all …]
|
/openbmc/linux/Documentation/virt/acrn/ |
H A D | io-request.rst | 3 I/O request handling 8 corresponding to the address range of the I/O request. Details of I/O request 11 1. I/O request 17 an I/O handler of the hypervisor when a trapped I/O access happens in a User 20 used as an array of 16 I/O request slots with each I/O request slot being 256 23 2. I/O clients 26 An I/O client is responsible for handling User VM I/O requests whose accessed 34 I/O requests and I/O clients. 67 3. I/O request state transition 84 4. Processing flow of I/O requests [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-format.h.inc | 4 F1(I, I(1, 8, 8)) 5 F2(RI_a, R(1, 8), I(2,16,16)) 6 F2(RI_b, R(1, 8), I(2,16,16)) 7 F2(RI_c, M(1, 8), I(2,16,16)) 10 F4(RIE_c, R(1, 8), I(2,32, 8), M(3,12), I(4,16,16)) 13 F5(RIE_f, R(1, 8), R(2,12), I(3,16,8), I(4,24,8), I(5,32,8)) 15 F2(RIL_a, R(1, 8), I(2,16,32)) 16 F2(RIL_b, R(1, 8), I(2,16,32)) 58 F4(VRI_b, V(1,8), I(2,16,8), I(3,24,8), M(4,32)) 63 F5(VRI_g, V(1,8), V(2,12), I(4,16,8), M(5,24), I(3,28,8)) [all …]
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 51 #include I(REQUEST_BEGIN) 67 #include I(REQUEST_END) 72 #include I(REQUEST_BEGIN) 80 #include I(REQUEST_END) 95 #include I(REQUEST_END) 106 #include I(REQUEST_END) 121 #include I(REQUEST_END) 136 #include I(REQUEST_END) 165 #include I(REQUEST_END) 182 #include I(REQUEST_END) [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | atomic.h | 41 : "r" (I) \ 53 : "r" (I) \ 56 return result c_op I; \ 67 : "r" (I) \ 74 ATOMIC_OP(op, I, asm_op) \ 76 ATOMIC_FETCH_OP(op, I, asm_op) 89 ATOMIC_OP(op, I, asm_op) \ 90 ATOMIC_FETCH_OP(op, I, asm_op) 177 : "r" (I) \ 188 : "r" (I) \ [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hdr.h | 632 #define NETXEN_NIU_AP_MAC_CONFIG_0(I) (NETXEN_CRB_NIU+0xa0000+(I)*0x10000) argument 633 #define NETXEN_NIU_AP_MAC_CONFIG_1(I) (NETXEN_CRB_NIU+0xa0004+(I)*0x10000) argument 634 #define NETXEN_NIU_AP_MAC_IPG_IFG(I) (NETXEN_CRB_NIU+0xa0008+(I)*0x10000) argument 635 #define NETXEN_NIU_AP_HALF_DUPLEX_CTRL(I) (NETXEN_CRB_NIU+0xa000c+(I)*0x10000) argument 636 #define NETXEN_NIU_AP_MAX_FRAME_SIZE(I) (NETXEN_CRB_NIU+0xa0010+(I)*0x10000) argument 637 #define NETXEN_NIU_AP_TEST_REG(I) (NETXEN_CRB_NIU+0xa001c+(I)*0x10000) argument 638 #define NETXEN_NIU_AP_MII_MGMT_CONFIG(I) (NETXEN_CRB_NIU+0xa0020+(I)*0x10000) argument 639 #define NETXEN_NIU_AP_MII_MGMT_COMMAND(I) (NETXEN_CRB_NIU+0xa0024+(I)*0x10000) argument 640 #define NETXEN_NIU_AP_MII_MGMT_ADDR(I) (NETXEN_CRB_NIU+0xa0028+(I)*0x10000) argument 641 #define NETXEN_NIU_AP_MII_MGMT_CTRL(I) (NETXEN_CRB_NIU+0xa002c+(I)*0x10000) argument [all …]
|
/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
H A D | tie-asm.h | 222 AE_S64.I aed0, \ptr, .Lxchal_ofs_+24 223 AE_S64.I aed1, \ptr, .Lxchal_ofs_+32 224 AE_S64.I aed2, \ptr, .Lxchal_ofs_+40 225 AE_S64.I aed3, \ptr, .Lxchal_ofs_+48 226 AE_S64.I aed4, \ptr, .Lxchal_ofs_+56 228 AE_S64.I aed5, \ptr, .Lxchal_ofs_+0 229 AE_S64.I aed6, \ptr, .Lxchal_ofs_+8 230 AE_S64.I aed7, \ptr, .Lxchal_ofs_+16 231 AE_S64.I aed8, \ptr, .Lxchal_ofs_+24 285 AE_L64.I aed5, \ptr, .Lxchal_ofs_+0 [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0004-add-libvchostif-to-link.patch | 39 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 52 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 65 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 78 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 91 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 104 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 117 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 130 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 143 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 156 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… [all …]
|
H A D | 0003-switch-to-pkg-config.patch | 6 I get a build error saying: 32 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 37 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 47 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 53 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 63 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 68 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 78 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 83 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 98 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… [all …]
|
H A D | 0005-change-library-linking-order.patch | 7 linking so that it succeeds. Otherwise I get errors like the following: 30 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 34 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 43 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 47 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 56 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 60 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 69 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 73 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 82 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | stat.rst | 29 read I/Os requests number of read I/Os processed 30 read merges requests number of read I/Os merged with in-queue I/O 33 write I/Os requests number of write I/Os processed 34 write merges requests number of write I/Os merged with in-queue I/O 40 discard I/Os requests number of discard I/Os processed 41 discard merges requests number of discard I/Os merged with in-queue I/O 44 flush I/Os requests number of flush I/Os processed 48 read I/Os, write I/Os, discard I/0s 53 flush I/Os 65 already-queued I/O request. [all …]
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 157 for ((I).i = 0; ((P) = (L)->vec[(I).i]); ++((I).i)) 161 for (++((I).i); ((P) = (L)->vec[(I).i]); ++((I).i)) 165 (I).j++; \ 167 (I).i++; \ 175 for ((I).i = (I).j = 0; \ 176 ((P1) = (L1)->vec[(I).i]) && ((P2) = (L2)->vec[(I).j]); \ 177 (I) = next_comb(I, L1, L2)) 193 (I).i = aa_label_next_confined((L), (I).i + 1)) 196 for ((I).i = (I).j = 0; \ 201 for ((I).i = (I).j = 0; \ [all …]
|
/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
H A D | tie-asm.h | 116 AE_SP24X2S.I aep6, \ptr, 0 117 AE_SP24X2S.I aep7, \ptr, 8 118 AE_SQ56S.I aeq0, \ptr, 16 119 AE_SQ56S.I aeq1, \ptr, 24 120 AE_SQ56S.I aeq2, \ptr, 32 121 AE_SQ56S.I aeq3, \ptr, 40 146 AE_LQ56.I aeq0, \ptr, 0 147 AE_LQ56.I aeq1, \ptr, 8 148 AE_LQ56.I aeq2, \ptr, 16 149 AE_LQ56.I aeq3, \ptr, 24 [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 61 : "r" (I) \ 66 #define ATOMIC_OPS(op, asm_op, I) \ argument 67 ATOMIC_OP (op, asm_op, I, w, int, ) 69 #define ATOMIC_OPS(op, asm_op, I) \ argument 71 ATOMIC_OP (op, asm_op, I, d, s64, 64) 97 : "r" (I) \ in ATOMIC_OPS() 108 : "r" (I) \ 127 #define ATOMIC_OPS(op, asm_op, c_op, I) \ argument 131 #define ATOMIC_OPS(op, asm_op, c_op, I) \ 166 #define ATOMIC_OPS(op, asm_op, I) \ argument [all …]
|
/openbmc/docs/ |
H A D | IPMITOOL-cheatsheet.md | 11 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status 17 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on 23 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off 29 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset 35 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle 41 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft 47 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag 55 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list 93 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" fru list 101 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" sdr [all …]
|
/openbmc/linux/include/linux/platform_data/ |
H A D | adp8870.h | 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) argument 90 #define ADP8870_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 95 #define ADP8870_L3_COMP_CURR_uA(I) ((I * 255) / 551) argument 100 #define ADP8870_L4_COMP_CURR_uA(I) ((I * 255) / 275) argument 105 #define ADP8870_L5_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | proxy.hpp | 51 template <bool S = false, bool P = false, bool I = false, 69 requires(!S && !P && !I) 72 requires(S || P || I) 83 return proxy<true, P, I, Preserved>{s, this->p, this->i}; in service() 91 requires(!I) in interface() 107 using result_t = proxy<S, P, I, true>; in preserve() 126 requires((S) && (P) && (I)) in call() 157 requires((S) && (P) && (I)) in get_property() 177 requires((S) && (P) && (I)) in get_all_properties() 197 requires((S) && (P) && (I)) in set_property() [all …]
|
/openbmc/linux/crypto/ |
H A D | cast6_generic.c | 27 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ 28 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 29 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ 30 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 31 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ 32 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) 95 u32 I; in W() local 155 u32 I; in Q() local 165 u32 I; in QBAR() local
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | README | 90 |Connect I/O cable to IO_SLOT1(J110) 93 |Connect I/O cable to IO_SLOT2(J113) 97 |Connect I/O cable to IO_SLOT1(J110) 100 |Connect I/O cable to IO_SLOT2(J113) 104 |Connect I/O cable to IO_SLOT1(J110) 107 |Connect I/O cable to IO_SLOT2(J113) 111 |Connect I/O cable to IO_SLOT1(J110) 114 |Connect I/O cable to IO_SLOT2(J113) 118 |Connect I/O cable to IO_SLOT1(J110) 121 |Connect I/O cable to IO_SLOT2(J113) [all …]
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | tuple_to_array.hpp | 28 template <typename V, typename... Types, std::size_t... I> 30 std::integer_sequence<std::size_t, I...>) in tuple_to_array() argument 32 return std::array<V, sizeof...(I)>({ in tuple_to_array() 33 std::get<I>(tuple)..., in tuple_to_array() 49 typename I = std::make_index_sequence<sizeof...(Types)>> 52 return details::tuple_to_array(std::move(tuple), I()); in tuple_to_array()
|