Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 8409) sorted by relevance

12345678910>>...337

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1.bb104 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
105 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
106 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
107 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
108 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
109 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
110 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
111 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
112 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
113 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json5 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss or…
10 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch fo…
35 "BriefDescription": "Cycles in which an instruction reload is pending to satisfy a demand miss."
55 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
60 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch a…
75 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
80 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
85 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
90 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the s…
95 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was a lwsync waiting t…
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Dgpio.c67 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument
77 request.which = which; in gb_gpio_activate_operation()
85 ggc->lines[which].active = true; in gb_gpio_activate_operation()
91 u8 which) in gb_gpio_deactivate_operation() argument
98 request.which = which; in gb_gpio_deactivate_operation()
102 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation()
106 ggc->lines[which].active = false; in gb_gpio_deactivate_operation()
113 u8 which) in gb_gpio_get_direction_operation() argument
121 request.which = which; in gb_gpio_get_direction_operation()
131 which, direction); in gb_gpio_get_direction_operation()
[all …]
H A Dpwm.c43 u8 which) in gb_pwm_activate_operation() argument
49 if (which > pwmc->pwm_max) in gb_pwm_activate_operation()
52 request.which = which; in gb_pwm_activate_operation()
68 u8 which) in gb_pwm_deactivate_operation() argument
74 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation()
77 request.which = which; in gb_pwm_deactivate_operation()
93 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() argument
99 if (which > pwmc->pwm_max) in gb_pwm_config_operation()
102 request.which = which; in gb_pwm_config_operation()
120 u8 which, u8 polarity) in gb_pwm_set_polarity_operation() argument
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/
H A Dcache.json3 "PublicDescription": "This event counts any instruction fetch which misses in the cache.",
11 …re operation or page table walk access which causes data to be read from outside the L1, including…
15 …store operation or page table walk access which looks up in the L1 data cache. In particular, any …
23 …or Level 0 Macro-op cache access. This event counts any instruction fetch which accesses the L1 in…
31 …"PublicDescription": "This event counts any transaction from L1 which looks up in the L2 cache, an…
35 …L2 data cache refill. This event counts any cacheable transaction from L1 which causes data to be …
39which return data, regardless of whether they cause an invalidation. Invalidations from the L2 whi…
43 …line write into the L2 cache which does not cause a linefill, including write-backs from L1 to L2 …
47 …"PublicDescription": "This event counts any load or store operation which accesses the data L1 TLB…
52 …"PublicDescription": "This event counts any instruction fetch which accesses the instruction L1 TL…
[all …]
/openbmc/linux/Documentation/process/
H A D4.Coding.rst8 code. It is the code which will be examined by other developers and merged
9 (or not) into the mainline tree. So it is the quality of this code which
13 number of ways in which kernel developers can go wrong. Then the focus
14 will shift toward doing things right and the tools which can help in that
28 which does not meet the coding style guidelines. The presence of that code
46 The other trap is to assume that code which is already in the kernel is
56 The coding style document also should not be read as an absolute law which
58 style (a line which becomes far less readable if split to fit within the
81 At a simple level, consider a function which has an argument which is
84 provides. By that time, though, chances are good that the code which
[all …]
H A D1.Intro.rst27 :ref:`development_coding` is about the coding process; several pitfalls which
30 which can help to ensure that kernel patches are correct.
56 kernel has evolved into a best-of-breed operating system component which
75 offer this kind of openness, which is a characteristic of the free software
84 evolved its own distinct ways of operating which allow it to function
132 - Code which has been merged into the mainline kernel is available to all
133 Linux users. It will automatically be present on all distributions which
148 Code which is in the mainline, instead, does not require this work as the
151 which has been merged into the mainline has significantly lower
154 - Beyond that, code which is in the kernel will often be improved by other
[all …]
H A Dlicense-rules.rst19 which is required to be compatible with the GPL-2.0::
32 The User-space API (UAPI) header files, which describe the interface of
35 which does not extend the GPL requirements to any software which uses it to
37 into any source files which create an executable running on the Linux
43 tools which are used in the context of license compliance.
48 under which the content of the file is contributed. SPDX license
64 possible line in a file which can contain a comment. For the majority
65 of files this is the first line, except for scripts which require the
84 appropriate comment mechanism which the tool accepts shall be used. This
88 there are still older assembler tools which cannot handle C++ style
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
H A Dbranch.json18 … "Predicted conditional branch executed.This event counts when any branch which can be predicted b…
21 … "Predicted conditional branch executed.This event counts when any branch which can be predicted b…
24 …"Indirect branch mis-predicted.This event counts when any indirect branch which can be predicted b…
27 …"Indirect branch mis-predicted.This event counts when any indirect branch which can be predicted b…
30 …ted due to address mis-compare.This event counts when any indirect branch which can be predicted b…
33 …ted due to address mis-compare.This event counts when any indirect branch which can be predicted b…
36which can be predicted by the conditional predictor is retired, and has mis-predicted the conditio…
39which can be predicted by the conditional predictor is retired, and has mis-predicted the conditio…
42 …ith predicted address executed.This event counts when any indirect branch which can be predicted b…
45 …ith predicted address executed.This event counts when any indirect branch which can be predicted b…
[all …]
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log39 Using a channel type which is configured out of UML
41 Using a channel type which is configured out of UML
43 Using a channel type which is configured out of UML
45 Using a channel type which is configured out of UML
47 Using a channel type which is configured out of UML
49 Using a channel type which is configured out of UML
51 Using a channel type which is configured out of UML
53 Using a channel type which is configured out of UML
55 Using a channel type which is configured out of UML
57 Using a channel type which is configured out of UML
[all …]
H A Dtest_output_isolated_correctly.log61 Using a channel type which is configured out of UML
63 Using a channel type which is configured out of UML
65 Using a channel type which is configured out of UML
67 Using a channel type which is configured out of UML
69 Using a channel type which is configured out of UML
71 Using a channel type which is configured out of UML
73 Using a channel type which is configured out of UML
75 Using a channel type which is configured out of UML
77 Using a channel type which is configured out of UML
79 Using a channel type which is configured out of UML
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dktap.rst11 which don't align with the original TAP specification. Thus, a "Kernel TAP"
16 KTAP test results describe a series of tests (which may be nested: i.e., test
17 can have subtests), each of which can contain both diagnostic data -- e.g., log
31 a couple of places (notably the "Subtest" header), which are described where
37 All KTAP-formatted results begin with a "version line" which specifies which
45 Note that, in KTAP, subtests also begin with a version line, which denotes the
46 start of the nested test results. This differs from TAP14, which uses a
62 which case the test plan may be omitted -- it is strongly recommended one is
75 The result can be either "ok", which indicates the test case passed,
76 or "not ok", which indicates that the test case failed.
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/which/
H A Dwhich_2.21.bb2 DESCRIPTION = "Which is a utility that prints out the full path of the \
7 HOMEPAGE = "https://carlowood.github.io/which/"
11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
19 SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
30 ALTERNATIVE:${PN} = "which"
33 ALTERNATIVE:${PN}-doc = "which.1"
34 ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
/openbmc/linux/net/netfilter/ipset/
H A DKconfig32 This option adds the bitmap:ip set type support, by which one
41 This option adds the bitmap:ip,mac set type support, by which one
50 This option adds the bitmap:port set type support, by which one
59 This option adds the hash:ip set type support, by which one
69 This option adds the hash:ip,mark set type support, by which one
78 This option adds the hash:ip,port set type support, by which one
87 This option adds the hash:ip,port,ip set type support, by which
97 This option adds the hash:ip,port,net set type support, by which
107 This option adds the hash:ip,mac set type support, by which
116 This option adds the hash:mac set type support, by which
[all …]
/openbmc/linux/net/bridge/netfilter/
H A DKconfig96 This option adds the among match, which allows matching the MAC source
105 This option adds the ARP match, which allows ARP and RARP header field
113 This option adds the IP match, which allows basic IP header field
122 This option adds the IP6 match, which allows basic IPV6 header field
130 This option adds the limit match, which allows you to control
131 the rate at which a rule can be matched. This match is the
140 This option adds the mark match, which allows matching frames based on
150 This option adds the packet type match, which allows matching on the
160 This option adds the Spanning Tree Protocol match, which
168 This option adds the 802.1Q vlan match, which allows the filtering of
[all …]
/openbmc/linux/drivers/mtd/chips/
H A DKconfig22 This option enables JEDEC-style probing of flash chips which are not
24 CFI-targeted flash drivers for any chips which are identified which
40 configuration options which allow you to do so.
49 This option defines the way in which the CPU attempts to arrange
51 'NO', which is the default when CONFIG_MTD_CFI_ADV_OPTIONS isn't
79 some other configuration options which would allow you to reduce
82 which are supported by the current code will be enabled.
88 If you wish to support CFI devices on a physical bus which is
95 If you wish to support CFI devices on a physical bus which is
102 If you wish to support CFI devices on a physical bus which is
[all …]
/openbmc/u-boot/drivers/pinctrl/renesas/
H A DKconfig15 The driver is controlled by a device tree node which contains both
25 The driver is controlled by a device tree node which contains both
35 The driver is controlled by a device tree node which contains both
45 The driver is controlled by a device tree node which contains both
55 The driver is controlled by a device tree node which contains both
65 The driver is controlled by a device tree node which contains both
75 The driver is controlled by a device tree node which contains both
85 The driver is controlled by a device tree node which contains both
95 The driver is controlled by a device tree node which contains both
105 The driver is controlled by a device tree node which contains both
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/
H A Dpipeline.json15 "PublicDescription": "Duration for which all slots in the Load-Store Unit are busy",
18 "BriefDescription": "Duration for which all slots in the Load-Store Unit are busy"
21 "PublicDescription": "Duration for which all slots in the load-store issue queue are busy",
24 "BriefDescription": "Duration for which all slots in the load-store issue queue are busy"
27 … "PublicDescription": "Duration for which all slots in the data processing issue queue are busy",
30 … "BriefDescription": "Duration for which all slots in the data processing issue queue are busy"
33 "PublicDescription": "Duration for which all slots in the Data Engine issue queue are busy",
36 "BriefDescription": "Duration for which all slots in the Data Engine issue queue are busy"
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst42 and other data structures which hold information about the disassemblation
46 with a unique identifier, in this case ``A2_add``, which allows to distinguish
47 variants of the same instruction, and expresses the class to which the
59 - Keep track of which registers, among the declared one, have been
75 As you may notice, the description code modifies the registers which have been
116 which takes instruction semantics in ``semantics_generated.pyinc`` to C-like
118 ``J2_jumpr`` instruction which jumps to an address stored in a register
142 carried out by the ``prepare`` script which runs the C preprocessor on
157 declared anywhere, but rather a symbol which is easy to match in
174 executes the ``main`` function at the end of the ``idef-parser.y`` file, which
[all …]
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c77 static int check_itimer(int which) in check_itimer() argument
86 if (which == ITIMER_VIRTUAL) in check_itimer()
88 else if (which == ITIMER_PROF) in check_itimer()
90 else if (which == ITIMER_REAL) in check_itimer()
97 if (which == ITIMER_VIRTUAL) in check_itimer()
99 else if (which == ITIMER_PROF) in check_itimer()
101 else if (which == ITIMER_REAL) in check_itimer()
110 err = setitimer(which, &val, NULL); in check_itimer()
116 if (which == ITIMER_VIRTUAL) in check_itimer()
118 else if (which == ITIMER_PROF) in check_itimer()
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst17 MSBDS leaks Store Buffer Entries which can be speculatively forwarded to a
20 memory address, which can be exploited under certain conditions. Store
23 buffer is repartitioned which can expose data from one thread to the other.
26 L1 miss situations and to hold data which is returned or sent in response
29 deallocated it can retain the stale data of the preceding operations which
30 can then be forwarded to a faulting or assisting load operation, which can
37 contain stale data from a previous operation which can be forwarded to
38 faulting or assisting loads under certain conditions, which again can be
56 - to have a disclosure gadget which exposes the speculatively accessed
59 - to control the pointer through which the disclosure gadget exposes the
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAllowDeny.v1_0_3.json95 …"description": "The TCP, UDP, or other destination port to which this rule begins application, inc…
96 …: "This property shall contain the TCP, UDP, or other destination port to which this rule begins a…
104 …"description": "The TCP, UDP, or other destination port to which this rule ends application, inclu…
105 …: "This property shall contain the TCP, UDP, or other destination port to which this rule ends app…
121 … "description": "Indicates the direction of the data to which this permission applies.",
122 …longDescription": "This value shall indicate the direction of the data to which this permission ap…
126 …"description": "The IANA protocol number to which this permission applies. For TCP, this is `6`. …
127 …ongDescription": "This property shall contain the IANA protocol number to which this permission ap…
135 "description": "The lower IP address to which this permission applies.",
136 …"longDescription": "This property shall contain the lower IP address to which this permission appl…
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dext2.rst49 resuid=n The user ID which may use the reserved blocks.
50 resgid=n The group ID which may use the reserved blocks.
88 which is decided when the filesystem is created. Smaller blocks mean
100 bitmap and the inode usage bitmap which show which blocks and inodes
107 in the same block group as the inode which contains them.
129 and which OS created it.
144 structure contains pointers to the filesystem blocks which contain the
151 There are some reserved fields which are currently unused in the inode
152 structure and several which are overloaded. One field is reserved for the
156 by the HURD to reference the inode of a program which will be used to
[all …]
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md69 The host uses the mailbox registers to send "commands" to the BMC, which
71 "window" (which is the LPC -> AHB FW space mapping) that is either a read
79 window can be a read or a write window. The commands allow to control which
80 window and which offset into the flash it maps.
100 Finally, there is a `RESET_STATE`. It's the state in which the bootloader in the
152 What we essentially have is a set of registers which either the host or BMC can
153 write to in order to communicate to the other which will respond in some way.
164 host which will be discussed later.
190 mailbox data register 15 to determine the event code which was set by the
191 BMC (see BMC Event notifications in Commands for detail). Events which are
[all …]
/openbmc/linux/include/linux/
H A Ddevm-helpers.h6 * Functions which do automatically cancel operations or release resources upon
10 * management which can be source of annoying, rarely occurring,
22 * and schedule a work item which won't be cancelled because remove() was
36 * @dev: Device which lifetime work is bound to
40 * Initialize delayed work which is automatically cancelled when driver is
41 * detached. A few drivers need delayed work which must be cancelled before
61 * @dev: Device which lifetime work is bound to
65 * Initialize work which is automatically cancelled when driver is detached.
66 * A few drivers need to queue work which must be cancelled before driver

12345678910>>...337