Home
last modified time | relevance | path

Searched full:restricted (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/linux-6.15/arch/arm64/kvm/hyp/nvhe/
Dsys_regs.c75 * Definitions for features to be allowed or restricted for protected guests.
367 * NOTE: Anything not explicitly listed here is *restricted by default*, i.e.,
371 /* Cache maintenance by set/way operations are restricted. */
373 /* Debug and Trace Registers are restricted. */
441 /* Scalable Vector Registers are restricted. */
452 /* Performance Monitoring Registers are restricted. */
454 /* Limited Ordering Regions Registers are restricted. */
466 /* Performance Monitoring Registers are restricted. */
468 /* Activity Monitoring Registers are restricted. */
474 /* Performance Monitoring Registers are restricted. */
[all …]
/linux-6.15/security/landlock/
Ddomain.h43 * @pid: PID of the task that initially restricted itself. It still
49 * @uid: UID of the task that initially restricted itself, at creation time.
53 * @comm: Command line of the task that initially restricted itself, at
58 * @exe_path: Executable path of the task that initially restricted
/linux-6.15/Documentation/admin-guide/hw-vuln/
Drsb.rst191 Restricted RSB Alternate (RRSBA)
194 Some newer Intel CPUs have Restricted RSB Alternate (RRSBA) behavior,
197 restricted to the current domain when eIBRS is enabled:
199 * "Restricted RSB Alternate (RRSBA) behavior allows alternate branch
202 alternate predictors are restricted to those belonging to the
242Restricted Speculation <https://www.intel.com/content/www/us/en/developer/articles/technical/softw…
246Restricted Speculation <https://www.intel.com/content/www/us/en/developer/articles/technical/softw…
/linux-6.15/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c71 #define STG4K3_PLL_MINR_VCO_SC (100000000 >> STG4K3_PLL_SCALER) /* Min VCO rate (restricted) */
72 #define STG4K3_PLL_MAXR_VCO_SC (500000000 >> STG4K3_PLL_SCALER) /* Max VCO rate (restricted) */
73 #define STG4K3_PLL_MINR_VCO 100000000 /* Min VCO rate (restricted) */
75 #define STG4K3_PLL_MAXR_VCO 500000000 /* Max VCO rate (restricted) */
172 * Check it's within restricted VCO range in ProgramClock()
174 * above the restricted range, then test in ProgramClock()
/linux-6.15/arch/powerpc/include/asm/
Dperf_event_fsl_emb.h28 * can hold restricted events, or zero if there are no
29 * restricted events.
/linux-6.15/drivers/firmware/efi/
Dcper_cxl.c14 "Restricted CXL Device",
15 "Restricted CXL Host Downstream Port",
37 * is used to refer to Restricted CXL Device, CXL Device, CXL in cxl_cper_print_prot_err()
/linux-6.15/drivers/of/
Ddevice.c60 * restricted-dma-pool region is allowed. in of_dma_set_restricted_buffer()
62 if (of_device_is_compatible(node, "restricted-dma-pool") && in of_dma_set_restricted_buffer()
71 * Attempt to initialize a restricted-dma-pool region if one was found. in of_dma_set_restricted_buffer()
75 dev_warn(dev, "failed to initialise \"restricted-dma-pool\" memory node\n"); in of_dma_set_restricted_buffer()
/linux-6.15/Documentation/core-api/
Dswiotlb.rst307 Restricted pools
309 The swiotlb machinery is also used for "restricted pools", which are pools of
311 use by a particular device. Restricted pools provide a level of DMA memory
314 requires that CONFIG_DMA_RESTRICTED_POOL is set. Each restricted pool is based
318 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called
320 allocate/free slots from/to the restricted pool directly and do not go through
/linux-6.15/include/asm-generic/bitops/
Dinstrumented-atomic.h24 * restricted to acting on a single-word quantity.
53 * restricted to acting on a single-word quantity.
/linux-6.15/Documentation/userspace-api/
Dlandlock.rst219 now restricted and this policy will be enforced on all its subsequently created
341 be restricted. This works for both datagram and stream sockets.
485 Access to regular files and directories can be restricted by Landlock,
489 restricted. Likewise, some special kernel filesystems such as nsfs, which can
491 restricted. However, thanks to the `ptrace restrictions`_, access to such
492 sensitive ``/proc`` files are automatically restricted according to domain
510 Kernel memory allocated to create rulesets is accounted and can be restricted
545 from a parent to its hierarchy. Because files are identified and restricted by
/linux-6.15/arch/x86/include/asm/
Dsync_bitops.h30 * restricted to acting on a single-word quantity.
65 * restricted to acting on a single-word quantity.
/linux-6.15/include/uapi/xen/
Devtchn.h93 * Once a file descriptor has been restricted it cannot be
94 * de-restricted, and must be closed and re-opened. Event channels
/linux-6.15/Documentation/arch/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
69 Name Unrestricted Restricted
/linux-6.15/arch/powerpc/perf/
Dcore-fsl-emb.c291 * Allocate counters from top-down, so that restricted-capable in fsl_emb_pmu_add()
360 * TODO: if at least one restricted event exists, and we in fsl_emb_pmu_del()
361 * just freed up a non-restricted-capable counter, and in fsl_emb_pmu_del()
362 * there is a restricted-capable counter occupied by in fsl_emb_pmu_del()
363 * a non-restricted event, migrate that event to the in fsl_emb_pmu_del()
/linux-6.15/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/linux-6.15/kernel/dma/
DKconfig115 bool "DMA Restricted Pool"
118 This enables support for restricted DMA pools which provide a level of
/linux-6.15/security/apparmor/
Dpolicy_compat.c160 /* DFAs are restricted from having a state_count of less than 2 */ in compute_fperms()
184 /* DFAs are restricted from having a state_count of less than 2 */ in compute_xmatch_perms()
259 /* DFAs are restricted from having a state_count of less than 2 */ in compute_perms()
/linux-6.15/include/linux/
Drational.h9 * pll configuration taking into account restricted register size
/linux-6.15/include/cxl/
Devent.h180 RCD, /* Restricted CXL Device */
181 RCH_DP, /* Restricted CXL Host Downstream Port */
/linux-6.15/tools/perf/bench/
Dmem-memset-x86-64-asm.S13 * the ELF stack should not be restricted at all and set it RWX.
Dmem-memcpy-x86-64-asm.S18 * the ELF stack should not be restricted at all and set it RWX.
/linux-6.15/security/landlock/errata/
Dabi-4.h10 * MPTCP, or SCTP) were incorrectly restricted by TCP access rights during
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac-cfg.h803 * @restricted_info_present: is this a restricted TWT
804 * @dl_bitmap_valid: is DL (download) bitmap valid (restricted TWT)
805 * @ul_bitmap_valid: is UL (upload) bitmap valid (restricted TWT)
806 * @dl_tid_bitmap: DL TID bitmap (restricted TWT)
807 * @ul_tid_bitmap: UL TID bitmap (restricted TWT)
/linux-6.15/drivers/media/i2c/
Daptina-pll.c116 * We can thus iterate over the restricted p1 range defined by the in aptina_pll_calculate()
117 * combination of (1) and (7), and then compute the restricted mf range in aptina_pll_calculate()
/linux-6.15/drivers/gpu/drm/i915/
Di915_scatterlist.c99 /* restricted by sg_alloc_table */ in i915_rsgt_from_mm_node()
187 /* restricted by sg_alloc_table */ in i915_rsgt_from_buddy_resource()

12345678910>>...18