Home
last modified time | relevance | path

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

123456789

/linux-6.15/drivers/irqchip/
H A Dirq-mvebu-icu.c116 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()
/linux-6.15/arch/arm64/kernel/
H A 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.15/Documentation/netlink/specs/
H A Ddevlink.yaml826 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-6.15/arch/arm/mm/
H A 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.15/Documentation/arch/arm64/
H A 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.15/Documentation/netlink/
H A Dgenetlink.yaml110 subset-of:
191 required: [ subset-of ]
192 subset-of:
196 # type property is only required if not in subset definition
199 subset-of:
H A Dgenetlink-c.yaml139 subset-of:
237 required: [ subset-of ]
238 subset-of:
242 # type property is only required if not in subset definition
245 subset-of:
H A Dgenetlink-legacy.yaml184 subset-of:
283 required: [ subset-of ]
284 subset-of:
288 # type property is only required if not in subset definition
291 subset-of:
H A Dnetlink-raw.yaml198 subset-of:
306 required: [ subset-of ]
307 subset-of:
311 # type property is only required if not in subset definition
314 subset-of:
/linux-6.15/Documentation/filesystems/
H A Dext3.rst12 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
/linux-6.15/tools/testing/selftests/proc/
H A D.gitignore16 /proc-subset-pid
H A DMakefile19 TEST_GEN_PROGS += proc-subset-pid
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-gnss16 subset of NMEA 0183 with vendor extensions (e.g. to allow
H A Dsysfs-bus-pci-devices-pvpanic22 Notice that this value should be a subset of capability.
/linux-6.15/Documentation/devicetree/bindings/serial/
H A Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/linux-6.15/tools/bpf/bpftool/Documentation/
H A 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.15/Documentation/devicetree/bindings/perf/
H A Darm,coresight-pmu.yaml27 description: If the PMU is associated with a particular CPU or subset of CPUs,
H A Dspe-pmu.yaml24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
H A Damlogic,g12-ddr-pmu.yaml16 has different subset of event format attribute.
/linux-6.15/arch/mips/txx9/
H A DKconfig26 # TX4937 is subset of TX4938
/linux-6.15/kernel/
H A 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.15/Documentation/userspace-api/media/
H A 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.15/Documentation/devicetree/bindings/hwmon/
H A Dltc2990.txt23 allows a subset of the measurements to be enabled:
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Darm,trace-buffer-extension.yaml31 TRBE is only supported on a subset of the CPUs, please consult
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Didt,89hpesx.yaml44 description: Only a subset of devices are supported

123456789