Searched refs:aspects (Results 1 – 25 of 84) sorted by relevance
1234
/Linux-v6.6/tools/testing/selftests/powerpc/dexcr/ |
D | lsdexcr.c | 21 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()
|
/Linux-v6.6/Documentation/powerpc/ |
D | dexcr.rst | 16 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
|
/Linux-v6.6/Documentation/admin-guide/ |
D | index.rst | 51 application developers. Documents covering various aspects of the kernel 71 configure specific aspects of kernel behavior to your liking.
|
D | reporting-regressions.rst | 12 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
|
D | quickly-build-trimmed-linux.rst | 17 section also mention alternatives, pitfalls, and additional aspects, all of 70 The following steps describe the important aspects of the process; a 245 * If you want to influence the other aspects of the configuration, do so now 494 and :ref:`a full git clone<sources_full>`. And the aspects ':ref:`wouldn't it 512 of this document's target audience. There are a few aspects of this approach 689 There are various aspects for this steps that require a more careful 857 *If you want to influence the other aspects of the configuration, do so
|
/Linux-v6.6/drivers/soc/atmel/ |
D | Kconfig | 14 Atmel SAMA5Dx SoCs, providing access to specific aspects of the
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | index.rst | 5 DMAEngine documentation provides documents for various aspects of DMAEngine
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm53573-ilp.txt | 14 handing power-related aspects. Its node must be sub-node of the PMU
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/omap/ |
D | dmm.txt | 4 SDRAM controllers (called EMIFs on OMAP). DMM manages various aspects of memory
|
/Linux-v6.6/Documentation/devicetree/bindings/openrisc/opencores/ |
D | or1ksim.txt | 6 specification, however some aspects, such as the boot protocol have been defined
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | querycap.rst | 9 Because V4L2 covers a wide variety of devices not all aspects of the API
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
D | tomoyo.rst | 34 Below lists are chosen from three aspects.
|
/Linux-v6.6/Documentation/admin-guide/hw-vuln/ |
D | l1d_flush.rst | 19 CVE-2020-0550 Improper Data Forwarding OS related aspects
|
D | l1tf.rst | 38 CVE-2018-3615 L1 Terminal Fault SGX related aspects 39 CVE-2018-3620 L1 Terminal Fault OS, SMM related aspects 40 CVE-2018-3646 L1 Terminal Fault Virtualization related aspects
|
/Linux-v6.6/Documentation/leds/ |
D | leds-class-multicolor.rst | 10 aspects of the final combined color: hue and lightness. The former is
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/ |
D | atmel-sysregs.txt | 57 Special Function Registers (SFR) manage specific aspects of the integrated
|
/Linux-v6.6/Documentation/driver-api/serial/ |
D | driver.rst | 6 This document is meant as a brief overview of some aspects of the new serial
|
/Linux-v6.6/Documentation/admin-guide/sysctl/ |
D | index.rst | 49 Sysctl is a means of configuring certain aspects of the kernel
|
/Linux-v6.6/net/sunrpc/ |
D | Kconfig | 97 logging of different aspects of the kernel RPC activity.
|
/Linux-v6.6/Documentation/security/ |
D | credentials.rst | 316 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
|
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/opal/ |
D | power-mgt.txt | 14 - flags: indicating some aspects of this idle states such as the
|
/Linux-v6.6/arch/microblaze/ |
D | Kconfig | 132 aspects of kernel memory management.
|
/Linux-v6.6/Documentation/gpu/rfc/ |
D | xe.rst | 151 However, there are more aspects around the rules for that and the usage of 152 mmu_notifiers, locking and other aspects.
|
/Linux-v6.6/Documentation/trace/coresight/ |
D | coresight-perf.rst | 115 These statistic files log some aspects of the AUX data sections in
|
/Linux-v6.6/Documentation/arch/x86/ |
D | topology.rst | 7 This documents and clarifies the main aspects of x86 topology modelling and
|
1234