| /linux/drivers/irqchip/ |
| A D | irq-mvebu-icu.c | 115 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local 121 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 122 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 124 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init() 128 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 129 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
|
| /linux/arch/arm64/kernel/ |
| 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/Documentation/netlink/specs/ |
| A D | devlink.yaml | 826 subset-of: devlink 835 subset-of: devlink 842 subset-of: devlink 851 subset-of: devlink 858 subset-of: devlink 867 subset-of: devlink 900 subset-of: devlink 907 subset-of: devlink 930 subset-of: devlink 937 subset-of: devlink [all …]
|
| /linux/Documentation/arch/arm64/ |
| 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/arch/arm/mm/ |
| 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/netlink/ |
| A D | genetlink.yaml | 109 subset-of: 190 required: [ subset-of ] 191 subset-of: 195 # type property is only required if not in subset definition 198 subset-of:
|
| A D | genetlink-c.yaml | 135 subset-of: 233 required: [ subset-of ] 234 subset-of: 238 # type property is only required if not in subset definition 241 subset-of:
|
| A D | genetlink-legacy.yaml | 177 subset-of: 276 required: [ subset-of ] 277 subset-of: 281 # type property is only required if not in subset definition 284 subset-of:
|
| A D | netlink-raw.yaml | 198 subset-of: 306 required: [ subset-of ] 307 subset-of: 311 # type property is only required if not in subset definition 314 subset-of:
|
| /linux/Documentation/filesystems/ |
| A D | ext3.rst | 12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
| /linux/tools/testing/selftests/proc/ |
| A D | .gitignore | 16 /proc-subset-pid
|
| A D | Makefile | 19 TEST_GEN_PROGS += proc-subset-pid
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-gnss | 16 subset of NMEA 0183 with vendor extensions (e.g. to allow
|
| A D | sysfs-bus-pci-devices-pvpanic | 22 Notice that this value should be a subset of capability.
|
| /linux/Documentation/devicetree/bindings/serial/ |
| A D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
| /linux/tools/bpf/bpftool/Documentation/ |
| 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/Documentation/devicetree/bindings/perf/ |
| A D | arm,coresight-pmu.yaml | 27 description: If the PMU is associated with a particular CPU or subset of CPUs,
|
| A D | spe-pmu.yaml | 24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
|
| A D | amlogic,g12-ddr-pmu.yaml | 16 has different subset of event format attribute.
|
| /linux/arch/mips/txx9/ |
| A D | Kconfig | 26 # TX4937 is subset of TX4938
|
| /linux/Documentation/userspace-api/media/ |
| 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/ |
| A D | ltc2990.txt | 23 allows a subset of the measurements to be enabled:
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | arm,trace-buffer-extension.yaml | 31 TRBE is only supported on a subset of the CPUs, please consult
|
| /linux/Documentation/devicetree/bindings/misc/ |
| A D | idt,89hpesx.yaml | 44 description: Only a subset of devices are supported
|
| /linux/kernel/ |
| 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() 362 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
|