/linux/drivers/irqchip/ |
H A D | irq-mvebu-icu.c | 116 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local 122 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 123 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 125 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init() 129 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 130 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init() 301 .name = "mvebu-icu-subset",
|
/linux/Documentation/filesystems/ |
H A D | propagate_umount.txt | 43 1) for any set S, there is a maximal non-shifting subset of S 46 subset of S. That subset is also non-shifting and it can be calculated 115 If mount m is forbidden in a set S, it is forbidden in any subset S' it 118 there's none, we could use it to find the maximal non-shifting subset 183 The following will reduce S to its maximal non-shifting subset: 196 the maximal non-shifting subset, since we were removing only forbidden 262 One useful observation is that we are given a closed subset in S - the 266 In other words, the elements of that subset will remain in S until 267 the end and Trim_one(S, m) is a no-op for all m from that subset [all...] |
H A D | ext3.rst | 12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
/linux/arch/arm64/kernel/ |
H A D | compat_alignment.c | 203 static const u32 subset[4] = { in thumb2arm() local 209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm() 252 const u32 subset[2] = { in do_alignment_t32_to_handler() local 256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
|
/linux/arch/arm/mm/ |
H A D | alignment.c | 638 static const u32 subset[8] = { in thumb2arm() local 648 return subset[(tinstr & (7<<9)) >> 9] | in thumb2arm() 688 static const u32 subset[4] = { in thumb2arm() local 694 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm() 737 const u32 subset[2] = { in do_alignment_t32_to_handler() local 741 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
|
/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 15 Some Armv9 SoCs suffer from a big.LITTLE misfeature where only a subset 56 The subset of CPUs capable of running 32-bit tasks is described in 74 1. If the 32-bit-capable subset of the affinity mask is not empty, 75 then the affinity is restricted to that subset and the old affinity 85 subset of the cpuset determined by the walk.
|
/linux/tools/testing/selftests/proc/ |
H A D | .gitignore | 17 /proc-subset-pid
|
H A D | Makefile | 20 TEST_GEN_PROGS += proc-subset-pid
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-gnss | 16 subset of NMEA 0183 with vendor extensions (e.g. to allow
|
H A D | sysfs-bus-pci-devices-pvpanic | 22 Notice that this value should be a subset of capability.
|
H A D | sysfs-platform-oxp | 25 (either with 1 or 0). Only a subset of devices contain this LED.
|
H A D | sysfs-bus-coreboot | 44 requires root privileges given this is exposing a small subset
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-feature.rst | 44 If the **macros** keyword (but not the **-j** option) is passed, a subset 57 small subset of the parameters supported by the system. Unprivileged users
|
/linux/arch/mips/txx9/ |
H A D | Kconfig | 26 # TX4937 is subset of TX4938
|
/linux/kernel/ |
H A D | cred.c | 353 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 356 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 359 * the capabilities of subset are a subset of set. in cred_cap_issubset() 362 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset() 365 * therefore one is a subset of the other only if a set is an in cred_cap_issubset() 366 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
|
/linux/Documentation/userspace-api/media/ |
H A D | glossary.rst | 46 An API designed to control a subset of the :term:`Media Hardware` 66 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or 169 A subset of I²C, which defines a stricter usage of the bus.
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ltc2990.txt | 23 allows a subset of the measurements to be enabled:
|
/linux/Documentation/userspace-api/gpio/ |
H A D | gpio-v2-line-set-values-ioctl.rst | 30 to indicate the subset of requested lines to set and ``bits`` set to
|
H A D | gpio-v2-line-get-values-ioctl.rst | 30 to indicate the subset of requested lines to get.
|
/linux/Documentation/hwmon/ |
H A D | vexpress.rst | 15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
|
H A D | ltc2990.rst | 48 A subset of the following attributes are visible, depending on the measurement
|
/linux/Documentation/admin-guide/perf/ |
H A D | arm_dsu_pmu.rst | 14 The DSU provides a bitmap for a subset of implemented events via hardware
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-property-cable-systems.rst | 19 supports a subset of the Annex A modulation types, and a roll-off of
|
/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 64 kernel src. This is applicable to "Running a subset of selftests" section 82 to "Running a subset of selftests" section below. 88 Running a subset of selftests 218 `make gen_tar` invokes `make install` so you can use it to package a subset of 219 tests by using variables specified in `Running a subset of selftests`_
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | sdhci-omap.txt | 18 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
|