Home
last modified time | relevance | path

Searched full:aspects (Results 1 – 25 of 273) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/Documentation/powerpc/
Ddexcr.rst16 The execution control is exposed in hardware as up to 32 bits ('aspects') in
22 A privileged SPR that can control aspects for userspace and kernel space
24 A hypervisor-privileged SPR that can control aspects for the hypervisor and
25 enforce aspects for the kernel and userspace.
27 An optional ultravisor-privileged SPR that can control aspects for the ultravisor.
30 provides a non-privileged read-only view of the userspace DEXCR aspects.
32 aspects, which ORed with the userspace DEXCR view gives the effective DEXCR
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
Dlsdexcr.c21 static const struct dexcr_aspect aspects[] = { variable
60 const char *enabled_aspects[ARRAY_SIZE(aspects) + 1] = {NULL}; in print_dexcr()
70 for (size_t i = 0; i < ARRAY_SIZE(aspects); i++) { in print_dexcr()
71 unsigned int mask = DEXCR_PR_BIT(aspects[i].index); in print_dexcr()
74 enabled_aspects[j++] = aspects[i].name; in print_dexcr()
122 for (size_t i = 0; i < ARRAY_SIZE(aspects); i++) in main()
123 print_aspect(&aspects[i]); in main()
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dindex.rst49 application developers. Documents covering various aspects of the kernel
58 configure specific aspects of kernel behavior to your liking.
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dindex.rst51 application developers. Documents covering various aspects of the kernel
71 configure specific aspects of kernel behavior to your liking.
Dreporting-regressions.rst12 development model ensures to address all reported regressions; aspects relevant
25 it already covers all aspects important for regressions and repeated
78 important points. The following aspects outlined there are especially relevant
184 issues, or other problematic aspects already fixed in later versions
282 started to rely on aspects introduced by one of the follow-up changes: reverting
289 It is, but often it's hard to fix such regressions due to the aspects outlined
397 How to change aspects of a tracked regression?
416 * Monitor a discussion or bugzilla.kernel.org ticket where additions aspects of
/kernel/linux/linux-5.10/drivers/soc/atmel/
DKconfig14 Atmel SAMA5Dx SoCs, providing access to specific aspects of the
/kernel/linux/linux-6.6/drivers/soc/atmel/
DKconfig14 Atmel SAMA5Dx SoCs, providing access to specific aspects of the
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt4 SDRAM controllers (called EMIFs on OMAP). DMM manages various aspects of memory
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt4 SDRAM controllers (called EMIFs on OMAP). DMM manages various aspects of memory
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/calxeda/
Dhb-sregs.yaml11 several generic system aspects. Those can be used to control some power
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/calxeda/
Dhb-sregs.yaml11 several generic system aspects. Those can be used to control some power
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm53573-ilp.txt14 handing power-related aspects. Its node must be sub-node of the PMU
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dbrcm,bcm53573-ilp.txt14 handing power-related aspects. Its node must be sub-node of the PMU
Dairoha,en7523-scu.yaml15 a collection of registers configuring many different aspects of the SoC.
/kernel/linux/linux-6.6/Documentation/driver-api/dmaengine/
Dindex.rst5 DMAEngine documentation provides documents for various aspects of DMAEngine
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/openrisc/opencores/
Dor1ksim.txt6 specification, however some aspects, such as the boot protocol have been defined
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dquerycap.rst9 Because V4L2 covers a wide variety of devices not all aspects of the API
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
Dindex.rst5 DMAEngine documentation provides documents for various aspects of DMAEngine
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/openrisc/opencores/
Dor1ksim.txt6 specification, however some aspects, such as the boot protocol have been defined
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dquerycap.rst9 Because V4L2 covers a wide variety of devices not all aspects of the API
/kernel/linux/linux-6.6/Documentation/security/
Dcredentials.rst316 There are convenience wrappers for retrieving specific aspects of a task's
407 should be used instead. Similarly, if multiple aspects of a task's credentials
409 the result stored in a temporary pointer and then the credential aspects called
466 This will alter various aspects of the credentials and the process, giving the
/kernel/linux/linux-5.10/Documentation/security/
Dcredentials.rst316 There are convenience wrappers for retrieving specific aspects of a task's
407 should be used instead. Similarly, if multiple aspects of a task's credentials
409 the result stored in a temporary pointer and then the credential aspects called
466 This will alter various aspects of the credentials and the process, giving the
/kernel/linux/linux-5.10/net/sunrpc/
DKconfig60 logging of different aspects of the kernel RPC activity.
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dswitch_to.h7 struct task_struct; /* one of the stranger aspects of C forward declarations */
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dswitch_to.h7 struct task_struct; /* one of the stranger aspects of C forward declarations */

1234567891011