Home
last modified time | relevance | path

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

12345678910>>...13

/linux/rust/syn/
H A Drestriction.rs8 /// `pub(restricted)`.
20 /// A visibility level restricted to some path: `pub(self)` or
22 Restricted(VisRestricted),
30 /// A visibility level restricted to some path: `pub(self)` or
50 // FieldMutability::Restricted(MutRestricted)
111 // field as a restricted visibility, causing a parse error. in parse_pub()
115 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
127 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
162 Visibility::Restricted(vis_restricted) => vis_restricted.to_tokens(tokens), in to_tokens()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c76 * Definitions for features to be allowed or restricted for protected guests.
397 * NOTE: Anything not explicitly listed here is *restricted by default*, i.e.,
401 /* Cache maintenance by set/way operations are restricted. */
403 /* Debug and Trace Registers are restricted. */
482 /* Scalable Vector Registers are restricted. */
495 /* Performance Monitoring Registers are restricted. */
497 /* Limited Ordering Regions Registers are restricted. */
516 /* Performance Monitoring Registers are restricted. */
518 /* Activity Monitoring Registers are restricted. */
524 /* Performance Monitoring Registers are restricted. */
[all …]
/linux/security/landlock/
H A Ddomain.h58 * @pid: PID of the task that initially restricted itself. It still
64 * @uid: UID of the task that initially restricted itself, at creation time.
68 * @comm: Command line of the task that initially restricted itself, at
73 * @exe_path: Executable path of the task that initially restricted
237 * network actions that are restricted by a domain. A
/linux/Documentation/admin-guide/hw-vuln/
H A 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…
H A Dspectre.rst219 x86 CPUs with Enhanced Indirect Branch Restricted Speculation
226 attacks on x86, Indirect Branch Restricted Speculation (IBRS) feature
389 - Firmware status: Show if Indirect Branch Restricted Speculation (IBRS) is
404 'IBPB: conditional' Use IBPB on SECCOMP or indirect branch restricted tasks
415 'STIBP: conditional' Use STIBP on SECCOMP or indirect branch restricted tasks
521 On x86, indirect branch restricted speculation is turned on by default
645 restricted.
/linux/drivers/video/fbdev/kyro/
H A 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/arch/powerpc/include/asm/
H A Dperf_event_fsl_emb.h28 * can hold restricted events, or zero if there are no
29 * restricted events.
/linux/drivers/firmware/efi/
H A 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/kernel/dma/
H A DKconfig101 then only needed for devices that bypass the IOMMU or have restricted
134 bool "DMA Restricted Pool"
137 This enables support for restricted DMA pools which provide a level of
/linux/Documentation/core-api/
H A Dswiotlb.rst310 Restricted pools
312 The swiotlb machinery is also used for "restricted pools", which are pools of
314 use by a particular device. Restricted pools provide a level of DMA memory
317 requires that CONFIG_DMA_RESTRICTED_POOL is set. Each restricted pool is based
321 Restricted pools add swiotlb_alloc() and swiotlb_free() APIs, which are called
323 allocate/free slots from/to the restricted pool directly and do not go through
/linux/include/linux/can/
H A Dcan-ml.h25 * are not restricted to be used by modules with a GPL compatible license.
53 #define CAN_CAP_RO BIT(3) /* read-only mode (LISTEN/RESTRICTED) */
/linux/include/uapi/xen/
H A 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/arch/x86/include/uapi/asm/
H A Ddebugreg.h23 * Note, with the introduction of Bus Lock Detection (BLD) and Restricted
30 * restricted transactional memory. #DB occurred inside an RTM region
/linux/tools/testing/selftests/landlock/
H A Dnet_test.c1290 const bool restricted = variant->sandbox == TCP_SANDBOX && in TEST_F()
1342 if (restricted) { in TEST_F()
1357 if (!restricted && self->srv0.protocol.type == SOCK_STREAM && in TEST_F()
1363 if (restricted) { in TEST_F()
1482 const bool restricted = is_restricted(&variant->prot, variant->sandbox); in TEST_F()
1520 srv0_fd, NULL, restricted, restricted)); in TEST_F()
1522 srv0_fd, &self->srv0, restricted, in TEST_F()
1523 restricted)); in TEST_F()
1525 srv1_fd, &self->srv1, restricted, in TEST_F()
1286 const bool restricted = variant->sandbox == TCP_SANDBOX && TEST_F() local
1478 const bool restricted = is_restricted(&variant->prot, variant->sandbox); TEST_F() local
1682 const bool restricted = is_restricted(&variant->prot, variant->sandbox); TEST_F() local
[all...]
/linux/tools/testing/selftests/tty/
H A Dtty_tiocsti_test.c79 const int legacy_tiocsti; /* 0=restricted, 1=permissive */ in FIXTURE_VARIANT()
93 * | 0 (restricted) | true | SUCCESS | - |
94 * | 0 (restricted) | false | FAILURE | -EIO |
179 * | 0 (restricted) | true | SUCCESS | - |
180 * | 0 (restricted) | false | FAILURE | -EIO |
/linux/security/apparmor/
H A 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/drivers/of/
H A Ddevice.c54 * restricted-dma-pool region is allowed. in of_dma_set_restricted_buffer()
56 if (of_device_is_compatible(it.node, "restricted-dma-pool") && in of_dma_set_restricted_buffer()
59 dev_warn(dev, "failed to initialise \"restricted-dma-pool\" memory node\n"); in of_dma_set_restricted_buffer()
/linux/include/linux/
H A Drational.h9 * pll configuration taking into account restricted register size
/linux/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S13 * the ELF stack should not be restricted at all and set it RWX.
H A Dmem-memcpy-x86-64-asm.S18 * the ELF stack should not be restricted at all and set it RWX.
/linux/arch/x86/include/asm/
H A Dcrash_reserve.h14 * 64-bit kdump kernels need to be restricted to be under 64 TB, which is
/linux/include/cxl/
H A Devent.h215 RCD, /* Restricted CXL Device */
216 RCH_DP, /* Restricted CXL Host Downstream Port */
/linux/drivers/net/fddi/
H A Ddefza.h458 u32 rtoken_timeout; /* default restricted token timeout
503 u32 rtoken_timeout; /* restricted token timeout
532 u32 rtoken_timeout; /* restricted token timeout */
586 #define FZA_PRH0_TKN_TYPE_RST 0x10 /* use a restricted token */
629 #define FZA_PRH1_TKN_SEND_RST 0x10 /* send a restricted token */
784 uint rtoken_timeout; /* restricted token timeout */
/linux/block/partitions/
H A Datari.h10 * modified for ICD/Supra partitioning scheme restricted to at most 12
/linux/tools/testing/selftests/sched_ext/
H A Dnon_scx_kfunc_deny.c4 * restricted to only SCX struct_ops programs. Non-SCX struct_ops programs,

12345678910>>...13