Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 264) sorted by relevance

1234567891011

/openbmc/linux/tools/testing/selftests/riscv/hwprobe/
H A Dhwprobe.c10 long riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
15 struct riscv_hwprobe pairs[8]; in main() local
27 pairs[i].key = i; in main()
28 out = riscv_hwprobe(pairs, 8, 1, &cpus, 0); in main()
33 if ((i < 4) && (pairs[i].key != i)) in main()
36 if (pairs[i].key != RISCV_HWPROBE_KEY_BASE_BEHAVIOR) in main()
39 if (pairs[i].value & RISCV_HWPROBE_BASE_BEHAVIOR_IMA) in main()
49 out = riscv_hwprobe(pairs, 8, 0, 0, 0); in main()
53 out = riscv_hwprobe(pairs, 8, 0, &cpus, 0); in main()
57 out = riscv_hwprobe(pairs, 8, 1, 0, 0); in main()
[all …]
/openbmc/linux/arch/riscv/kernel/vdso/
H A Dhwprobe.c10 extern int riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
15 int __vdso_riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
19 int __vdso_riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count, in __vdso_riscv_hwprobe() argument
26 struct riscv_hwprobe *p = pairs; in __vdso_riscv_hwprobe()
27 struct riscv_hwprobe *end = pairs + pair_count; in __vdso_riscv_hwprobe()
36 return riscv_hwprobe(pairs, pair_count, cpu_count, cpus, flags); in __vdso_riscv_hwprobe()
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c230 static int do_riscv_hwprobe(struct riscv_hwprobe __user *pairs, in do_riscv_hwprobe() argument
268 for (out = 0; out < pair_count; out++, pairs++) { in do_riscv_hwprobe()
271 if (get_user(pair.key, &pairs->key)) in do_riscv_hwprobe()
276 ret = put_user(pair.key, &pairs->key); in do_riscv_hwprobe()
278 ret = put_user(pair.value, &pairs->value); in do_riscv_hwprobe()
331 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, in SYSCALL_DEFINE5() argument
335 return do_riscv_hwprobe(pairs, pair_count, cpu_count, in SYSCALL_DEFINE5()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.c35 SVGA3dFifoCapPair pairs[SVGA3D_DEVCAP_MAX]; member
61 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap()
77 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap()
78 compat_cap->pairs[i][1] = vmw_mask_legacy_multisample in vmw_fill_compat_cap()
/openbmc/linux/tools/perf/util/
H A Dsort.h96 } pairs; member
177 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
183 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
190 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c422 int vpu_find_dst_by_src(struct vpu_pair *pairs, u32 cnt, u32 src) in vpu_find_dst_by_src() argument
426 if (!pairs || !cnt) in vpu_find_dst_by_src()
430 if (pairs[i].src == src) in vpu_find_dst_by_src()
431 return pairs[i].dst; in vpu_find_dst_by_src()
437 int vpu_find_src_by_dst(struct vpu_pair *pairs, u32 cnt, u32 dst) in vpu_find_src_by_dst() argument
441 if (!pairs || !cnt) in vpu_find_src_by_dst()
445 if (pairs[i].dst == dst) in vpu_find_src_by_dst()
446 return pairs[i].src; in vpu_find_src_by_dst()
H A Dvpu_helpers.h71 int vpu_find_dst_by_src(struct vpu_pair *pairs, u32 cnt, u32 src);
72 int vpu_find_src_by_dst(struct vpu_pair *pairs, u32 cnt, u32 dst);
/openbmc/linux/Documentation/locking/
H A Dlocktorture.rst53 spin_lock() and spin_unlock() pairs.
56 spin_lock_irq() and spin_unlock_irq() pairs.
59 read/write lock() and unlock() rwlock pairs.
63 rwlock pairs.
66 mutex_lock() and mutex_unlock() pairs.
69 rtmutex_lock() and rtmutex_unlock() pairs.
73 read/write down() and up() semaphore pairs.
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt9 - clocks: a list of phandle + clock-specifier pairs, one for each
16 - resets: a list of phandle and reset specifier pairs as listed in
20 - phys: a list of phandle + phy specifier pairs
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsprd-pcm.txt5 - dmas: Specify the list of DMA controller phandle and DMA request line ordered pairs.
7 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dbrcm,bcm2835-i2s.txt7 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
9 These strings correspond 1:1 with the ordered pairs in dmas.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-uevent18 You need to pass UUID first before any KEY=VALUE pairs.
31 The KEY=VALUE pairs can contain alphanumeric characters only.
33 It's possible to define zero or more pairs - each pair is then
/openbmc/linux/net/netfilter/ipset/
H A DKconfig42 can store IPv4 address and (source) MAC address pairs from a range.
70 can store IPv4/IPv6 address and mark pairs.
79 can store IPv4/IPv6 address and protocol/port pairs.
108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
144 one can store IPv4/IPv6 network address/prefix pairs in a set.
154 protocol/port pairs as elements in a set.
164 interface name pairs as elements in a set.
/openbmc/u-boot/arch/arm/mach-zynq/
H A DKconfig67 Add register writes to boot.bin format (max 256 pairs).
68 Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c699 BUILD_BUG_ON((u32 *)set8->pairs != &set8->pairs[0].id); in sets_patch()
700 qsort(set8->pairs, set8->cnt, sizeof(set8->pairs[0]), cmp_id); in sets_patch()
715 set8->pairs[i].flags = in sets_patch()
716 bswap_32(set8->pairs[i].flags); in sets_patch()
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py562 pairs = []
568 pairs.append(pair)
570 pairs.append(pair)
571 random.shuffle(pairs)
572 for x, s in pairs:
/openbmc/u-boot/doc/device-tree-bindings/phy/
H A Dsun4i-usb-phy.txt16 - reg : a list of offset + length pairs
31 - resets : a list of phandle + reset specifier pairs
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dhisilicon-histb-pcie.txt21 - clocks: List of phandle and clock specifier pairs as listed in clock-names
28 - resets: List of phandle and reset specifier pairs as listed in reset-names
/openbmc/linux/Documentation/devicetree/bindings/display/hisilicon/
H A Dhisi-ade.txt13 - clocks: a list of phandle + clock-specifier pairs, one for each entry
21 phandle + clock-specifier pairs.
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Dtelnet.xinetd.inetutils3 # unencrypted username/password pairs for authentication.
/openbmc/linux/tools/perf/ui/
H A Dhist.c54 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
166 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in hist_entry__new_pair()
171 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in hist_entry__new_pair()
/openbmc/linux/Documentation/riscv/
H A Dhwprobe.rst14 long sys_riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
18 The arguments are split into three groups: an array of key-value pairs, a CPU
19 set, and some flags. The key-value pairs are supplied with a count. Userspace
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst79 pairs with information about the package. For example,
100 name-value pairs correspond to variables used to produce the package.
213 - ``image-info.txt:`` A text file containing name-value pairs with
251 name-value pairs are variables that may have influenced the content of
288 - ``sdk-info.txt:`` A text file containing name-value pairs with
292 - ``sstate-task-sizes.txt:`` A text file containing name-value pairs
297 - ``sstate-package-sizes.txt:`` A text file containing name-value pairs
349 the total size of the files in the SDK in Kbytes, the name-value pairs
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst233 passing the kernel parameters. All the key-value pairs under ``kernel``
235 pairs under ``init`` will be passed to init process via the cmdline.
272 up to 512 key-value pairs. If keys contains 3 words in average, it can
273 contain 256 key-value pairs. In most cases, the number of config items
285 User can query or loop on key-value pairs, also it is possible to find
290 config, you can use xbc_for_each_key_value() to iterate key-value pairs.

1234567891011