/linux-6.6.21/drivers/irqchip/ |
D | irq-mvebu-icu.c | 75 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local 81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 84 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init() 88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
|
/linux-6.6.21/arch/arm64/kernel/ |
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-6.6.21/Documentation/arch/arm64/ |
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-6.6.21/arch/arm/mm/ |
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-6.6.21/tools/testing/selftests/proc/ |
D | .gitignore | 14 /proc-subset-pid
|
D | Makefile | 17 TEST_GEN_PROGS += proc-subset-pid
|
/linux-6.6.21/Documentation/filesystems/ |
D | ext3.rst | 12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-gnss | 16 subset of NMEA 0183 with vendor extensions (e.g. to allow
|
D | sysfs-bus-pci-devices-pvpanic | 22 Notice that this value should be a subset of capability.
|
/linux-6.6.21/Documentation/devicetree/bindings/serial/ |
D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
/linux-6.6.21/Documentation/netlink/specs/ |
D | devlink.yaml | 198 subset-of: devlink 208 subset-of: devlink 215 subset-of: devlink 225 subset-of: devlink 232 subset-of: devlink 242 subset-of: devlink
|
/linux-6.6.21/tools/bpf/bpftool/Documentation/ |
D | bpftool-feature.rst | 47 passed, a subset of the output is dumped as a list of 61 that case usually represent a small subset of the parameters
|
/linux-6.6.21/Documentation/i2c/ |
D | summary.rst | 21 a subset of I2C protocols and signaling. Many I2C devices will work on an 27 Because the SMBus is mostly a subset of the generalized I2C bus, we can
|
/linux-6.6.21/Documentation/userspace-api/media/ |
D | glossary.rst | 39 An API designed to control a subset of the :term:`Media Hardware` 59 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or 162 A subset of I²C, which defines a stricter usage of the bus.
|
/linux-6.6.21/arch/mips/txx9/ |
D | Kconfig | 26 # TX4937 is subset of TX4938
|
/linux-6.6.21/Documentation/devicetree/bindings/perf/ |
D | spe-pmu.yaml | 24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
|
D | amlogic,g12-ddr-pmu.yaml | 16 has different subset of event format attribute.
|
/linux-6.6.21/drivers/staging/media/av7110/ |
D | video-try-command.rst | 57 subset of the ``v4l2_decoder_cmd`` struct, so refer to the
|
/linux-6.6.21/Documentation/devicetree/bindings/hwmon/ |
D | ltc2990.txt | 23 allows a subset of the measurements to be enabled:
|
/linux-6.6.21/Documentation/devicetree/bindings/misc/ |
D | idt,89hpesx.yaml | 44 description: Only a subset of devices are supported
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | arm,trace-buffer-extension.yaml | 31 TRBE is only supported on a subset of the CPUs, please consult
|
/linux-6.6.21/kernel/ |
D | cred.c | 349 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 352 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 358 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/socionext/ |
D | socionext,uniphier-mioctrl.yaml | 19 as a subset of media I/O block. See socionext,uniphier-sdctrl.yaml.
|
/linux-6.6.21/Documentation/netlink/ |
D | genetlink.yaml | 108 subset-of: 182 required: [ subset-of ] 183 subset-of:
|
/linux-6.6.21/Documentation/hwmon/ |
D | vexpress.rst | 15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
|