Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 178) sorted by relevance

12345678

/linux-6.12.1/drivers/irqchip/
Dirq-mvebu-icu.c115 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-6.12.1/arch/arm64/kernel/
Dcompat_alignment.c203 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.12.1/Documentation/arch/arm64/
Dasymmetric-32bit.rst15 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.12.1/arch/arm/mm/
Dalignment.c638 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.12.1/Documentation/filesystems/
Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/linux-6.12.1/tools/testing/selftests/proc/
D.gitignore16 /proc-subset-pid
DMakefile19 TEST_GEN_PROGS += proc-subset-pid
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
Dsysfs-bus-pci-devices-pvpanic22 Notice that this value should be a subset of capability.
Dsysfs-bus-coreboot44 requires root privileges given this is exposing a small subset
/linux-6.12.1/Documentation/devicetree/bindings/serial/
Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/linux-6.12.1/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst44 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-6.12.1/arch/mips/txx9/
DKconfig26 # TX4937 is subset of TX4938
/linux-6.12.1/Documentation/userspace-api/media/
Dglossary.rst46 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-6.12.1/Documentation/devicetree/bindings/hwmon/
Dltc2990.txt23 allows a subset of the measurements to be enabled:
/linux-6.12.1/kernel/
Dcred.c353 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()
/linux-6.12.1/Documentation/i2c/
Dsummary.rst19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can
/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-v2-line-set-values-ioctl.rst30 to indicate the subset of requested lines to set and ``bits`` set to
Dgpio-v2-line-get-values-ioctl.rst30 to indicate the subset of requested lines to get.
/linux-6.12.1/Documentation/hwmon/
Dvexpress.rst15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
Dltc2990.rst48 A subset of the following attributes are visible, depending on the measurement
/linux-6.12.1/Documentation/admin-guide/perf/
Darm_dsu_pmu.rst14 The DSU provides a bitmap for a subset of implemented events via hardware
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dfrontend-property-cable-systems.rst19 supports a subset of the Annex A modulation types, and a roll-off of
/linux-6.12.1/Documentation/dev-tools/
Dkselftest.rst55 kernel src. This is applicable to "Running a subset of selftests" section
73 to "Running a subset of selftests" section below.
79 Running a subset of selftests
209 `make gen_tar` invokes `make install` so you can use it to package a subset of
210 tests by using variables specified in `Running a subset of selftests`_
/linux-6.12.1/Documentation/devicetree/bindings/
Dwriting-schema.rst7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
83 binding allows subset of properties from other referenced schemas.
183 It is also possible to run checks with a subset of matching schema files by

12345678