Home
last modified time | relevance | path

Searched refs:O (Results 1 – 25 of 1467) sorted by relevance

12345678910>>...59

/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/
H A Dio-request.rst16 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/linux/drivers/comedi/drivers/tests/
H A Dni_routes_test.c47 static const int bad_dest = O(8), dest0 = O(0), desti = O(5);
80 O(x1), O(x2), O(x3), O(x4), O(x5), O(x6), O(x7), O(x8), O(x9), \
313 unittest(ni_route_to_register(O(0), O(0), T) < 0, in test_ni_route_to_register()
402 unittest(!route_is_valid(O(0), O(0), T), in test_route_is_valid()
404 unittest(route_is_valid(O(0), O(1), T), in test_route_is_valid()
406 unittest(route_is_valid(O(5), O(6), T), in test_route_is_valid()
408 unittest(route_is_valid(O(8), O(9), T), in test_route_is_valid()
565 unittest(ni_get_reg_value(O(0), O(0), T) == -1, in test_ni_get_reg_value()
567 unittest(ni_get_reg_value(O(0), O(1), T) == 0, in test_ni_get_reg_value()
569 unittest(ni_get_reg_value(O(5), O(6), T) == 5, in test_ni_get_reg_value()
[all …]
/openbmc/linux/Documentation/virt/acrn/
H A Dio-request.rst3 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/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch35 @@ -112,8 +112,8 @@ LIBOBJS= $O/lib_tcp.o $O/lib_udp.o $O/lib_unix.o $O/lib_timing.o \
36 $O/lib_sched.o
39 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
40 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o…
41 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
42 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build …
50 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in…
51 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build i…
55 @@ -155,16 +155,16 @@ all: $(EXES) $O/lmbench
71 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build asm
[all …]
H A Dobey-ranlib.patch28 @@ -217,7 +218,7 @@ $O/lmbench : ../scripts/lmbench version.h
29 $O/lmbench.a: $(LIBOBJS)
30 /bin/rm -f $O/lmbench.a
31 $(AR) $(ARCREATE) $O/lmbench.a $(LIBOBJS)
32 - -ranlib $O/lmbench.a
33 + -$(RANLIB) $O/lmbench.a
35 $O/lib_timing.o : lib_timing.c $(INCS)
36 $(COMPILE) -c lib_timing.c -o $O/lib_timing.o
/openbmc/u-boot/board/freescale/lx2160a/
H A DREADME90 |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/linux/Documentation/admin-guide/device-mapper/
H A Ddm-io.rst5 Dm-io provides synchronous and asynchronous I/O services. There are three
6 types of I/O services available, and each type has a sync and an async
10 of the I/O. Each io_region indicates a block-device along with the starting
22 The first I/O service type takes a list of memory pages as the data buffer for
23 the I/O, along with an offset into the first page::
37 The second I/O service type takes an array of bio vectors as the data buffer
38 for the I/O. This service can be handy if the caller has a pre-assembled bio,
49 data buffer for the I/O. This service can be handy if the caller needs to do
59 callback routine and a pointer to some context data for the I/O::
65 In the case of an write-I/O to multiple regions, this bitset allows dm-io to
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
H A Dw83627hf.rst7 Addresses scanned: ISA address retrieved from Super I/O registers
10 Addresses scanned: ISA address retrieved from Super I/O registers
13 Addresses scanned: ISA address retrieved from Super I/O registers
16 Addresses scanned: ISA address retrieved from Super I/O registers
19 Addresses scanned: ISA address retrieved from Super I/O registers
42 the Winbond W83627HF, W83627THF, W83697HF and W83637HF Super I/O chips.
47 Super I/O chip and a second i2c-only Winbond chip (often a W83782D),
51 If you really want i2c accesses for these Super I/O chips,
78 # Enter the Super I/O config space::
87 # Set the base I/O address (to 0x290 in this example)::
[all …]
H A Df71882fg.rst10 Addresses scanned: none, address read from Super I/O config space
18 Addresses scanned: none, address read from Super I/O config space
26 Addresses scanned: none, address read from Super I/O config space
34 Addresses scanned: none, address read from Super I/O config space
42 Addresses scanned: none, address read from Super I/O config space
50 Addresses scanned: none, address read from Super I/O config space
58 Addresses scanned: none, address read from Super I/O config space
66 Addresses scanned: none, address read from Super I/O config space
74 Addresses scanned: none, address read from Super I/O config space
82 Addresses scanned: none, address read from Super I/O config space
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Dcds.rst6 Device Driver I/O Support Routines
67 initiate an I/O request.
120 they are presenting I/O completion a unified way : I/O interruptions. Every
193 ccw_device_start() - Initiate I/O Request
232 cdev ccw_device the I/O is destined for
237 particular I/O request.
306 interrupt will be presented to indicate I/O completion as the I/O request was
381 next it can reduce I/O processing overhead by chaining a NoOp I/O command
448 ccw_device_halt() - Halt I/O Request Processing
466 the I/O request is returned
[all …]
H A Dvfio-ccw.rst13 I/O access method, which is so called Channel I/O. It has its own access
26 to perform I/O instructions.
31 - A good start to know Channel I/O in general:
32 https://en.wikipedia.org/wiki/Channel_I/O
72 way: I/O interruptions.
92 and starts the I/O with issuing a privileged Channel I/O instruction
95 - I/O completion will be signaled to the host with I/O interruptions.
190 vfio-ccw I/O region
213 irb_area stores the I/O result.
395 the I/O region.
[all …]
/openbmc/linux/Documentation/driver-api/
H A Ds390-drivers.rst11 drive s390 based channel attached I/O devices. This includes interfaces
14 I/O layer.
17 with the s390 channel I/O architecture. For a description of this
21 While most I/O devices on a s390 system are typically driven through the
22 channel I/O mechanism described here, there are various other methods
25 The s390 common I/O layer also provides access to some devices that are
26 not strictly considered I/O devices. They are considered here as well,
38 * Standard I/O subchannels, for use by the system. They have a child
40 * I/O subchannels bound to the vfio-ccw driver. See
53 so-called channel attached devices. They are addressed via I/O
[all …]
H A Dio_ordering.rst2 Ordering I/O writes to memory-mapped addresses
5 On some platforms, so-called memory-mapped I/O is weakly ordered. On such
6 platforms, driver writers are responsible for ensuring that I/O writes to
8 typically done by reading a 'safe' device or bridge register, causing the I/O
12 subsequent writes to I/O space arrived only after all prior writes (much like a
13 memory barrier op, mb(), only with respect to I/O).
49 Here, the reads from safe_register will cause the I/O chipset to flush any
/openbmc/linux/Documentation/block/
H A Dstat.rst30 read merges requests number of read I/Os merged with in-queue I/O
51 These values increment when an I/O request completes.
56 These values increment when an flush I/O request completes.
64 These values increment when an I/O request is merged with an
65 already-queued I/O request.
73 block size. The counters are incremented when the I/O completes.
78 These values count the number of milliseconds that I/O requests have
87 This value counts the number of I/O requests that have been issued to
88 the device driver but have not yet completed. It does not include I/O
95 had I/O requests queued.
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch26 LIBOBJ_NW = stdlib/snprintf.$(O) stdlib/vsnprintf.$(O) stdlib/strlcpy.$(O) \
27 - stdlib/strnlen.$(O) stdlib/strrchrnul.$(O) \
28 + stdlib/strnlen.$(O) stdlib/strrchrnul.$(O) stdlib/strlcat.$(O) \
30 nasmlib/ver.$(O) \
31 nasmlib/alloc.$(O) nasmlib/asprintf.$(O) nasmlib/errfile.$(O) \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch13 testsuite/wget/wget--O-overrides--P | 2 +-
19 diff --git a/testsuite/wget/wget--O-overrides--P b/testsuite/wget/wget--O-overrides--P
21 --- a/testsuite/wget/wget--O-overrides--P
22 +++ b/testsuite/wget/wget--O-overrides--P
27 -busybox wget -q -O index.html -P foo http://www.google.com/
28 +busybox wget -q -O index.html -P foo http://www.example.org/
46 -busybox wget -q -O foo http://www.google.com/
47 +busybox wget -q -O foo http://www.example.org/
/openbmc/linux/Documentation/translations/zh_CN/sound/hd-audio/
H A Dcontrols.rst21 制多I/O插孔的插孔重分配。
53 输入“和”线路输入“以确定输入偏置,或者当引脚是环绕声道的多I/O插孔时,它
61 一个枚举控件,用于为环绕输出重新分配多个I/O插孔的任务。当它打开时,相应
98 被使用的通道数:”2ch“、”4ch“和”6ch“。根据配置,这还控制多I/O插孔的插孔重
/openbmc/qemu/docs/
H A Dthrottle.txt12 I/O operations. The code itself is generic and independent of the I/O
14 and operations per second (IOPS) when performing disk I/O.
20 Using throttling to limit disk I/O
22 Two aspects of the disk I/O can be limited: the number of bytes per
71 I/O bursts
116 long period of time with unused I/O (see below for details).
142 Controlling the size of I/O operations
163 Applying I/O limits to groups of disks
175 document apply to the combined I/O of all members of a group.
252 6000, allowing for 3 more seconds of I/O at 2000 IOPS.
[all …]
/openbmc/linux/arch/powerpc/boot/
H A DREADME4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
5 objcopy -j .kernel:System.map -O binary zImage System.map.gz
6 objcopy -j .kernel:.config -O binary zImage config.gz
7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DO-UDA-1.03 This is the Open Use of Data Agreement, Version 1.0 (the "O-UDA"). Capitalized terms are defined in…
7 … the Data made available to you by the Data Provider under this O-UDA if you follow the O-UDA's te…
9 …out of the use, modification, or distribution of the Data provided you meet the terms of the O-UDA.
11 …1.3 This O-UDA does not restrict your use, modification, or distribution of any portions of the Da…
15 2.1. The O-UDA does not impose any restriction with respect to:
27 …r Upstream Data Providers at least as broad as those contained in Section 4.2 and 4.3 of the O-UDA.
39 …5.1. "Data" means the material you receive under the O-UDA in modified or unmodified form, but not…
41 … Provider" means the source from which you receive the Data and with whom you enter into the O-UDA.
43 …rson or persons who receives the Data directly or indirectly from you in accordance with the O-UDA.
47 …h the Data Provider directly or indirectly received, under the terms of the O-UDA, material that i…
/openbmc/linux/tools/scripts/
H A DMakefile.include2 ifneq ($(O),)
4 dummy := $(if $(shell cd $(PWD); test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
5 ABSOLUTE_O := $(shell cd $(PWD); cd $(O) ; pwd)
7 COMMAND_O := O=$(ABSOLUTE_O)
9 objtree := $(O)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/
H A Dmakefile-add-ldflags.patch12 O=aoe.o bpf.o ${PLATFORM}.o ata.o dat.o
14 vblade: $O
15 - ${CC} -o vblade $O
16 + ${CC} ${LDFLAGS} -o vblade $O
/openbmc/linux/Documentation/features/scripts/
H A Dfeatures-refresh.sh13 O=""
16 O="not"
82 if [ "$O" = "" ] && [ ! -z "$K_GREP" ]; then
84 elif [ "$O" = "not" ] && [ -z "$K_GREP" ]; then
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/
H A Du-boot-configure.inc21 oe_runmake -C ${S} O=${B}/${config} ${config}
23 … merge_config.sh -m -O ${B}/${config} ${B}/${config}/.config ${@" ".join(find_cfgs(d))}
24 oe_runmake -C ${S} O=${B}/${config} oldconfig
33 oe_runmake -C ${S} O=${B} ${UBOOT_MACHINE}
35 oe_runmake -C ${S} O=${B} oldconfig

12345678910>>...59