Home
last modified time | relevance | path

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

123456789

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

Completed in 29 milliseconds

123456789